--- !ruby/object:Gem::Specification name: ns-options version: !ruby/object:Gem::Version hash: 25 prerelease: segments: - 0 - 1 - 1 version: 0.1.1 platform: ruby authors: - Collin Redding autorequire: bindir: bin cert_chain: [] date: 2011-10-26 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency type: :development prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 7 segments: - 0 - 6 version: "0.6" version_requirements: *id001 name: assert - !ruby/object:Gem::Dependency type: :development prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 9 segments: - 0 - 1 version: "0.1" version_requirements: *id002 name: assert-mocha description: Define and use namespaced options with a clean interface. email: - collin.redding@reelfx.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - README.markdown - Rakefile - lib/ns-options.rb - lib/ns-options/has_options.rb - lib/ns-options/helper.rb - lib/ns-options/namespace.rb - lib/ns-options/namespaces.rb - lib/ns-options/option.rb - lib/ns-options/option/boolean.rb - lib/ns-options/options.rb - lib/ns-options/version.rb - ns-options.gemspec - test/helper.rb - test/integration/app_test.rb - test/integration/user_test.rb - test/support/app.rb - test/support/user.rb - test/unit/ns-options/has_options_test.rb - test/unit/ns-options/helper_test.rb - test/unit/ns-options/namespace_test.rb - test/unit/ns-options/namespaces_test.rb - test/unit/ns-options/option/boolean_test.rb - test/unit/ns-options/option_test.rb - test/unit/ns-options/options_test.rb homepage: 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.8.11 signing_key: specification_version: 3 summary: Define and use namespaced options with a clean interface. test_files: - test/helper.rb - test/integration/app_test.rb - test/integration/user_test.rb - test/support/app.rb - test/support/user.rb - test/unit/ns-options/has_options_test.rb - test/unit/ns-options/helper_test.rb - test/unit/ns-options/namespace_test.rb - test/unit/ns-options/namespaces_test.rb - test/unit/ns-options/option/boolean_test.rb - test/unit/ns-options/option_test.rb - test/unit/ns-options/options_test.rb