mongoid-denormalization 2.1.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e881e12478f82c13eccea28728412f9a2543e04263328711dd957be249d18eb
4
- data.tar.gz: 10f4650d3ff0f9ccf6b4c7d348b3cfd79f954db982e98f1b6bb840a39bbe8069
3
+ metadata.gz: 31e6059d2b9f6be41374fa50fac19363d1f9c735c459364dfadb9460de1506f4
4
+ data.tar.gz: ffa5f34d6c27a875dba7c3be850d53024fe38d720c56550710d571ff30f6f168
5
5
  SHA512:
6
- metadata.gz: 6874bae36e49fccc63da99844783d55825e1698cb28c17098ca9ed854a021fbb2068b645f4c522d356ea094f16d24c5378b8488dd2707ae0113adc81fab9509d
7
- data.tar.gz: '0157999136d7f278ce049c97277894174e30266051fbfdab53f4512d670b791333e5c34ec03cd1dc4b1f2149dd23fdade1591957744b3c66ae5d7c4717e3feaf'
6
+ metadata.gz: 5edbc325b5309269fc22e12dc383b3bdb5690b973c9b2fbe2183032ad9c329e60092fff97b5e01286650151c0025e8dedafde024b74260705c2dd5c68187192e
7
+ data.tar.gz: eb9a240df2c9a1f76d2c415dcab02505ee62e8cb2cfd77beb0053f85ce91d902cc0bc349c6504e8b0c6ddf2c4a5986b24c93c8830701fc9b0df4f3d6a0ad2d64
@@ -1,54 +1,54 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-denormalization (2.1.1)
4
+ mongoid-denormalization (3.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (6.0.2.1)
10
- activesupport (= 6.0.2.1)
11
- activesupport (6.0.2.1)
9
+ activemodel (6.0.3.2)
10
+ activesupport (= 6.0.3.2)
11
+ activesupport (6.0.3.2)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 0.7, < 2)
14
14
  minitest (~> 5.1)
15
15
  tzinfo (~> 1.1)
16
- zeitwerk (~> 2.2)
17
- bson (4.7.1)
18
- coderay (1.1.2)
16
+ zeitwerk (~> 2.2, >= 2.2.2)
17
+ bson (4.9.4)
18
+ coderay (1.1.3)
19
19
  concurrent-ruby (1.1.6)
20
- database_cleaner (1.8.2)
21
- diff-lcs (1.3)
22
- i18n (1.8.2)
20
+ database_cleaner (1.8.5)
21
+ diff-lcs (1.4.4)
22
+ i18n (1.8.3)
23
23
  concurrent-ruby (~> 1.0)
24
- method_source (0.9.2)
25
- minitest (5.14.0)
26
- mongo (2.11.3)
27
- bson (>= 4.4.2, < 5.0.0)
28
- mongoid (7.0.5)
24
+ method_source (1.0.0)
25
+ minitest (5.14.1)
26
+ mongo (2.12.1)
27
+ bson (>= 4.8.2, < 5.0.0)
28
+ mongoid (7.1.2)
29
29
  activemodel (>= 5.1, < 6.1)
30
- mongo (>= 2.5.1, < 3.0.0)
31
- pry (0.12.2)
32
- coderay (~> 1.1.0)
33
- method_source (~> 0.9.0)
30
+ mongo (>= 2.7.0, < 3.0.0)
31
+ pry (0.13.1)
32
+ coderay (~> 1.1)
33
+ method_source (~> 1.0)
34
34
  rake (13.0.1)
35
35
  rspec (3.9.0)
36
36
  rspec-core (~> 3.9.0)
37
37
  rspec-expectations (~> 3.9.0)
38
38
  rspec-mocks (~> 3.9.0)
39
- rspec-core (3.9.1)
40
- rspec-support (~> 3.9.1)
41
- rspec-expectations (3.9.0)
39
+ rspec-core (3.9.2)
40
+ rspec-support (~> 3.9.3)
41
+ rspec-expectations (3.9.2)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.9.0)
44
44
  rspec-mocks (3.9.1)
45
45
  diff-lcs (>= 1.2.0, < 2.0)
46
46
  rspec-support (~> 3.9.0)
47
- rspec-support (3.9.2)
47
+ rspec-support (3.9.3)
48
48
  thread_safe (0.3.6)
49
- tzinfo (1.2.6)
49
+ tzinfo (1.2.7)
50
50
  thread_safe (~> 0.1)
51
- zeitwerk (2.2.2)
51
+ zeitwerk (2.3.1)
52
52
 
53
53
  PLATFORMS
54
54
  ruby
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Denormalization
3
- VERSION = "2.1.1"
3
+ VERSION = "3.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-denormalization
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amit Chaudhary
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-11 00:00:00.000000000 Z
11
+ date: 2020-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -79,7 +79,7 @@ homepage: http://github.com/chaudhary/mongoid-denormalization
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}
82
- post_install_message:
82
+ post_install_message:
83
83
  rdoc_options: []
84
84
  require_paths:
85
85
  - lib
@@ -94,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.1.2
98
- signing_key:
97
+ rubygems_version: 3.0.8
98
+ signing_key:
99
99
  specification_version: 4
100
100
  summary: Mongoid denormalization helper module
101
101
  test_files: []