--- !ruby/object:Gem::Specification name: mongo_mapper_ign version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 7 - 4 version: 0.7.4 platform: ruby authors: - John Nunemaker - Chandra Patni - Thomas Nguyen autorequire: bindir: bin cert_chain: [] date: 2010-04-29 00:00:00 -07:00 default_executable: mmconsole dependencies: - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 3 - 4 version: 2.3.4 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: mongo prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 20 - 1 version: 0.20.1 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: jnunemaker-validatable prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 1 - 8 - 4 version: 1.8.4 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 2 - 3 version: 1.2.3 type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: jnunemaker-matchy prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 4 - 0 version: 0.4.0 type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id006 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 2 - 10 - 2 version: 2.10.2 type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: timecop prerelease: false requirement: &id007 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 3 - 1 version: 0.3.1 type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: mocha prerelease: false requirement: &id008 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 9 - 8 version: 0.9.8 type: :development version_requirements: *id008 description: email: nunemaker@gmail.com,cpatni@ign.com,thnguyen@ign.com executables: - mmconsole extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .gitignore - LICENSE - README.rdoc - Rakefile - bin/mmconsole - lib/mongo_mapper.rb - lib/mongo_mapper/document.rb - lib/mongo_mapper/embedded_document.rb - lib/mongo_mapper/plugins.rb - lib/mongo_mapper/plugins/associations.rb - lib/mongo_mapper/plugins/associations/base.rb - lib/mongo_mapper/plugins/associations/belongs_to_polymorphic_proxy.rb - lib/mongo_mapper/plugins/associations/belongs_to_proxy.rb - lib/mongo_mapper/plugins/associations/collection.rb - lib/mongo_mapper/plugins/associations/embedded_collection.rb - lib/mongo_mapper/plugins/associations/in_array_proxy.rb - lib/mongo_mapper/plugins/associations/many_documents_as_proxy.rb - lib/mongo_mapper/plugins/associations/many_documents_proxy.rb - lib/mongo_mapper/plugins/associations/many_embedded_polymorphic_proxy.rb - lib/mongo_mapper/plugins/associations/many_embedded_proxy.rb - lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb - lib/mongo_mapper/plugins/associations/one_embedded_proxy.rb - lib/mongo_mapper/plugins/associations/one_proxy.rb - lib/mongo_mapper/plugins/associations/proxy.rb - lib/mongo_mapper/plugins/callbacks.rb - lib/mongo_mapper/plugins/clone.rb - lib/mongo_mapper/plugins/descendants.rb - lib/mongo_mapper/plugins/dirty.rb - lib/mongo_mapper/plugins/equality.rb - lib/mongo_mapper/plugins/identity_map.rb - lib/mongo_mapper/plugins/inspect.rb - lib/mongo_mapper/plugins/keys.rb - lib/mongo_mapper/plugins/logger.rb - lib/mongo_mapper/plugins/modifiers.rb - lib/mongo_mapper/plugins/pagination.rb - lib/mongo_mapper/plugins/pagination/proxy.rb - lib/mongo_mapper/plugins/persistence.rb - lib/mongo_mapper/plugins/protected.rb - lib/mongo_mapper/plugins/rails.rb - lib/mongo_mapper/plugins/serialization.rb - lib/mongo_mapper/plugins/serialization/array.rb - lib/mongo_mapper/plugins/serialization/xml_serializer.rb - lib/mongo_mapper/plugins/timestamps.rb - lib/mongo_mapper/plugins/userstamps.rb - lib/mongo_mapper/plugins/validations.rb - lib/mongo_mapper/query.rb - lib/mongo_mapper/support.rb - lib/mongo_mapper/support/descendant_appends.rb - lib/mongo_mapper/support/find.rb - lib/mongo_mapper/version.rb - mongo_mapper.gemspec - mongo_mapper_ign.gemspec - performance/read_write.rb - specs.watchr - test/NOTE_ON_TESTING - test/active_model_lint_test.rb - 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_embedded_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_indexing.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_timestamps.rb - test/functional/test_userstamps.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_keys.rb - test/unit/test_mongo_mapper.rb - test/unit/test_pagination.rb - test/unit/test_plugins.rb - test/unit/test_query.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/rubyorchard/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 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: A Ruby Object Mapper for Mongo including support for XML serialization test_files: - test/active_model_lint_test.rb - 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_embedded_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_indexing.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_timestamps.rb - test/functional/test_userstamps.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_keys.rb - test/unit/test_mongo_mapper.rb - test/unit/test_pagination.rb - test/unit/test_plugins.rb - test/unit/test_query.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