--- !ruby/object:Gem::Specification name: user_input version: !ruby/object:Gem::Version hash: 19 prerelease: false segments: - 1 - 1 - 0 version: 1.1.0 platform: ruby authors: - Graham Batty autorequire: bindir: bin cert_chain: [] date: 2010-12-15 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 13 segments: - 1 - 2 - 9 version: 1.2.9 type: :development version_requirements: *id001 description: Provides simple, convention-based, user input validation and coercion. Also provides a 'type safe hash' and command line option parser that use it. email: graham@stormbrew.ca executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - LICENSE - README.rdoc - Rakefile - VERSION - lib/user_input.rb - lib/user_input/option_parser.rb - lib/user_input/type_safe_hash.rb - spec/option_parser_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/type_safe_hash_spec.rb - spec/user_input_spec.rb has_rdoc: true homepage: http://github.com/stormbrew/user_input 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.3.7 signing_key: specification_version: 3 summary: Provides simple, convention-based, user input validation and coercion. Also provides a 'type safe hash' and command line option parser that use it. test_files: - spec/option_parser_spec.rb - spec/spec_helper.rb - spec/type_safe_hash_spec.rb - spec/user_input_spec.rb