summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2010-11-26 22:08:04 +0000
committerLee Jarvis <lee@jarvis.co>2010-11-26 22:08:04 +0000
commit1c9367b2e765bb6e6f215f4bcc9c9b7bf1456166 (patch)
tree841af043cdfcc9abc3e2bba7a0d25ea431a8e58a /slop.gemspec
downloadslop-1c9367b2e765bb6e6f215f4bcc9c9b7bf1456166.tar.gz
initial commit
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec14
1 files changed, 14 insertions, 0 deletions
diff --git a/slop.gemspec b/slop.gemspec
new file mode 100644
index 0000000..ee0befc
--- /dev/null
+++ b/slop.gemspec
@@ -0,0 +1,14 @@
+Gem::Specification.new do |s|
+ s.name = 'slop'
+ s.version = '0.1.0'
+ s.summary = 'Option parsing made easy'
+ s.description = ''
+ s.author = 'Lee Jarvis'
+ s.email = 'lee@jarvis.co'
+ s.homepage = 'http://rubydoc.info/github/injekt/slop'
+ s.required_ruby_version = '>= 1.9.1'
+ s.files = ['LICENSE', 'README.md', 'lib/slop.rb',
+ 'lib/slop/option.rb', 'spec/slop_spec.rb', 'spec/option_spec.rb']
+
+ s.add_development_dependency('rspec', '= 2.1.0')
+end