mongoid_money 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +6 -0
- metadata +8 -8
data/README.markdown
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# mongoid_money
|
|
2
2
|
|
|
3
|
+
Be aware! This gem currently requires mongoid to be included in your gemfile as such
|
|
4
|
+
|
|
5
|
+
gem "mongoid", :git => "git://github.com/mongoid/mongoid.git"
|
|
6
|
+
|
|
7
|
+
due to a type casting bug introduced in Mongoid version 2.0.0. The fix has not been released to rubygems.org yet.
|
|
8
|
+
|
|
3
9
|
## Description
|
|
4
10
|
|
|
5
11
|
A simple gem that creates a Money datatype for Mongoid.
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: mongoid_money
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 0.2.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Jeff Bozek
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-04-19 00:00:00 -05:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -84,9 +84,9 @@ dependencies:
|
|
|
84
84
|
requirement: &id007 !ruby/object:Gem::Requirement
|
|
85
85
|
none: false
|
|
86
86
|
requirements:
|
|
87
|
-
- - "
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version:
|
|
89
|
+
version: "0"
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: *id007
|
|
@@ -97,7 +97,7 @@ dependencies:
|
|
|
97
97
|
requirements:
|
|
98
98
|
- - ~>
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
|
-
version: "1.
|
|
100
|
+
version: "1.3"
|
|
101
101
|
type: :development
|
|
102
102
|
prerelease: false
|
|
103
103
|
version_requirements: *id008
|
|
@@ -128,9 +128,9 @@ dependencies:
|
|
|
128
128
|
requirement: &id011 !ruby/object:Gem::Requirement
|
|
129
129
|
none: false
|
|
130
130
|
requirements:
|
|
131
|
-
- -
|
|
131
|
+
- - ~>
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 2.0.
|
|
133
|
+
version: 2.0.1
|
|
134
134
|
type: :runtime
|
|
135
135
|
prerelease: false
|
|
136
136
|
version_requirements: *id011
|
|
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
requirements:
|
|
168
168
|
- - ">="
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
|
-
hash:
|
|
170
|
+
hash: -784638256424263211
|
|
171
171
|
segments:
|
|
172
172
|
- 0
|
|
173
173
|
version: "0"
|