--- !ruby/object:Gem::Specification name: configurability version: !ruby/object:Gem::Version hash: 19 prerelease: false segments: - 1 - 0 - 2 version: 1.0.2 platform: ruby authors: - Michael Granger autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDLDCCAhSgAwIBAgIBADANBgkqhkiG9w0BAQUFADA8MQwwCgYDVQQDDANnZWQx FzAVBgoJkiaJk/IsZAEZFgdfYWVyaWVfMRMwEQYKCZImiZPyLGQBGRYDb3JnMB4X DTEwMDkxNjE0NDg1MVoXDTExMDkxNjE0NDg1MVowPDEMMAoGA1UEAwwDZ2VkMRcw FQYKCZImiZPyLGQBGRYHX2FlcmllXzETMBEGCgmSJomT8ixkARkWA29yZzCCASIw DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALy//BFxC1f/cPSnwtJBWoFiFrir h7RicI+joq/ocVXQqI4TDWPyF/8tqkvt+rD99X9qs2YeR8CU/YiIpLWrQOYST70J vDn7Uvhb2muFVqq6+vobeTkILBEO6pionWDG8jSbo3qKm1RjKJDwg9p4wNKhPuu8 KGue/BFb67KflqyApPmPeb3Vdd9clspzqeFqp7cUBMEpFS6LWxy4Gk+qvFFJBJLB BUHE/LZVJMVzfpC5Uq+QmY7B+FH/QqNndn3tOHgsPadLTNimuB1sCuL1a4z3Pepd TeLBEFmEao5Dk3K/Q8o8vlbIB/jBDTUx6Djbgxw77909x6gI9doU4LD5XMcCAwEA AaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJeoGkOr9l4B +saMkW/ZXT4UeSvVMA0GCSqGSIb3DQEBBQUAA4IBAQBG2KObvYI2eHyyBUJSJ3jN vEnU3d60znAXbrSd2qb3r1lY1EPDD3bcy0MggCfGdg3Xu54z21oqyIdk8uGtWBPL HIa9EgfFGSUEgvcIvaYqiN4jTUtidfEFw+Ltjs8AP9gWgSIYS6Gr38V0WGFFNzIH aOD2wmu9oo/RffW4hS/8GuvfMzcw7CQ355wFR4KB/nyze+EsZ1Y5DerCAagMVuDQ U0BLmWDFzPGGWlPeQCrYHCr+AcJz+NRnaHCKLZdSKj/RHuTOt+gblRex8FAh8NeA cmlhXe46pZNJgWKbxZah85jIjx95hR8vOI+NAM5iH9kOqK13DrxacTKPhqj5PjwF -----END CERTIFICATE----- date: 2010-10-29 00:00:00 -07:00 default_executable: dependencies: [] description: |- Configurability is a mixin that allows you to add configurability to one or more classes, assign them each a section of the configuration, and then when the configuration is loaded, the class is given the section it requested. email: - ged@FaerieMUD.org executables: [] extensions: [] extra_rdoc_files: - ChangeLog - README.md - LICENSE files: - Rakefile - ChangeLog - README.md - LICENSE - spec/configurability/config_spec.rb - spec/configurability_spec.rb - spec/lib/helpers.rb - lib/configurability/behavior.rb - lib/configurability/config.rb - lib/configurability/logformatter.rb - lib/configurability.rb - rake/191_compat.rb - rake/dependencies.rb - rake/documentation.rb - rake/helpers.rb - rake/hg.rb - rake/manual.rb - rake/packaging.rb - rake/publishing.rb - rake/style.rb - rake/svn.rb - rake/testing.rb - rake/verifytask.rb has_rdoc: true homepage: http://bitbucket.org/ged/configurability licenses: [] post_install_message: rdoc_options: - --tab-width=4 - --show-hash - --include - . - --main=README.md - --title=configurability 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: A configurability mixin for Ruby test_files: - spec/configurability/config_spec.rb - spec/configurability_spec.rb - spec/lib/helpers.rb