mongoo.gemspec in mongoo-0.4.5 vs mongoo.gemspec in mongoo-0.4.6
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mongoo}
- s.version = "0.4.5"
+ s.version = "0.4.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Myles"]
- s.date = %q{2011-06-06}
+ s.date = %q{2011-06-07}
s.description = %q{Simple object mapper for MongoDB}
s.email = %q{ben.myles@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -28,19 +28,24 @@
"lib/mongoo.rb",
"lib/mongoo/attribute_proxy.rb",
"lib/mongoo/attribute_sanitizer.rb",
"lib/mongoo/base.rb",
"lib/mongoo/changelog.rb",
+ "lib/mongoo/core.rb",
"lib/mongoo/cursor.rb",
+ "lib/mongoo/embedded/array_proxy.rb",
+ "lib/mongoo/embedded/base.rb",
+ "lib/mongoo/embedded/hash_proxy.rb",
"lib/mongoo/hash_ext.rb",
"lib/mongoo/identity_map.rb",
"lib/mongoo/modifiers.rb",
"lib/mongoo/mongohash.rb",
"lib/mongoo/persistence.rb",
"mongoo.gemspec",
"test/helper.rb",
"test/test_activemodel.rb",
+ "test/test_embedded.rb",
"test/test_identity_map.rb",
"test/test_mongohash.rb",
"test/test_mongoo.rb",
"test/test_performance.rb"
]
@@ -50,9 +55,10 @@
s.rubygems_version = %q{1.6.1}
s.summary = %q{Object mapper for MongoDB}
s.test_files = [
"test/helper.rb",
"test/test_activemodel.rb",
+ "test/test_embedded.rb",
"test/test_identity_map.rb",
"test/test_mongohash.rb",
"test/test_mongoo.rb",
"test/test_performance.rb"
]