summaryrefslogtreecommitdiff
path: root/slop.gemspec
blob: a6bd069f68354840cd40cd62d6d6e38df8c542e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name = 'slop'
  s.version = '0.1.5'
  s.summary = 'Option gathering 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