mongoid_money_field 6.0.1 → 6.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/Gemfile.lock +38 -44
- data/lib/mongoid_money_field/version.rb +1 -1
- data/mongoid_money_field.gemspec +1 -1
- data/spec/support/mongoid.yml +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1aa9883c985a71e27820bdc06019bc1275c92908
|
4
|
+
data.tar.gz: b59da4e93405eb54c0ded186d14f080c272b5246
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93821e6149353536e09d12ad47ee45b2ae652f86c3b6d1a9cb5b98564315cf06eb24d829562e6de9e54c87912695408c6fadef47902aa25bd47660673c4a0236
|
7
|
+
data.tar.gz: 4e9cdf2f485e88b5563d2bd6186efcfdea6c27bb287db5dfa5877be7a74559f34ad185676bfe79f27385f27ff98aebbdaaa417ccac694978f9dfd6ffdd38d3a0
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,73 +1,68 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mongoid_money_field (6.0.
|
4
|
+
mongoid_money_field (6.0.2)
|
5
5
|
monetize
|
6
6
|
money (~> 6.5.0)
|
7
|
-
mongoid (~>
|
7
|
+
mongoid (~> 5.2)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activemodel (4.2.
|
13
|
-
activesupport (= 4.2.
|
12
|
+
activemodel (4.2.8)
|
13
|
+
activesupport (= 4.2.8)
|
14
14
|
builder (~> 3.1)
|
15
|
-
activesupport (4.2.
|
15
|
+
activesupport (4.2.8)
|
16
16
|
i18n (~> 0.7)
|
17
|
-
json (~> 1.7, >= 1.7.7)
|
18
17
|
minitest (~> 5.1)
|
19
18
|
thread_safe (~> 0.3, >= 0.3.4)
|
20
19
|
tzinfo (~> 1.1)
|
21
|
-
bson (
|
22
|
-
builder (3.2.
|
23
|
-
|
24
|
-
|
25
|
-
diff-lcs (1.2.5)
|
20
|
+
bson (4.2.1)
|
21
|
+
builder (3.2.3)
|
22
|
+
database_cleaner (1.6.1)
|
23
|
+
diff-lcs (1.3)
|
26
24
|
docile (1.1.5)
|
27
25
|
i18n (0.7.0)
|
28
|
-
json (1.
|
29
|
-
minitest (5.
|
26
|
+
json (2.1.0)
|
27
|
+
minitest (5.10.2)
|
30
28
|
monetize (1.3.0)
|
31
29
|
money (~> 6.5.0)
|
32
30
|
money (6.5.1)
|
33
31
|
i18n (>= 0.6.4, <= 0.7.0)
|
34
|
-
|
32
|
+
mongo (2.4.1)
|
33
|
+
bson (>= 4.2.1, < 5.0.0)
|
34
|
+
mongoid (5.2.1)
|
35
35
|
activemodel (~> 4.0)
|
36
|
-
|
37
|
-
origin (~> 2.
|
36
|
+
mongo (>= 2.4.1, < 3.0.0)
|
37
|
+
origin (~> 2.3)
|
38
38
|
tzinfo (>= 0.3.37)
|
39
|
-
mongoid-rspec (
|
40
|
-
mongoid (~>
|
39
|
+
mongoid-rspec (3.0.0)
|
40
|
+
mongoid (~> 5.0)
|
41
41
|
rake
|
42
|
-
rspec (~> 3.
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
rspec-expectations (~> 3.3.0)
|
54
|
-
rspec-mocks (~> 3.3.0)
|
55
|
-
rspec-core (3.3.1)
|
56
|
-
rspec-support (~> 3.3.0)
|
57
|
-
rspec-expectations (3.3.0)
|
42
|
+
rspec (~> 3.3)
|
43
|
+
origin (2.3.0)
|
44
|
+
rake (12.0.0)
|
45
|
+
rdoc (5.1.0)
|
46
|
+
rspec (3.6.0)
|
47
|
+
rspec-core (~> 3.6.0)
|
48
|
+
rspec-expectations (~> 3.6.0)
|
49
|
+
rspec-mocks (~> 3.6.0)
|
50
|
+
rspec-core (3.6.0)
|
51
|
+
rspec-support (~> 3.6.0)
|
52
|
+
rspec-expectations (3.6.0)
|
58
53
|
diff-lcs (>= 1.2.0, < 2.0)
|
59
|
-
rspec-support (~> 3.
|
60
|
-
rspec-mocks (3.
|
54
|
+
rspec-support (~> 3.6.0)
|
55
|
+
rspec-mocks (3.6.0)
|
61
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
62
|
-
rspec-support (~> 3.
|
63
|
-
rspec-support (3.
|
64
|
-
simplecov (0.
|
57
|
+
rspec-support (~> 3.6.0)
|
58
|
+
rspec-support (3.6.0)
|
59
|
+
simplecov (0.14.1)
|
65
60
|
docile (~> 1.1.0)
|
66
|
-
json (
|
61
|
+
json (>= 1.8, < 3)
|
67
62
|
simplecov-html (~> 0.10.0)
|
68
63
|
simplecov-html (0.10.0)
|
69
|
-
thread_safe (0.3.
|
70
|
-
tzinfo (1.2.
|
64
|
+
thread_safe (0.3.6)
|
65
|
+
tzinfo (1.2.3)
|
71
66
|
thread_safe (~> 0.1)
|
72
67
|
|
73
68
|
PLATFORMS
|
@@ -76,7 +71,6 @@ PLATFORMS
|
|
76
71
|
DEPENDENCIES
|
77
72
|
bundler
|
78
73
|
database_cleaner
|
79
|
-
mongoid (~> 4.0.0)
|
80
74
|
mongoid-rspec
|
81
75
|
mongoid_money_field!
|
82
76
|
rake
|
@@ -85,4 +79,4 @@ DEPENDENCIES
|
|
85
79
|
simplecov
|
86
80
|
|
87
81
|
BUNDLED WITH
|
88
|
-
1.
|
82
|
+
1.14.6
|
data/mongoid_money_field.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
19
|
spec.require_paths = ["lib"]
|
20
20
|
|
21
|
-
spec.add_runtime_dependency "mongoid", "~>
|
21
|
+
spec.add_runtime_dependency "mongoid", "~> 5.2"
|
22
22
|
spec.add_runtime_dependency "money", "~> 6.5.0"
|
23
23
|
spec.add_runtime_dependency "monetize"
|
24
24
|
|
data/spec/support/mongoid.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongoid_money_field
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gleb Tv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mongoid
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '5.2'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '5.2'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: money
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
version: '0'
|
212
212
|
requirements: []
|
213
213
|
rubyforge_project:
|
214
|
-
rubygems_version: 2.
|
214
|
+
rubygems_version: 2.6.11
|
215
215
|
signing_key:
|
216
216
|
specification_version: 4
|
217
217
|
summary: Use RubyMoney with mongoid
|