easyoptions/ruby/easyoptions.gemspec

12 lines
473 B
Ruby
Raw Normal View History

2014-10-14 23:34:46 +02:00
Gem::Specification.new do |spec|
spec.name = 'easyoptions'
2015-03-01 00:56:00 +01:00
spec.version = '2015.2.28'
spec.license = 'BSD'
spec.author = 'Renato Silva'
spec.email = 'br.renatosilva@gmail.com'
spec.summary = 'Easy option parsing'
spec.homepage = 'https://github.com/renatosilva/easyoptions'
spec.files = ['easyoptions.rb']
spec.require_paths = ['.']
2014-10-14 23:34:46 +02:00
end