Sha256: b7266714e13fa7ab810077790ff9575d010d9be11f5e55e0747887dffd85609b
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "trollop" s.version = "1.16.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["William Morgan"] s.date = "2010-04-06" s.description = "Trollop is a commandline option parser for Ruby that just\ngets out of your way. One line of code per option is all you need to write.\nFor that, you get a nice automatically-generated help page, robust option\nparsing, command subcompletion, and sensible defaults for everything you don't\nspecify." s.email = "wmorgan-trollop@masanjin.net" s.homepage = "http://trollop.rubyforge.org" s.require_paths = ["lib"] s.rubyforge_project = "trollop" s.rubygems_version = "1.8.15" s.summary = "Trollop is a commandline option parser for Ruby that just gets out of your way." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resque-pool-0.3.0 | vendor/bundle/ruby/1.8/specifications/trollop-1.16.2.gemspec |
resque-pool-0.3.0.beta.2 | vendor/bundle/ruby/1.8/specifications/trollop-1.16.2.gemspec |