forked from martinvelez/ruby_cli
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruby_cli.gemspec
More file actions
Latest commit
12 lines (12 loc) · 452 Bytes
/
Copy pathruby_cli.gemspec
File metadata and controls
12 lines (12 loc) · 452 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Gem::Specification.newdo |s|
s.name='ruby_cli'
s.version='0.2.1'
s.date='2011-12-13'
s.summary="A command line application library"
s.description="Factors out code needed to create Ruby command line applications"
s.authors=["Martin Velez"]
s.email='mvelez999@gmail.com'
s.files=Dire["{lib,examples,test}/**/*"] + ["README.rdoc","Rakefile"]
s.homepage='http://github.com/martinvelez/ruby_cli'
s.require_paths=["lib"]
end