--- !ruby/object:Gem::Specification name: ns-options version: !ruby/object:Gem::Version hash: 17 prerelease: segments: - 1 - 1 - 1 version: 1.1.1 platform: ruby authors: - Collin Redding - Kelly Redding autorequire: bindir: bin cert_chain: [] date: 2012-12-18 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: assert version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :development requirement: *id001 prerelease: false description: A DSL for defining, organizing and accessing options. email: - collin.redding@me.com - kelly@kellyredding.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - lib/ns-options.rb - lib/ns-options/assert_macros.rb - lib/ns-options/boolean.rb - lib/ns-options/namespace.rb - lib/ns-options/namespace_advisor.rb - lib/ns-options/namespace_data.rb - lib/ns-options/namespaces.rb - lib/ns-options/option.rb - lib/ns-options/options.rb - lib/ns-options/proxy.rb - lib/ns-options/proxy_method.rb - lib/ns-options/root_methods.rb - lib/ns-options/struct.rb - lib/ns-options/version.rb - log/.gitkeep - ns-options.gemspec - test/helper.rb - test/irb.rb - test/support/app.rb - test/support/proxy.rb - test/support/type_class_proxy.rb - test/support/user.rb - test/system/app_tests.rb - test/system/proxy_tests.rb - test/system/type_class_proxy_tests.rb - test/system/user_tests.rb - test/unit/assert_macros_tests.rb - test/unit/boolean_tests.rb - test/unit/namespace_advisor_tests.rb - test/unit/namespace_data_tests.rb - test/unit/namespace_tests.rb - test/unit/namespaces_tests.rb - test/unit/option_tests.rb - test/unit/options_tests.rb - test/unit/proxy_method_tests.rb - test/unit/proxy_tests.rb - test/unit/root_methods_tests.rb - test/unit/struct_tests.rb homepage: https://github.com/redding/ns-options 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.24 signing_key: specification_version: 3 summary: A DSL for defining, organizing and accessing options. test_files: - test/helper.rb - test/irb.rb - test/support/app.rb - test/support/proxy.rb - test/support/type_class_proxy.rb - test/support/user.rb - test/system/app_tests.rb - test/system/proxy_tests.rb - test/system/type_class_proxy_tests.rb - test/system/user_tests.rb - test/unit/assert_macros_tests.rb - test/unit/boolean_tests.rb - test/unit/namespace_advisor_tests.rb - test/unit/namespace_data_tests.rb - test/unit/namespace_tests.rb - test/unit/namespaces_tests.rb - test/unit/option_tests.rb - test/unit/options_tests.rb - test/unit/proxy_method_tests.rb - test/unit/proxy_tests.rb - test/unit/root_methods_tests.rb - test/unit/struct_tests.rb