mongo_mapper-unstable 2010.2.4 → 2010.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -14
- data/VERSION +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -13,25 +13,16 @@ Releases are tagged on github and released on gemcutter. Master is pushed to whe
|
|
13
13
|
* Send me a pull request. Bonus points for topic branches.
|
14
14
|
|
15
15
|
== Install
|
16
|
-
|
17
|
-
$ gem install mongo_mapper
|
18
|
-
|
19
|
-
== Dependencies
|
20
|
-
|
21
|
-
* ActiveSupport (typically the latest version)
|
22
|
-
* Mongo Ruby Driver (mongo)
|
23
|
-
* My fork of the validatable gem (jnunemaker-validatable)
|
24
16
|
|
25
|
-
|
17
|
+
$ gem install mongo_mapper
|
26
18
|
|
27
|
-
|
19
|
+
== Problems or Questions?
|
28
20
|
|
21
|
+
Hit up the google group.
|
29
22
|
http://groups.google.com/group/mongomapper
|
30
23
|
|
31
|
-
|
32
|
-
|
33
|
-
* http://www.mongodb.org/
|
34
|
-
* http://github.com/mongodb/mongo-ruby-driver/
|
24
|
+
To see if the problem you are having is a verified issue, you can see the MM pivotal tracker project:
|
25
|
+
http://www.pivotaltracker.com/projects/33576
|
35
26
|
|
36
27
|
== Copyright
|
37
28
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2010.02.
|
1
|
+
2010.02.05
|
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.5
|
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-05 00:00:00 -05:00
|
13
13
|
default_executable: mmconsole
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|