mongo_mapper-unstable 2010.2.12 → 2010.2.15
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
= MongoMapper
|
2
2
|
|
3
|
-
|
3
|
+
A Ruby Object Mapper for Mongo.
|
4
4
|
|
5
5
|
Releases are tagged on github and released on gemcutter. Master is pushed to whenever I add a patch or a new feature, but I do not release a new gem version each time I push.
|
6
6
|
|
data/Rakefile
CHANGED
@@ -6,7 +6,7 @@ require 'yard/rake/yardoc_task'
|
|
6
6
|
|
7
7
|
Jeweler::Tasks.new do |gem|
|
8
8
|
gem.name = "mongo_mapper"
|
9
|
-
gem.summary = %Q{
|
9
|
+
gem.summary = %Q{A Ruby Object Mapper for Mongo}
|
10
10
|
gem.email = "nunemaker@gmail.com"
|
11
11
|
gem.homepage = "http://github.com/jnunemaker/mongomapper"
|
12
12
|
gem.authors = ["John Nunemaker"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2010.02.
|
1
|
+
2010.02.15
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongo_mapper-unstable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2010.2.
|
4
|
+
version: 2010.2.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-02-
|
12
|
+
date: 2010-02-15 00:00:00 -05:00
|
13
13
|
default_executable: mmconsole
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -210,7 +210,7 @@ rubyforge_project:
|
|
210
210
|
rubygems_version: 1.3.5
|
211
211
|
signing_key:
|
212
212
|
specification_version: 3
|
213
|
-
summary:
|
213
|
+
summary: A Ruby Object Mapper for Mongo
|
214
214
|
test_files:
|
215
215
|
- test/unit/test_embedded_document.rb
|
216
216
|
- test/unit/test_dynamic_finder.rb
|