# -*- encoding: utf-8 -*- # stub: mongo_mapper-unstable 2010.2.24 ruby lib Gem::Specification.new do |s| s.name = "mongo_mapper-unstable".freeze s.version = "2010.2.24".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Nunemaker".freeze] s.date = "2010-02-24" s.email = "nunemaker@gmail.com".freeze s.executables = ["mmconsole".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/mmconsole".freeze, "lib/mongo_mapper.rb".freeze, "lib/mongo_mapper/document.rb".freeze, "lib/mongo_mapper/embedded_document.rb".freeze, "lib/mongo_mapper/plugins.rb".freeze, "lib/mongo_mapper/plugins/associations.rb".freeze, "lib/mongo_mapper/plugins/associations/base.rb".freeze, "lib/mongo_mapper/plugins/associations/belongs_to_polymorphic_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/belongs_to_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/collection.rb".freeze, "lib/mongo_mapper/plugins/associations/embedded_collection.rb".freeze, "lib/mongo_mapper/plugins/associations/in_array_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/many_documents_as_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/many_documents_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/many_embedded_polymorphic_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/many_embedded_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/one_proxy.rb".freeze, "lib/mongo_mapper/plugins/associations/proxy.rb".freeze, "lib/mongo_mapper/plugins/callbacks.rb".freeze, "lib/mongo_mapper/plugins/clone.rb".freeze, "lib/mongo_mapper/plugins/descendants.rb".freeze, "lib/mongo_mapper/plugins/dirty.rb".freeze, "lib/mongo_mapper/plugins/equality.rb".freeze, "lib/mongo_mapper/plugins/identity_map.rb".freeze, "lib/mongo_mapper/plugins/inspect.rb".freeze, "lib/mongo_mapper/plugins/keys.rb".freeze, "lib/mongo_mapper/plugins/logger.rb".freeze, "lib/mongo_mapper/plugins/pagination.rb".freeze, "lib/mongo_mapper/plugins/pagination/proxy.rb".freeze, "lib/mongo_mapper/plugins/protected.rb".freeze, "lib/mongo_mapper/plugins/rails.rb".freeze, "lib/mongo_mapper/plugins/serialization.rb".freeze, "lib/mongo_mapper/plugins/validations.rb".freeze, "lib/mongo_mapper/query.rb".freeze, "lib/mongo_mapper/support.rb".freeze, "lib/mongo_mapper/support/descendant_appends.rb".freeze, "lib/mongo_mapper/support/find.rb".freeze, "mongo_mapper.gemspec".freeze, "performance/read_write.rb".freeze, "specs.watchr".freeze, "test/NOTE_ON_TESTING".freeze, "test/functional/associations/test_belongs_to_polymorphic_proxy.rb".freeze, "test/functional/associations/test_belongs_to_proxy.rb".freeze, "test/functional/associations/test_in_array_proxy.rb".freeze, "test/functional/associations/test_many_documents_as_proxy.rb".freeze, "test/functional/associations/test_many_documents_proxy.rb".freeze, "test/functional/associations/test_many_embedded_polymorphic_proxy.rb".freeze, "test/functional/associations/test_many_embedded_proxy.rb".freeze, "test/functional/associations/test_many_polymorphic_proxy.rb".freeze, "test/functional/associations/test_one_proxy.rb".freeze, "test/functional/test_associations.rb".freeze, "test/functional/test_binary.rb".freeze, "test/functional/test_callbacks.rb".freeze, "test/functional/test_dirty.rb".freeze, "test/functional/test_document.rb".freeze, "test/functional/test_embedded_document.rb".freeze, "test/functional/test_identity_map.rb".freeze, "test/functional/test_logger.rb".freeze, "test/functional/test_modifiers.rb".freeze, "test/functional/test_pagination.rb".freeze, "test/functional/test_protected.rb".freeze, "test/functional/test_string_id_compatibility.rb".freeze, "test/functional/test_validations.rb".freeze, "test/models.rb".freeze, "test/support/custom_matchers.rb".freeze, "test/support/timing.rb".freeze, "test/test_helper.rb".freeze, "test/unit/associations/test_base.rb".freeze, "test/unit/associations/test_proxy.rb".freeze, "test/unit/serializers/test_json_serializer.rb".freeze, "test/unit/test_descendant_appends.rb".freeze, "test/unit/test_document.rb".freeze, "test/unit/test_dynamic_finder.rb".freeze, "test/unit/test_embedded_document.rb".freeze, "test/unit/test_keys.rb".freeze, "test/unit/test_mongo_mapper.rb".freeze, "test/unit/test_pagination.rb".freeze, "test/unit/test_plugins.rb".freeze, "test/unit/test_query.rb".freeze, "test/unit/test_rails.rb".freeze, "test/unit/test_rails_compatibility.rb".freeze, "test/unit/test_serialization.rb".freeze, "test/unit/test_support.rb".freeze, "test/unit/test_time_zones.rb".freeze, "test/unit/test_validations.rb".freeze] s.homepage = "http://github.com/jnunemaker/mongomapper".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby Object Mapper for Mongo".freeze s.test_files = ["test/unit/test_embedded_document.rb".freeze, "test/unit/test_dynamic_finder.rb".freeze, "test/unit/serializers/test_json_serializer.rb".freeze, "test/unit/test_support.rb".freeze, "test/unit/test_keys.rb".freeze, "test/unit/associations/test_proxy.rb".freeze, "test/unit/associations/test_base.rb".freeze, "test/unit/test_time_zones.rb".freeze, "test/unit/test_serialization.rb".freeze, "test/unit/test_rails.rb".freeze, "test/unit/test_query.rb".freeze, "test/unit/test_rails_compatibility.rb".freeze, "test/unit/test_validations.rb".freeze, "test/unit/test_mongo_mapper.rb".freeze, "test/unit/test_descendant_appends.rb".freeze, "test/unit/test_plugins.rb".freeze, "test/unit/test_document.rb".freeze, "test/unit/test_pagination.rb".freeze, "test/test_helper.rb".freeze, "test/support/custom_matchers.rb".freeze, "test/support/timing.rb".freeze, "test/functional/test_modifiers.rb".freeze, "test/functional/test_embedded_document.rb".freeze, "test/functional/test_protected.rb".freeze, "test/functional/test_string_id_compatibility.rb".freeze, "test/functional/test_associations.rb".freeze, "test/functional/associations/test_belongs_to_proxy.rb".freeze, "test/functional/associations/test_in_array_proxy.rb".freeze, "test/functional/associations/test_many_documents_proxy.rb".freeze, "test/functional/associations/test_many_embedded_proxy.rb".freeze, "test/functional/associations/test_many_documents_as_proxy.rb".freeze, "test/functional/associations/test_many_embedded_polymorphic_proxy.rb".freeze, "test/functional/associations/test_many_polymorphic_proxy.rb".freeze, "test/functional/associations/test_belongs_to_polymorphic_proxy.rb".freeze, "test/functional/associations/test_one_proxy.rb".freeze, "test/functional/test_identity_map.rb".freeze, "test/functional/test_binary.rb".freeze, "test/functional/test_dirty.rb".freeze, "test/functional/test_callbacks.rb".freeze, "test/functional/test_validations.rb".freeze, "test/functional/test_logger.rb".freeze, "test/functional/test_document.rb".freeze, "test/functional/test_pagination.rb".freeze, "test/models.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.18.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.8.1".freeze]) s.add_development_dependency(%q.freeze, ["= 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["= 2.10.2".freeze]) s.add_development_dependency(%q.freeze, ["= 0.3.1".freeze]) s.add_development_dependency(%q.freeze, ["= 0.9.8".freeze]) end