# -*- encoding: utf-8 -*- # stub: mongoid 0.2.6 ruby lib Gem::Specification.new do |s| s.name = "mongoid".freeze s.version = "0.2.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Durran Jordan".freeze] s.date = "2009-10-01" s.email = "durran@gmail.com".freeze s.extra_rdoc_files = ["README.textile".freeze] s.files = [".gitignore".freeze, "History.txt".freeze, "MIT_LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/mongoid.rb".freeze, "lib/mongoid/associations/association_factory.rb".freeze, "lib/mongoid/associations/belongs_to_association.rb".freeze, "lib/mongoid/associations/has_many_association.rb".freeze, "lib/mongoid/associations/has_one_association.rb".freeze, "lib/mongoid/document.rb".freeze, "lib/mongoid/extensions.rb".freeze, "lib/mongoid/extensions/array/conversions.rb".freeze, "lib/mongoid/extensions/object/conversions.rb".freeze, "lib/mongoid/finders.rb".freeze, "mongoid.gemspec".freeze, "spec/integration/mongoid/document_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/unit/mongoid/associations/association_factory_spec.rb".freeze, "spec/unit/mongoid/associations/belongs_to_association_spec.rb".freeze, "spec/unit/mongoid/associations/has_many_association_spec.rb".freeze, "spec/unit/mongoid/associations/has_one_association_spec.rb".freeze, "spec/unit/mongoid/document_spec.rb".freeze, "spec/unit/mongoid/extensions/array/conversions_spec.rb".freeze, "spec/unit/mongoid/extensions/object/conversions_spec.rb".freeze, "spec/unit/mongoid/finders_spec.rb".freeze] s.homepage = "http://github.com/durran/mongoid".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Mongoid".freeze s.test_files = ["spec/integration/mongoid/document_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/mongoid/associations/association_factory_spec.rb".freeze, "spec/unit/mongoid/associations/belongs_to_association_spec.rb".freeze, "spec/unit/mongoid/associations/has_many_association_spec.rb".freeze, "spec/unit/mongoid/associations/has_one_association_spec.rb".freeze, "spec/unit/mongoid/document_spec.rb".freeze, "spec/unit/mongoid/extensions/array/conversions_spec.rb".freeze, "spec/unit/mongoid/extensions/object/conversions_spec.rb".freeze, "spec/unit/mongoid/finders_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end