--- !ruby/object:Gem::Specification name: clamp version: !ruby/object:Gem::Version version: 0.5.0 prerelease: platform: ruby authors: - Mike Williams autorequire: bindir: bin cert_chain: [] date: 2012-10-17 00:00:00.000000000 Z dependencies: [] description: ! "Clamp provides an object-model for command-line utilities. \nIt handles parsing of command-line options, and generation of usage help.\n" email: mdub@dogbiscuit.org executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - README.markdown - Rakefile - clamp.gemspec - examples/admin - examples/flipflop - examples/fubar - examples/gitdown - examples/speak - lib/clamp.rb - lib/clamp/attribute.rb - lib/clamp/attribute_declaration.rb - lib/clamp/command.rb - lib/clamp/errors.rb - lib/clamp/help.rb - lib/clamp/option.rb - lib/clamp/option/declaration.rb - lib/clamp/option/parsing.rb - lib/clamp/parameter.rb - lib/clamp/parameter/declaration.rb - lib/clamp/parameter/parsing.rb - lib/clamp/subcommand.rb - lib/clamp/subcommand/declaration.rb - lib/clamp/subcommand/execution.rb - lib/clamp/subcommand/parsing.rb - lib/clamp/version.rb - spec/clamp/command_group_spec.rb - spec/clamp/command_spec.rb - spec/clamp/option_module_spec.rb - spec/clamp/option_spec.rb - spec/clamp/parameter_spec.rb - spec/spec_helper.rb homepage: http://github.com/mdub/clamp licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1042041036949173101 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1042041036949173101 requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: a minimal framework for command-line utilities test_files: - spec/clamp/command_group_spec.rb - spec/clamp/command_spec.rb - spec/clamp/option_module_spec.rb - spec/clamp/option_spec.rb - spec/clamp/parameter_spec.rb - spec/spec_helper.rb