--- !ruby/object:Gem::Specification name: contextr version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Gregor Schmidt autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDODCCAiCgAwIBAgIBADANBgkqhkiG9w0BAQUFADBCMQ0wCwYDVQQDDARydWJ5 MR0wGwYKCZImiZPyLGQBGRYNc2NobWlkdHdpc3NlcjESMBAGCgmSJomT8ixkARkW AmRlMB4XDTA3MDkxNjEwMzkyN1oXDTA4MDkxNTEwMzkyN1owQjENMAsGA1UEAwwE cnVieTEdMBsGCgmSJomT8ixkARkWDXNjaG1pZHR3aXNzZXIxEjAQBgoJkiaJk/Is ZAEZFgJkZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOzbl83o33wh veLMQ2JyEstgOulisHRBFpfbF9LbdavuS/EdoOUeEPkziWL/ZI0jvUo0MGmQ/8Of F9DJbvNbhDdg0bK7BMe4R/I3Wpu49mX+7pOsdlC44nzJkVG1DQ67qWp6jx1zvDRc iCoXaQKnROtsx6bCavVvm4P7XLrAQvs7l+1Ke5KLkXRtJ9xJWtAyBLRFoM4e6DeT Py0DsixF9Zb5Nrb7UvK0CN8m6dulsKXNRDVQLHkFa5Zg/BEb0RI93LPmeBt8KGIE eYVjk+6z+py03D18xd9KsUhOB/0lC0a5vWSZIKfZnxf1uYY9TTZVqTGGUMFi1sD4 k2TYBqQVsS8CAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0O BBYEFAeq4388e2PUlF/YeemzaY8neefWMA0GCSqGSIb3DQEBBQUAA4IBAQAArQQo 3teQbCcYmZFTrdOzujMca6F4JVzTp+yTnOsp1/5hiBEUMc3GreCVAPh2tU9+IpuB Lif+s5nLfYdI+JrpCHDzm+ecJEJ7u7gxidzUwEBPYpVuU32ALge7fuWWhQfi29JY QwNZgIkGe34z3a2+r2GLBns/GY7t0Lomv6U2SvwLreLc8g7thr2hZfgEJidvcrJR Q6amsFqY06NalH+I175Bp4y9rR7IArgNDS3I5Cly5/heVKK2SRm5Z+IACmKMxIXh hzBK8YDsrjUvPNIJn9yl0LeEsZ5VhupI2OXr6Cqa/tVMJq0oiTsLfel3Tsb9Ph83 y3O9DT3o4BiyPe77 -----END CERTIFICATE----- date: 2008-04-24 00:00:00 +02:00 default_executable: dependencies: [] description: The goal is to equip Ruby with an API to allow context-oriented programming. email: ruby@schmidtwisser.de executables: [] extensions: [] extra_rdoc_files: - COPYING.txt - History.txt - LICENSE.txt - Manifest.txt - README.txt files: - COPYING.txt - History.txt - LICENSE.txt - Manifest.txt - README.txt - Rakefile - examples/README - examples/employer.rb - examples/node.rb - lib/contextr.rb - lib/contextr/class_methods.rb - lib/contextr/core_ext.rb - lib/contextr/core_ext/module.rb - lib/contextr/core_ext/object.rb - lib/contextr/event_machine.rb - lib/contextr/inner_class.rb - lib/contextr/layer.rb - lib/contextr/modules/mutex_code.rb - lib/contextr/modules/unique_id.rb - lib/contextr/public_api.rb - lib/contextr/version.rb - lib/ext/active_support_subset.rb - lib/ext/dynamic.rb - scripts/txt2html - setup.rb - spec/contextr_spec.rb - spec/spec.opts - spec/spec_helper.rb - test/class_side.mkd - test/dynamic_scope.mkd - test/dynamics.mkd - test/hello_world.mkd - test/introduction.mkd - test/layer_state.mkd - test/lib/example_test.rb - test/lib/literate_maruku_test.rb - test/meta_api.mkd - test/method_missing.mkd - test/ordering.mkd - test/restrictions.mkd - test/test_contextr.rb - test/test_helper.rb has_rdoc: true homepage: http://contextr.rubyforge.org post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: contextr rubygems_version: 1.1.1 signing_key: specification_version: 2 summary: The goal is to equip Ruby with an API to allow context-oriented programming. test_files: - test/test_contextr.rb - test/test_helper.rb - test/test_plain.rb