--- !ruby/object:Gem::Specification name: novelys_mongo_mapper version: !ruby/object:Gem::Version version: 0.6.11 platform: ruby authors: - John Nunemaker - Nicolas Blanco autorequire: bindir: bin cert_chain: [] date: 2010-02-04 00:00:00 +01:00 default_executable: mmconsole dependencies: - !ruby/object:Gem::Dependency name: activesupport type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "2.3" version: - !ruby/object:Gem::Dependency name: mongo type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 0.18.3 version: - !ruby/object:Gem::Dependency name: jnunemaker-matchy type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 0.4.0 version: - !ruby/object:Gem::Dependency name: shoulda type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 2.10.2 version: - !ruby/object:Gem::Dependency name: timecop type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 0.3.1 version: - !ruby/object:Gem::Dependency name: mocha type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 0.9.8 version: description: email: nicolas.blanco@novelys.com executables: - mmconsole extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - bin/mmconsole - lib/novelys_mongo_mapper.rb - lib/novelys_mongo_mapper/descendant_appends.rb - lib/novelys_mongo_mapper/document.rb - lib/novelys_mongo_mapper/dynamic_finder.rb - lib/novelys_mongo_mapper/embedded_document.rb - lib/novelys_mongo_mapper/finder_options.rb - lib/novelys_mongo_mapper/plugins.rb - lib/novelys_mongo_mapper/plugins/associations.rb - lib/novelys_mongo_mapper/plugins/associations/base.rb - lib/novelys_mongo_mapper/plugins/associations/belongs_to_polymorphic_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/belongs_to_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/collection.rb - lib/novelys_mongo_mapper/plugins/associations/embedded_collection.rb - lib/novelys_mongo_mapper/plugins/associations/in_array_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/many_documents_as_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/many_documents_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/many_embedded_polymorphic_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/many_embedded_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/many_polymorphic_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/one_proxy.rb - lib/novelys_mongo_mapper/plugins/associations/proxy.rb - lib/novelys_mongo_mapper/plugins/callbacks.rb - lib/novelys_mongo_mapper/plugins/clone.rb - lib/novelys_mongo_mapper/plugins/descendants.rb - lib/novelys_mongo_mapper/plugins/dirty.rb - lib/novelys_mongo_mapper/plugins/equality.rb - lib/novelys_mongo_mapper/plugins/identity_map.rb - lib/novelys_mongo_mapper/plugins/inspect.rb - lib/novelys_mongo_mapper/plugins/keys.rb - lib/novelys_mongo_mapper/plugins/logger.rb - lib/novelys_mongo_mapper/plugins/pagination.rb - lib/novelys_mongo_mapper/plugins/protected.rb - lib/novelys_mongo_mapper/plugins/rails.rb - lib/novelys_mongo_mapper/plugins/serialization.rb - lib/novelys_mongo_mapper/plugins/validations.rb - lib/novelys_mongo_mapper/support.rb - mongo_mapper.gemspec - novelys_mongo_mapper.gemspec - performance/read_write.rb - specs.watchr - test/NOTE_ON_TESTING - test/functional/associations/test_belongs_to_polymorphic_proxy.rb - test/functional/associations/test_belongs_to_proxy.rb - test/functional/associations/test_in_array_proxy.rb - test/functional/associations/test_many_documents_as_proxy.rb - test/functional/associations/test_many_documents_proxy.rb - test/functional/associations/test_many_embedded_polymorphic_proxy.rb - test/functional/associations/test_many_embedded_proxy.rb - test/functional/associations/test_many_polymorphic_proxy.rb - test/functional/associations/test_one_proxy.rb - test/functional/test_associations.rb - test/functional/test_binary.rb - test/functional/test_callbacks.rb - test/functional/test_dirty.rb - test/functional/test_document.rb - test/functional/test_embedded_document.rb - test/functional/test_identity_map.rb - test/functional/test_logger.rb - test/functional/test_modifiers.rb - test/functional/test_pagination.rb - test/functional/test_protected.rb - test/functional/test_string_id_compatibility.rb - test/functional/test_validations.rb - test/models.rb - test/support/custom_matchers.rb - test/support/timing.rb - test/test_helper.rb - test/unit/associations/test_base.rb - test/unit/associations/test_proxy.rb - test/unit/serializers/test_json_serializer.rb - test/unit/test_descendant_appends.rb - test/unit/test_document.rb - test/unit/test_dynamic_finder.rb - test/unit/test_embedded_document.rb - test/unit/test_finder_options.rb - test/unit/test_keys.rb - test/unit/test_mongo_mapper.rb - test/unit/test_pagination.rb - test/unit/test_plugins.rb - test/unit/test_rails.rb - test/unit/test_rails_compatibility.rb - test/unit/test_serialization.rb - test/unit/test_support.rb - test/unit/test_time_zones.rb - test/unit/test_validations.rb has_rdoc: true homepage: http://github.com/novelys/mongomapper licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 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: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Fork of MongoMapper with Rails 3 patches test_files: - test/functional/associations/test_belongs_to_polymorphic_proxy.rb - test/functional/associations/test_belongs_to_proxy.rb - test/functional/associations/test_in_array_proxy.rb - test/functional/associations/test_many_documents_as_proxy.rb - test/functional/associations/test_many_documents_proxy.rb - test/functional/associations/test_many_embedded_polymorphic_proxy.rb - test/functional/associations/test_many_embedded_proxy.rb - test/functional/associations/test_many_polymorphic_proxy.rb - test/functional/associations/test_one_proxy.rb - test/functional/test_associations.rb - test/functional/test_binary.rb - test/functional/test_callbacks.rb - test/functional/test_dirty.rb - test/functional/test_document.rb - test/functional/test_embedded_document.rb - test/functional/test_identity_map.rb - test/functional/test_logger.rb - test/functional/test_modifiers.rb - test/functional/test_pagination.rb - test/functional/test_protected.rb - test/functional/test_string_id_compatibility.rb - test/functional/test_validations.rb - test/models.rb - test/support/custom_matchers.rb - test/support/timing.rb - test/test_helper.rb - test/unit/associations/test_base.rb - test/unit/associations/test_proxy.rb - test/unit/serializers/test_json_serializer.rb - test/unit/test_descendant_appends.rb - test/unit/test_document.rb - test/unit/test_dynamic_finder.rb - test/unit/test_embedded_document.rb - test/unit/test_finder_options.rb - test/unit/test_keys.rb - test/unit/test_mongo_mapper.rb - test/unit/test_pagination.rb - test/unit/test_plugins.rb - test/unit/test_rails.rb - test/unit/test_rails_compatibility.rb - test/unit/test_serialization.rb - test/unit/test_support.rb - test/unit/test_time_zones.rb - test/unit/test_validations.rb