--- !ruby/object:Gem::Specification name: clamp version: !ruby/object:Gem::Version hash: 11 prerelease: segments: - 0 - 1 - 8 version: 0.1.8 platform: ruby authors: - Mike Williams autorequire: bindir: bin cert_chain: [] date: 2011-01-31 00:00:00 +11:00 default_executable: dependencies: [] description: | Clamp provides an object-model for command-line utilities. It handles parsing of command-line options, and generation of usage help. email: mdub@dogbiscuit.org executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - README.markdown - Rakefile - clamp.gemspec - examples/flipflop - examples/fubar - 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/version.rb - spec/clamp/command_group_spec.rb - spec/clamp/command_spec.rb - spec/clamp/option_spec.rb - spec/clamp/parameter_spec.rb - spec/spec_helper.rb has_rdoc: true 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 hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.4.2 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_spec.rb - spec/clamp/parameter_spec.rb - spec/spec_helper.rb