--- !ruby/object:Gem::Specification name: bin version: !ruby/object:Gem::Version hash: 1 prerelease: segments: - 0 - 7 - 1 version: 0.7.1 platform: ruby authors: - John Nunemaker autorequire: bindir: bin cert_chain: [] date: 2011-10-05 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: mongo prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 27 segments: - 1 - 3 - 0 version: 1.3.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 3 - 0 - 0 version: 3.0.0 - - < - !ruby/object:Gem::Version hash: 15 segments: - 3 - 2 - 0 version: 3.2.0 type: :runtime version_requirements: *id002 description: ActiveSupport MongoDB Cache store. email: - nunemaker@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - LICENSE - README.rdoc - Rakefile - bin.gemspec - examples/read_write_delete.rb - lib/active_support/cache/bin.rb - lib/bin.rb - lib/bin/version.rb - spec/bin_spec.rb - spec/helper.rb - spec/spec.opts - specs.watchr homepage: http://github.com/jnunemaker/bin 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.9 signing_key: specification_version: 3 summary: ActiveSupport MongoDB Cache store. test_files: - spec/bin_spec.rb - spec/helper.rb - spec/spec.opts