consyncful-tree 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e236700b0ed784be1e470b308e41c4ac2e8e403d0b94cfee3f98ba3bce8400e
4
- data.tar.gz: dd82d688740c105509dc28cf36643ab84d33ea54034acb315aae512db0c4009c
3
+ metadata.gz: fc3e8c65e29ce814609bbf279b96bb29d320e4e38d11cdf900b7f5828b805ee1
4
+ data.tar.gz: 3a6fe92a6aef5055b02bf6606a4d100392da58f0e2c961ac507620555d8b9ce4
5
5
  SHA512:
6
- metadata.gz: 99fac17c55d9eb5d83fca8c07df07961ac4cb854da3b00af075128e0036b3842e8eaa18a4504ccf7601063cc13356d69216b233efe05e57a19ee18e97dcc6c60
7
- data.tar.gz: 637ff51cab4e721a98a3c43206dc4a9bedd0107d93594f3bc19316a9fb10c5e29f5ca9291e2084b5416de3071b8d5c626fee1ae670ac55c75d54d8929c1920db
6
+ metadata.gz: 8ed11d0980029dbf5709a770ff52ce35ef65494f99c6e63e019be2dd0c49941f2c25982b61be5d34ad9b0e9f22e783dd0149a875570f1310a708850691d43a0e
7
+ data.tar.gz: d6c4cea50d27506cf428ebdb14933177adb9050af79a34a4f51a025bbc26f21d48280ea12a3d98be1eb7428c28e854c2a4ab764d7aaaf903a7d1f09e040ab79c
data/Gemfile.lock CHANGED
@@ -1,30 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- consyncful-tree (1.0.2)
5
- consyncful (~> 0.7.0)
4
+ consyncful-tree (1.0.3)
5
+ consyncful (>= 0.7.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (7.0.3)
11
- activesupport (= 7.0.3)
12
- activesupport (7.0.3)
10
+ activemodel (7.0.4.2)
11
+ activesupport (= 7.0.4.2)
12
+ activesupport (7.0.4.2)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
16
16
  tzinfo (~> 2.0)
17
- addressable (2.8.0)
18
- public_suffix (>= 2.0.2, < 5.0)
17
+ addressable (2.8.1)
18
+ public_suffix (>= 2.0.2, < 6.0)
19
19
  ast (2.4.2)
20
20
  bson (4.15.0)
21
21
  byebug (11.1.3)
22
22
  coderay (1.1.3)
23
- concurrent-ruby (1.1.10)
24
- consyncful (0.7.0)
23
+ concurrent-ruby (1.2.0)
24
+ consyncful (0.8.0)
25
25
  contentful (>= 2.11.1, < 3.0.0)
26
26
  hooks (>= 0.4.1)
27
- mongoid (>= 7.0.2, < 8.0.0)
27
+ mongoid (>= 7.0.2, < 9.0.0)
28
28
  rainbow
29
29
  contentful (2.16.3)
30
30
  http (> 0.8, < 5.0)
@@ -52,15 +52,15 @@ GEM
52
52
  http-form_data (2.3.0)
53
53
  http-parser (1.2.3)
54
54
  ffi-compiler (>= 1.0, < 2.0)
55
- i18n (1.10.0)
55
+ i18n (1.12.0)
56
56
  concurrent-ruby (~> 1.0)
57
57
  method_source (1.0.0)
58
- minitest (5.15.0)
59
- mongo (2.17.1)
60
- bson (>= 4.8.2, < 5.0.0)
61
- mongoid (7.4.0)
58
+ minitest (5.17.0)
59
+ mongo (2.18.2)
60
+ bson (>= 4.14.1, < 5.0.0)
61
+ mongoid (8.0.3)
62
62
  activemodel (>= 5.1, < 7.1, != 7.0.0)
63
- mongo (>= 2.10.5, < 3.0.0)
63
+ mongo (>= 2.18.0, < 3.0.0)
64
64
  ruby2_keywords (~> 0.0.5)
65
65
  multi_json (1.15.0)
66
66
  parallel (1.22.1)
@@ -72,7 +72,7 @@ GEM
72
72
  pry-byebug (3.9.0)
73
73
  byebug (~> 11.0)
74
74
  pry (~> 0.13.0)
75
- public_suffix (4.0.7)
75
+ public_suffix (5.0.1)
76
76
  rainbow (3.1.1)
77
77
  rake (13.0.6)
78
78
  regexp_parser (2.5.0)
@@ -107,7 +107,7 @@ GEM
107
107
  rubocop (~> 1.19)
108
108
  ruby-progressbar (1.11.0)
109
109
  ruby2_keywords (0.0.5)
110
- tzinfo (2.0.4)
110
+ tzinfo (2.0.6)
111
111
  concurrent-ruby (~> 1.0)
112
112
  uber (0.0.15)
113
113
  unf (0.1.4)
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
  spec.add_development_dependency "rubocop-rake"
38
38
  spec.add_development_dependency "rubocop-rspec"
39
39
 
40
- spec.add_dependency "consyncful", "~> 0.7.0"
40
+ spec.add_dependency "consyncful", ">= 0.7.0"
41
41
 
42
42
  # For more information and examples about making a new gem, check out our
43
43
  # guide at: https://bundler.io/guides/creating_gem.html
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Consyncful
4
4
  module Tree
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consyncful-tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigitalNZ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-19 00:00:00.000000000 Z
11
+ date: 2023-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -126,14 +126,14 @@ dependencies:
126
126
  name: consyncful
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - "~>"
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
131
  version: 0.7.0
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - "~>"
136
+ - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: 0.7.0
139
139
  description: Code to help with adding a tree structure to Contentful models.