Sha256: fe7226b5d9e8aec7cf1ef2821b198f1ae38acf8515c0cf92a41e7198fdb04101
Contents?: true
Size: 1.65 KB
Versions: 0
Compression: gzip
Compressed size: 809 Bytes
Stored size: 809 Bytes
Contents
--- !ruby/object:Gem::Specification name: trollop version: !ruby/object:Gem::Version version: "1.11" platform: ruby authors: - William Morgan autorequire: bindir: bin cert_chain: [] date: 2009-01-29 00:00:00 -08:00 default_executable: dependencies: [] description: "Documentation quickstart: See Trollop::options and Trollop::Parser#opt. == DESCRIPTION == REQUIREMENTS * 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