Sha256: 56389e917e112214a15c7fc9acee674f77c07825e752d43e364784ee2bdecebc
Contents?: true
Size: 1.85 KB
Versions: 0
Compression: gzip
Compressed size: 766 Bytes
Stored size: 766 Bytes
Contents
--- !ruby/object:Gem::Specification name: trollop version: !ruby/object:Gem::Version version: 1.10.2 platform: ruby authors: - William Morgan autorequire: bindir: bin cert_chain: [] date: 2008-10-23 00:00:00 -07:00 default_executable: dependencies: [] description: == DESCRIPTION Trollop is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, command subcompletion, and sensible defaults for everything you don't specify. * A burning desire to write less code. == INSTALL * gem install trollop == LICENSE Copyright (c) 2008 William Morgan. Trollop is distributed under the same terms as Ruby. email: wmorgan-trollop@masanjin.net executables: [] extensions: [] extra_rdoc_files: - FAQ.txt - History.txt - Manifest.txt - README.txt files: - FAQ.txt - History.txt - Manifest.txt - README.txt - Rakefile - lib/trollop.rb - test/test_trollop.rb has_rdoc: true homepage: http://trollop.rubyforge.org post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: trollop rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Trollop is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, command subcompletion, and sensible defaults for everything you don't specify. test_files: - test/test_trollop.rb