money_column 0.2.0 → 0.2.1
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/Gemfile.lock +7 -3
- data/money_column.gemspec +2 -2
- metadata +7 -7
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
money_column (0.2.
|
|
4
|
+
money_column (0.2.1)
|
|
5
5
|
activesupport (>= 2.3.14)
|
|
6
|
-
money (~>
|
|
6
|
+
money (~> 4.0.1)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: http://rubygems.org/
|
|
@@ -15,7 +15,11 @@ GEM
|
|
|
15
15
|
thor (~> 0.14.6)
|
|
16
16
|
guard-rspec (0.5.8)
|
|
17
17
|
guard (>= 0.8.4)
|
|
18
|
-
|
|
18
|
+
i18n (0.6.0)
|
|
19
|
+
json (1.6.2)
|
|
20
|
+
money (4.0.1)
|
|
21
|
+
i18n (~> 0.4)
|
|
22
|
+
json
|
|
19
23
|
rake (0.9.2.2)
|
|
20
24
|
rb-fsevent (0.4.3.1)
|
|
21
25
|
rspec (2.7.0)
|
data/money_column.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
|
|
|
4
4
|
s.rubygems_version = '1.3.7'
|
|
5
5
|
|
|
6
6
|
s.name = 'money_column'
|
|
7
|
-
s.version = '0.2.
|
|
7
|
+
s.version = '0.2.1'
|
|
8
8
|
s.date = '2011-11-30'
|
|
9
9
|
s.summary = 'A set of helper methods for working with money-based attributes.'
|
|
10
10
|
s.description = 'A set of helper methods for working with money-based attributes.'
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
|
|
19
19
|
# Runtime Dependencies
|
|
20
20
|
s.add_runtime_dependency('activesupport', '>= 2.3.14')
|
|
21
|
-
s.add_runtime_dependency('money', '~>
|
|
21
|
+
s.add_runtime_dependency('money', '~> 4.0.1')
|
|
22
22
|
|
|
23
23
|
# Development Dependencies
|
|
24
24
|
s.add_development_dependency('rake', '~> 0.9.2')
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: money_column
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Klett
|
|
@@ -43,12 +43,12 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - ~>
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash:
|
|
46
|
+
hash: 61
|
|
47
47
|
segments:
|
|
48
|
-
-
|
|
49
|
-
- 2
|
|
48
|
+
- 4
|
|
50
49
|
- 0
|
|
51
|
-
|
|
50
|
+
- 1
|
|
51
|
+
version: 4.0.1
|
|
52
52
|
type: :runtime
|
|
53
53
|
version_requirements: *id002
|
|
54
54
|
- !ruby/object:Gem::Dependency
|