parentry 1.8.0 → 1.9.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.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +4 -13
- data/.rubocop.yml +2 -2
- data/.tool-versions +1 -1
- data/Appraisals +4 -12
- data/gemfiles/activerecord_7.2.0.gemfile.lock +97 -79
- data/gemfiles/activerecord_8.0.0.gemfile.lock +84 -66
- data/gemfiles/{activerecord_7.1.0.gemfile → activerecord_8.1.0.gemfile} +1 -1
- data/gemfiles/activerecord_8.1.0.gemfile.lock +245 -0
- data/lib/parentry/version.rb +1 -1
- data/parentry.gemspec +2 -2
- metadata +10 -16
- data/gemfiles/activerecord_7.0.0.gemfile +0 -23
- data/gemfiles/activerecord_7.0.0.gemfile.lock +0 -170
- data/gemfiles/activerecord_7.1.0.gemfile.lock +0 -199
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc5ffff21d2218eee1f1314253681b34fe0f03fe715227ccbdf379498fb82236
|
|
4
|
+
data.tar.gz: 5dd8994001e9395c63e6bc4168ae8a36acd153797a5ace10fd2caab6e69dc36e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e8980306c9407db88af2d9a0ab1e3860e91bba6cbd3f60939ab190d0d8b829a6dfa8a0a7ec4eaccd6ae113c05c63ba0fdadbc5283423d8ced356a78039a4f41
|
|
7
|
+
data.tar.gz: d45678b63aa03a1c521bbe5c0937c6a84f12fba48b87cc57f09e8332609fee0a2e0d126dc14468a2bbf87853501305d7c559f30f08f7c849b9ed3a9ea835c239
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -10,20 +10,16 @@ jobs:
|
|
|
10
10
|
strategy:
|
|
11
11
|
matrix:
|
|
12
12
|
ruby:
|
|
13
|
-
- '3.1'
|
|
14
13
|
- '3.2'
|
|
15
14
|
- '3.3'
|
|
15
|
+
- '3.4'
|
|
16
16
|
activerecord:
|
|
17
|
-
- 7.0.0
|
|
18
|
-
- 7.1.0
|
|
19
17
|
- 7.2.0
|
|
20
18
|
- 8.0.0
|
|
19
|
+
- 8.1.0
|
|
21
20
|
strategy:
|
|
22
21
|
- array
|
|
23
22
|
- ltree
|
|
24
|
-
exclude:
|
|
25
|
-
- ruby: '3.1'
|
|
26
|
-
activerecord: 8.0.0
|
|
27
23
|
|
|
28
24
|
env:
|
|
29
25
|
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activerecord_${{ matrix.activerecord }}.gemfile
|
|
@@ -54,10 +50,5 @@ jobs:
|
|
|
54
50
|
sudo apt-get -yqq install libpq-dev
|
|
55
51
|
|
|
56
52
|
- name: Run tests with RSpec
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
|
60
|
-
STRATEGY: ${{ matrix.strategy }}
|
|
61
|
-
with:
|
|
62
|
-
coverageCommand: bundle exec rspec
|
|
63
|
-
debug: false
|
|
53
|
+
run: |
|
|
54
|
+
bundle exec rspec
|
data/.rubocop.yml
CHANGED
|
@@ -4,7 +4,7 @@ inherit_mode:
|
|
|
4
4
|
|
|
5
5
|
AllCops:
|
|
6
6
|
NewCops: enable
|
|
7
|
-
TargetRubyVersion: 3.
|
|
7
|
+
TargetRubyVersion: 3.2
|
|
8
8
|
Exclude:
|
|
9
9
|
- gemfiles/**
|
|
10
10
|
|
|
@@ -14,7 +14,7 @@ Layout/LineLength:
|
|
|
14
14
|
Layout/MultilineMethodCallIndentation:
|
|
15
15
|
EnforcedStyle: indented_relative_to_receiver
|
|
16
16
|
|
|
17
|
-
Naming/
|
|
17
|
+
Naming/PredicatePrefix:
|
|
18
18
|
AllowedMethods:
|
|
19
19
|
- has_many
|
|
20
20
|
|
data/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby 3.
|
|
1
|
+
ruby 3.4.7
|
data/Appraisals
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
appraise 'activerecord_7.0.0' do
|
|
2
|
-
gem 'activerecord', '~> 7.0', '< 7.1'
|
|
3
|
-
gem 'base64'
|
|
4
|
-
gem 'bigdecimal'
|
|
5
|
-
gem 'drb'
|
|
6
|
-
gem 'mutex_m'
|
|
7
|
-
end
|
|
8
|
-
|
|
9
|
-
appraise 'activerecord_7.1.0' do
|
|
10
|
-
gem 'activerecord', '~> 7.1', '< 7.2'
|
|
11
|
-
end
|
|
12
|
-
|
|
13
1
|
appraise 'activerecord_7.2.0' do
|
|
14
2
|
gem 'activerecord', '~> 7.2', '< 8'
|
|
15
3
|
end
|
|
@@ -17,3 +5,7 @@ end
|
|
|
17
5
|
appraise 'activerecord_8.0.0' do
|
|
18
6
|
gem 'activerecord', '8.0.0', '< 8.1'
|
|
19
7
|
end
|
|
8
|
+
|
|
9
|
+
appraise 'activerecord_8.1.0' do
|
|
10
|
+
gem 'activerecord', '8.1.0', '< 8.2'
|
|
11
|
+
end
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
parentry (1.
|
|
5
|
-
activerecord (>=
|
|
4
|
+
parentry (1.9.0)
|
|
5
|
+
activerecord (>= 7.1, < 8.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
actionpack (7.2.2)
|
|
11
|
-
actionview (= 7.2.2)
|
|
12
|
-
activesupport (= 7.2.2)
|
|
10
|
+
actionpack (7.2.2.2)
|
|
11
|
+
actionview (= 7.2.2.2)
|
|
12
|
+
activesupport (= 7.2.2.2)
|
|
13
13
|
nokogiri (>= 1.8.5)
|
|
14
14
|
racc
|
|
15
15
|
rack (>= 2.2.4, < 3.2)
|
|
@@ -18,19 +18,19 @@ GEM
|
|
|
18
18
|
rails-dom-testing (~> 2.2)
|
|
19
19
|
rails-html-sanitizer (~> 1.6)
|
|
20
20
|
useragent (~> 0.16)
|
|
21
|
-
actionview (7.2.2)
|
|
22
|
-
activesupport (= 7.2.2)
|
|
21
|
+
actionview (7.2.2.2)
|
|
22
|
+
activesupport (= 7.2.2.2)
|
|
23
23
|
builder (~> 3.1)
|
|
24
24
|
erubi (~> 1.11)
|
|
25
25
|
rails-dom-testing (~> 2.2)
|
|
26
26
|
rails-html-sanitizer (~> 1.6)
|
|
27
|
-
activemodel (7.2.2)
|
|
28
|
-
activesupport (= 7.2.2)
|
|
29
|
-
activerecord (7.2.2)
|
|
30
|
-
activemodel (= 7.2.2)
|
|
31
|
-
activesupport (= 7.2.2)
|
|
27
|
+
activemodel (7.2.2.2)
|
|
28
|
+
activesupport (= 7.2.2.2)
|
|
29
|
+
activerecord (7.2.2.2)
|
|
30
|
+
activemodel (= 7.2.2.2)
|
|
31
|
+
activesupport (= 7.2.2.2)
|
|
32
32
|
timeout (>= 0.4.0)
|
|
33
|
-
activesupport (7.2.2)
|
|
33
|
+
activesupport (7.2.2.2)
|
|
34
34
|
base64
|
|
35
35
|
benchmark (>= 0.3)
|
|
36
36
|
bigdecimal
|
|
@@ -46,134 +46,152 @@ GEM
|
|
|
46
46
|
bundler
|
|
47
47
|
rake
|
|
48
48
|
thor (>= 0.14.0)
|
|
49
|
-
ast (2.4.
|
|
50
|
-
base64 (0.
|
|
51
|
-
benchmark (0.4.
|
|
52
|
-
bigdecimal (3.1
|
|
49
|
+
ast (2.4.3)
|
|
50
|
+
base64 (0.3.0)
|
|
51
|
+
benchmark (0.4.1)
|
|
52
|
+
bigdecimal (3.3.1)
|
|
53
53
|
builder (3.3.0)
|
|
54
54
|
coderay (1.1.3)
|
|
55
55
|
combustion (1.5.0)
|
|
56
56
|
activesupport (>= 3.0.0)
|
|
57
57
|
railties (>= 3.0.0)
|
|
58
58
|
thor (>= 0.14.6)
|
|
59
|
-
concurrent-ruby (1.3.
|
|
60
|
-
connection_pool (2.4
|
|
59
|
+
concurrent-ruby (1.3.5)
|
|
60
|
+
connection_pool (2.5.4)
|
|
61
61
|
crass (1.0.6)
|
|
62
62
|
database_cleaner (2.1.0)
|
|
63
63
|
database_cleaner-active_record (>= 2, < 3)
|
|
64
|
-
database_cleaner-active_record (2.2.
|
|
64
|
+
database_cleaner-active_record (2.2.2)
|
|
65
65
|
activerecord (>= 5.a)
|
|
66
|
-
database_cleaner-core (~> 2.0
|
|
66
|
+
database_cleaner-core (~> 2.0)
|
|
67
67
|
database_cleaner-core (2.0.1)
|
|
68
|
-
|
|
68
|
+
date (3.4.1)
|
|
69
|
+
diff-lcs (1.6.2)
|
|
69
70
|
docile (1.4.1)
|
|
70
|
-
drb (2.2.
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
drb (2.2.3)
|
|
72
|
+
erb (5.1.1)
|
|
73
|
+
erubi (1.13.1)
|
|
74
|
+
i18n (1.14.7)
|
|
73
75
|
concurrent-ruby (~> 1.0)
|
|
74
|
-
io-console (0.
|
|
75
|
-
irb (1.
|
|
76
|
+
io-console (0.8.1)
|
|
77
|
+
irb (1.15.2)
|
|
78
|
+
pp (>= 0.6.0)
|
|
76
79
|
rdoc (>= 4.0.0)
|
|
77
80
|
reline (>= 0.4.2)
|
|
78
|
-
json (2.
|
|
79
|
-
language_server-protocol (3.17.0.
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
json (2.15.1)
|
|
82
|
+
language_server-protocol (3.17.0.5)
|
|
83
|
+
lint_roller (1.1.0)
|
|
84
|
+
logger (1.7.0)
|
|
85
|
+
loofah (2.24.1)
|
|
82
86
|
crass (~> 1.0.2)
|
|
83
87
|
nokogiri (>= 1.12.0)
|
|
84
88
|
method_source (1.1.0)
|
|
85
|
-
mini_portile2 (2.8.
|
|
86
|
-
minitest (5.
|
|
87
|
-
nokogiri (1.
|
|
89
|
+
mini_portile2 (2.8.9)
|
|
90
|
+
minitest (5.26.0)
|
|
91
|
+
nokogiri (1.18.10)
|
|
88
92
|
mini_portile2 (~> 2.8.2)
|
|
89
93
|
racc (~> 1.4)
|
|
90
|
-
ostruct (0.6.
|
|
91
|
-
parallel (1.
|
|
92
|
-
parser (3.3.
|
|
94
|
+
ostruct (0.6.3)
|
|
95
|
+
parallel (1.27.0)
|
|
96
|
+
parser (3.3.9.0)
|
|
93
97
|
ast (~> 2.4.1)
|
|
94
98
|
racc
|
|
95
|
-
pg (1.
|
|
96
|
-
|
|
99
|
+
pg (1.6.2)
|
|
100
|
+
pp (0.6.3)
|
|
101
|
+
prettyprint
|
|
102
|
+
prettyprint (0.2.0)
|
|
103
|
+
prism (1.5.2)
|
|
104
|
+
pry (0.15.2)
|
|
97
105
|
coderay (~> 1.1)
|
|
98
106
|
method_source (~> 1.0)
|
|
99
|
-
psych (5.2.
|
|
107
|
+
psych (5.2.6)
|
|
108
|
+
date
|
|
100
109
|
stringio
|
|
101
110
|
racc (1.8.1)
|
|
102
|
-
rack (3.1.
|
|
103
|
-
rack-session (2.
|
|
111
|
+
rack (3.1.18)
|
|
112
|
+
rack-session (2.1.1)
|
|
113
|
+
base64 (>= 0.1.0)
|
|
104
114
|
rack (>= 3.0.0)
|
|
105
|
-
rack-test (2.
|
|
115
|
+
rack-test (2.2.0)
|
|
106
116
|
rack (>= 1.3)
|
|
107
|
-
rackup (2.2.
|
|
117
|
+
rackup (2.2.1)
|
|
108
118
|
rack (>= 3)
|
|
109
|
-
rails-dom-testing (2.
|
|
119
|
+
rails-dom-testing (2.3.0)
|
|
110
120
|
activesupport (>= 5.0.0)
|
|
111
121
|
minitest
|
|
112
122
|
nokogiri (>= 1.6)
|
|
113
|
-
rails-html-sanitizer (1.6.
|
|
123
|
+
rails-html-sanitizer (1.6.2)
|
|
114
124
|
loofah (~> 2.21)
|
|
115
|
-
nokogiri (
|
|
116
|
-
railties (7.2.2)
|
|
117
|
-
actionpack (= 7.2.2)
|
|
118
|
-
activesupport (= 7.2.2)
|
|
125
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
126
|
+
railties (7.2.2.2)
|
|
127
|
+
actionpack (= 7.2.2.2)
|
|
128
|
+
activesupport (= 7.2.2.2)
|
|
119
129
|
irb (~> 1.13)
|
|
120
130
|
rackup (>= 1.0.0)
|
|
121
131
|
rake (>= 12.2)
|
|
122
132
|
thor (~> 1.0, >= 1.2.2)
|
|
123
133
|
zeitwerk (~> 2.6)
|
|
124
134
|
rainbow (3.1.1)
|
|
125
|
-
rake (13.
|
|
126
|
-
rdoc (6.
|
|
135
|
+
rake (13.3.0)
|
|
136
|
+
rdoc (6.15.0)
|
|
137
|
+
erb
|
|
127
138
|
psych (>= 4.0.0)
|
|
128
|
-
|
|
129
|
-
|
|
139
|
+
tsort
|
|
140
|
+
regexp_parser (2.11.3)
|
|
141
|
+
reline (0.6.2)
|
|
130
142
|
io-console (~> 0.5)
|
|
131
|
-
rspec-core (3.13.
|
|
143
|
+
rspec-core (3.13.5)
|
|
132
144
|
rspec-support (~> 3.13.0)
|
|
133
|
-
rspec-expectations (3.13.
|
|
145
|
+
rspec-expectations (3.13.5)
|
|
134
146
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
135
147
|
rspec-support (~> 3.13.0)
|
|
136
|
-
rspec-mocks (3.13.
|
|
148
|
+
rspec-mocks (3.13.5)
|
|
137
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
138
150
|
rspec-support (~> 3.13.0)
|
|
139
|
-
rspec-rails (
|
|
140
|
-
actionpack (>= 7.
|
|
141
|
-
activesupport (>= 7.
|
|
142
|
-
railties (>= 7.
|
|
151
|
+
rspec-rails (8.0.2)
|
|
152
|
+
actionpack (>= 7.2)
|
|
153
|
+
activesupport (>= 7.2)
|
|
154
|
+
railties (>= 7.2)
|
|
143
155
|
rspec-core (~> 3.13)
|
|
144
156
|
rspec-expectations (~> 3.13)
|
|
145
157
|
rspec-mocks (~> 3.13)
|
|
146
158
|
rspec-support (~> 3.13)
|
|
147
|
-
rspec-support (3.13.
|
|
148
|
-
rubocop (1.
|
|
159
|
+
rspec-support (3.13.6)
|
|
160
|
+
rubocop (1.81.1)
|
|
149
161
|
json (~> 2.3)
|
|
150
|
-
language_server-protocol (
|
|
162
|
+
language_server-protocol (~> 3.17.0.2)
|
|
163
|
+
lint_roller (~> 1.1.0)
|
|
151
164
|
parallel (~> 1.10)
|
|
152
165
|
parser (>= 3.3.0.2)
|
|
153
166
|
rainbow (>= 2.2.2, < 4.0)
|
|
154
|
-
regexp_parser (>= 2.
|
|
155
|
-
rubocop-ast (>= 1.
|
|
167
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
168
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
156
169
|
ruby-progressbar (~> 1.7)
|
|
157
|
-
unicode-display_width (>= 2.4.0, <
|
|
158
|
-
rubocop-ast (1.
|
|
159
|
-
parser (>= 3.3.
|
|
160
|
-
|
|
161
|
-
|
|
170
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
171
|
+
rubocop-ast (1.47.1)
|
|
172
|
+
parser (>= 3.3.7.2)
|
|
173
|
+
prism (~> 1.4)
|
|
174
|
+
rubocop-rspec (3.7.0)
|
|
175
|
+
lint_roller (~> 1.1)
|
|
176
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
162
177
|
ruby-progressbar (1.13.0)
|
|
163
|
-
securerandom (0.
|
|
178
|
+
securerandom (0.4.1)
|
|
164
179
|
simplecov (0.22.0)
|
|
165
180
|
docile (~> 1.1)
|
|
166
181
|
simplecov-html (~> 0.11)
|
|
167
182
|
simplecov_json_formatter (~> 0.1)
|
|
168
|
-
simplecov-html (0.13.
|
|
183
|
+
simplecov-html (0.13.2)
|
|
169
184
|
simplecov_json_formatter (0.1.4)
|
|
170
|
-
stringio (3.1.
|
|
171
|
-
thor (1.
|
|
172
|
-
timeout (0.4.
|
|
185
|
+
stringio (3.1.7)
|
|
186
|
+
thor (1.4.0)
|
|
187
|
+
timeout (0.4.3)
|
|
188
|
+
tsort (0.2.0)
|
|
173
189
|
tzinfo (2.0.6)
|
|
174
190
|
concurrent-ruby (~> 1.0)
|
|
175
|
-
unicode-display_width (2.
|
|
176
|
-
|
|
191
|
+
unicode-display_width (3.2.0)
|
|
192
|
+
unicode-emoji (~> 4.1)
|
|
193
|
+
unicode-emoji (4.1.0)
|
|
194
|
+
useragent (0.16.11)
|
|
177
195
|
zeitwerk (2.6.18)
|
|
178
196
|
|
|
179
197
|
PLATFORMS
|
|
@@ -196,4 +214,4 @@ DEPENDENCIES
|
|
|
196
214
|
zeitwerk (~> 2.6.0)
|
|
197
215
|
|
|
198
216
|
BUNDLED WITH
|
|
199
|
-
2.
|
|
217
|
+
2.7.2
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
parentry (1.
|
|
5
|
-
activerecord (>=
|
|
4
|
+
parentry (1.9.0)
|
|
5
|
+
activerecord (>= 7.1, < 8.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
@@ -46,73 +46,83 @@ GEM
|
|
|
46
46
|
bundler
|
|
47
47
|
rake
|
|
48
48
|
thor (>= 0.14.0)
|
|
49
|
-
ast (2.4.
|
|
50
|
-
base64 (0.
|
|
51
|
-
benchmark (0.4.
|
|
52
|
-
bigdecimal (3.1
|
|
49
|
+
ast (2.4.3)
|
|
50
|
+
base64 (0.3.0)
|
|
51
|
+
benchmark (0.4.1)
|
|
52
|
+
bigdecimal (3.3.1)
|
|
53
53
|
builder (3.3.0)
|
|
54
54
|
coderay (1.1.3)
|
|
55
55
|
combustion (1.5.0)
|
|
56
56
|
activesupport (>= 3.0.0)
|
|
57
57
|
railties (>= 3.0.0)
|
|
58
58
|
thor (>= 0.14.6)
|
|
59
|
-
concurrent-ruby (1.3.
|
|
60
|
-
connection_pool (2.4
|
|
59
|
+
concurrent-ruby (1.3.5)
|
|
60
|
+
connection_pool (2.5.4)
|
|
61
61
|
crass (1.0.6)
|
|
62
62
|
database_cleaner (2.1.0)
|
|
63
63
|
database_cleaner-active_record (>= 2, < 3)
|
|
64
|
-
database_cleaner-active_record (2.2.
|
|
64
|
+
database_cleaner-active_record (2.2.2)
|
|
65
65
|
activerecord (>= 5.a)
|
|
66
|
-
database_cleaner-core (~> 2.0
|
|
66
|
+
database_cleaner-core (~> 2.0)
|
|
67
67
|
database_cleaner-core (2.0.1)
|
|
68
|
-
|
|
68
|
+
date (3.4.1)
|
|
69
|
+
diff-lcs (1.6.2)
|
|
69
70
|
docile (1.4.1)
|
|
70
|
-
drb (2.2.
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
drb (2.2.3)
|
|
72
|
+
erb (5.1.1)
|
|
73
|
+
erubi (1.13.1)
|
|
74
|
+
i18n (1.14.7)
|
|
73
75
|
concurrent-ruby (~> 1.0)
|
|
74
|
-
io-console (0.
|
|
75
|
-
irb (1.
|
|
76
|
+
io-console (0.8.1)
|
|
77
|
+
irb (1.15.2)
|
|
78
|
+
pp (>= 0.6.0)
|
|
76
79
|
rdoc (>= 4.0.0)
|
|
77
80
|
reline (>= 0.4.2)
|
|
78
|
-
json (2.
|
|
79
|
-
language_server-protocol (3.17.0.
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
json (2.15.1)
|
|
82
|
+
language_server-protocol (3.17.0.5)
|
|
83
|
+
lint_roller (1.1.0)
|
|
84
|
+
logger (1.7.0)
|
|
85
|
+
loofah (2.24.1)
|
|
82
86
|
crass (~> 1.0.2)
|
|
83
87
|
nokogiri (>= 1.12.0)
|
|
84
88
|
method_source (1.1.0)
|
|
85
|
-
mini_portile2 (2.8.
|
|
86
|
-
minitest (5.
|
|
87
|
-
nokogiri (1.
|
|
89
|
+
mini_portile2 (2.8.9)
|
|
90
|
+
minitest (5.26.0)
|
|
91
|
+
nokogiri (1.18.10)
|
|
88
92
|
mini_portile2 (~> 2.8.2)
|
|
89
93
|
racc (~> 1.4)
|
|
90
|
-
ostruct (0.6.
|
|
91
|
-
parallel (1.
|
|
92
|
-
parser (3.3.
|
|
94
|
+
ostruct (0.6.3)
|
|
95
|
+
parallel (1.27.0)
|
|
96
|
+
parser (3.3.9.0)
|
|
93
97
|
ast (~> 2.4.1)
|
|
94
98
|
racc
|
|
95
|
-
pg (1.
|
|
96
|
-
|
|
99
|
+
pg (1.6.2)
|
|
100
|
+
pp (0.6.3)
|
|
101
|
+
prettyprint
|
|
102
|
+
prettyprint (0.2.0)
|
|
103
|
+
prism (1.5.2)
|
|
104
|
+
pry (0.15.2)
|
|
97
105
|
coderay (~> 1.1)
|
|
98
106
|
method_source (~> 1.0)
|
|
99
|
-
psych (5.2.
|
|
107
|
+
psych (5.2.6)
|
|
108
|
+
date
|
|
100
109
|
stringio
|
|
101
110
|
racc (1.8.1)
|
|
102
|
-
rack (3.
|
|
103
|
-
rack-session (2.
|
|
111
|
+
rack (3.2.3)
|
|
112
|
+
rack-session (2.1.1)
|
|
113
|
+
base64 (>= 0.1.0)
|
|
104
114
|
rack (>= 3.0.0)
|
|
105
|
-
rack-test (2.
|
|
115
|
+
rack-test (2.2.0)
|
|
106
116
|
rack (>= 1.3)
|
|
107
|
-
rackup (2.2.
|
|
117
|
+
rackup (2.2.1)
|
|
108
118
|
rack (>= 3)
|
|
109
|
-
rails-dom-testing (2.
|
|
119
|
+
rails-dom-testing (2.3.0)
|
|
110
120
|
activesupport (>= 5.0.0)
|
|
111
121
|
minitest
|
|
112
122
|
nokogiri (>= 1.6)
|
|
113
|
-
rails-html-sanitizer (1.6.
|
|
123
|
+
rails-html-sanitizer (1.6.2)
|
|
114
124
|
loofah (~> 2.21)
|
|
115
|
-
nokogiri (
|
|
125
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
116
126
|
railties (8.0.0)
|
|
117
127
|
actionpack (= 8.0.0)
|
|
118
128
|
activesupport (= 8.0.0)
|
|
@@ -122,59 +132,67 @@ GEM
|
|
|
122
132
|
thor (~> 1.0, >= 1.2.2)
|
|
123
133
|
zeitwerk (~> 2.6)
|
|
124
134
|
rainbow (3.1.1)
|
|
125
|
-
rake (13.
|
|
126
|
-
rdoc (6.
|
|
135
|
+
rake (13.3.0)
|
|
136
|
+
rdoc (6.15.0)
|
|
137
|
+
erb
|
|
127
138
|
psych (>= 4.0.0)
|
|
128
|
-
|
|
129
|
-
|
|
139
|
+
tsort
|
|
140
|
+
regexp_parser (2.11.3)
|
|
141
|
+
reline (0.6.2)
|
|
130
142
|
io-console (~> 0.5)
|
|
131
|
-
rspec-core (3.13.
|
|
143
|
+
rspec-core (3.13.5)
|
|
132
144
|
rspec-support (~> 3.13.0)
|
|
133
|
-
rspec-expectations (3.13.
|
|
145
|
+
rspec-expectations (3.13.5)
|
|
134
146
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
135
147
|
rspec-support (~> 3.13.0)
|
|
136
|
-
rspec-mocks (3.13.
|
|
148
|
+
rspec-mocks (3.13.5)
|
|
137
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
138
150
|
rspec-support (~> 3.13.0)
|
|
139
|
-
rspec-rails (
|
|
140
|
-
actionpack (>= 7.
|
|
141
|
-
activesupport (>= 7.
|
|
142
|
-
railties (>= 7.
|
|
151
|
+
rspec-rails (8.0.2)
|
|
152
|
+
actionpack (>= 7.2)
|
|
153
|
+
activesupport (>= 7.2)
|
|
154
|
+
railties (>= 7.2)
|
|
143
155
|
rspec-core (~> 3.13)
|
|
144
156
|
rspec-expectations (~> 3.13)
|
|
145
157
|
rspec-mocks (~> 3.13)
|
|
146
158
|
rspec-support (~> 3.13)
|
|
147
|
-
rspec-support (3.13.
|
|
148
|
-
rubocop (1.
|
|
159
|
+
rspec-support (3.13.6)
|
|
160
|
+
rubocop (1.81.1)
|
|
149
161
|
json (~> 2.3)
|
|
150
|
-
language_server-protocol (
|
|
162
|
+
language_server-protocol (~> 3.17.0.2)
|
|
163
|
+
lint_roller (~> 1.1.0)
|
|
151
164
|
parallel (~> 1.10)
|
|
152
165
|
parser (>= 3.3.0.2)
|
|
153
166
|
rainbow (>= 2.2.2, < 4.0)
|
|
154
|
-
regexp_parser (>= 2.
|
|
155
|
-
rubocop-ast (>= 1.
|
|
167
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
168
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
156
169
|
ruby-progressbar (~> 1.7)
|
|
157
|
-
unicode-display_width (>= 2.4.0, <
|
|
158
|
-
rubocop-ast (1.
|
|
159
|
-
parser (>= 3.3.
|
|
160
|
-
|
|
161
|
-
|
|
170
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
171
|
+
rubocop-ast (1.47.1)
|
|
172
|
+
parser (>= 3.3.7.2)
|
|
173
|
+
prism (~> 1.4)
|
|
174
|
+
rubocop-rspec (3.7.0)
|
|
175
|
+
lint_roller (~> 1.1)
|
|
176
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
162
177
|
ruby-progressbar (1.13.0)
|
|
163
|
-
securerandom (0.
|
|
178
|
+
securerandom (0.4.1)
|
|
164
179
|
simplecov (0.22.0)
|
|
165
180
|
docile (~> 1.1)
|
|
166
181
|
simplecov-html (~> 0.11)
|
|
167
182
|
simplecov_json_formatter (~> 0.1)
|
|
168
|
-
simplecov-html (0.13.
|
|
183
|
+
simplecov-html (0.13.2)
|
|
169
184
|
simplecov_json_formatter (0.1.4)
|
|
170
|
-
stringio (3.1.
|
|
171
|
-
thor (1.
|
|
172
|
-
timeout (0.4.
|
|
185
|
+
stringio (3.1.7)
|
|
186
|
+
thor (1.4.0)
|
|
187
|
+
timeout (0.4.3)
|
|
188
|
+
tsort (0.2.0)
|
|
173
189
|
tzinfo (2.0.6)
|
|
174
190
|
concurrent-ruby (~> 1.0)
|
|
175
|
-
unicode-display_width (2.
|
|
176
|
-
|
|
177
|
-
|
|
191
|
+
unicode-display_width (3.2.0)
|
|
192
|
+
unicode-emoji (~> 4.1)
|
|
193
|
+
unicode-emoji (4.1.0)
|
|
194
|
+
uri (1.0.4)
|
|
195
|
+
useragent (0.16.11)
|
|
178
196
|
zeitwerk (2.6.18)
|
|
179
197
|
|
|
180
198
|
PLATFORMS
|
|
@@ -197,4 +215,4 @@ DEPENDENCIES
|
|
|
197
215
|
zeitwerk (~> 2.6.0)
|
|
198
216
|
|
|
199
217
|
BUNDLED WITH
|
|
200
|
-
2.
|
|
218
|
+
2.7.2
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: ..
|
|
3
|
+
specs:
|
|
4
|
+
parentry (1.9.0)
|
|
5
|
+
activerecord (>= 7.1, < 8.2)
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
actionpack (8.1.0)
|
|
11
|
+
actionview (= 8.1.0)
|
|
12
|
+
activesupport (= 8.1.0)
|
|
13
|
+
nokogiri (>= 1.8.5)
|
|
14
|
+
rack (>= 2.2.4)
|
|
15
|
+
rack-session (>= 1.0.1)
|
|
16
|
+
rack-test (>= 0.6.3)
|
|
17
|
+
rails-dom-testing (~> 2.2)
|
|
18
|
+
rails-html-sanitizer (~> 1.6)
|
|
19
|
+
useragent (~> 0.16)
|
|
20
|
+
actionview (8.1.0)
|
|
21
|
+
activesupport (= 8.1.0)
|
|
22
|
+
builder (~> 3.1)
|
|
23
|
+
erubi (~> 1.11)
|
|
24
|
+
rails-dom-testing (~> 2.2)
|
|
25
|
+
rails-html-sanitizer (~> 1.6)
|
|
26
|
+
activemodel (8.1.0)
|
|
27
|
+
activesupport (= 8.1.0)
|
|
28
|
+
activerecord (8.1.0)
|
|
29
|
+
activemodel (= 8.1.0)
|
|
30
|
+
activesupport (= 8.1.0)
|
|
31
|
+
timeout (>= 0.4.0)
|
|
32
|
+
activesupport (8.1.0)
|
|
33
|
+
base64
|
|
34
|
+
bigdecimal
|
|
35
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
36
|
+
connection_pool (>= 2.2.5)
|
|
37
|
+
drb
|
|
38
|
+
i18n (>= 1.6, < 2)
|
|
39
|
+
json
|
|
40
|
+
logger (>= 1.4.2)
|
|
41
|
+
minitest (>= 5.1)
|
|
42
|
+
securerandom (>= 0.3)
|
|
43
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
44
|
+
uri (>= 0.13.1)
|
|
45
|
+
appraisal (2.5.0)
|
|
46
|
+
bundler
|
|
47
|
+
rake
|
|
48
|
+
thor (>= 0.14.0)
|
|
49
|
+
ast (2.4.3)
|
|
50
|
+
base64 (0.3.0)
|
|
51
|
+
bigdecimal (3.3.1)
|
|
52
|
+
builder (3.3.0)
|
|
53
|
+
coderay (1.1.3)
|
|
54
|
+
combustion (1.5.0)
|
|
55
|
+
activesupport (>= 3.0.0)
|
|
56
|
+
railties (>= 3.0.0)
|
|
57
|
+
thor (>= 0.14.6)
|
|
58
|
+
concurrent-ruby (1.3.5)
|
|
59
|
+
connection_pool (2.5.4)
|
|
60
|
+
crass (1.0.6)
|
|
61
|
+
database_cleaner (2.1.0)
|
|
62
|
+
database_cleaner-active_record (>= 2, < 3)
|
|
63
|
+
database_cleaner-active_record (2.2.2)
|
|
64
|
+
activerecord (>= 5.a)
|
|
65
|
+
database_cleaner-core (~> 2.0)
|
|
66
|
+
database_cleaner-core (2.0.1)
|
|
67
|
+
date (3.5.0)
|
|
68
|
+
diff-lcs (1.6.2)
|
|
69
|
+
docile (1.4.1)
|
|
70
|
+
drb (2.2.3)
|
|
71
|
+
erb (5.1.3)
|
|
72
|
+
erubi (1.13.1)
|
|
73
|
+
i18n (1.14.7)
|
|
74
|
+
concurrent-ruby (~> 1.0)
|
|
75
|
+
io-console (0.8.1)
|
|
76
|
+
irb (1.15.3)
|
|
77
|
+
pp (>= 0.6.0)
|
|
78
|
+
rdoc (>= 4.0.0)
|
|
79
|
+
reline (>= 0.4.2)
|
|
80
|
+
json (2.15.2)
|
|
81
|
+
language_server-protocol (3.17.0.5)
|
|
82
|
+
lint_roller (1.1.0)
|
|
83
|
+
logger (1.7.0)
|
|
84
|
+
loofah (2.24.1)
|
|
85
|
+
crass (~> 1.0.2)
|
|
86
|
+
nokogiri (>= 1.12.0)
|
|
87
|
+
method_source (1.1.0)
|
|
88
|
+
minitest (5.26.0)
|
|
89
|
+
nokogiri (1.18.10-aarch64-linux-gnu)
|
|
90
|
+
racc (~> 1.4)
|
|
91
|
+
nokogiri (1.18.10-aarch64-linux-musl)
|
|
92
|
+
racc (~> 1.4)
|
|
93
|
+
nokogiri (1.18.10-arm-linux-gnu)
|
|
94
|
+
racc (~> 1.4)
|
|
95
|
+
nokogiri (1.18.10-arm-linux-musl)
|
|
96
|
+
racc (~> 1.4)
|
|
97
|
+
nokogiri (1.18.10-arm64-darwin)
|
|
98
|
+
racc (~> 1.4)
|
|
99
|
+
nokogiri (1.18.10-x86_64-darwin)
|
|
100
|
+
racc (~> 1.4)
|
|
101
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
|
102
|
+
racc (~> 1.4)
|
|
103
|
+
nokogiri (1.18.10-x86_64-linux-musl)
|
|
104
|
+
racc (~> 1.4)
|
|
105
|
+
ostruct (0.6.3)
|
|
106
|
+
parallel (1.27.0)
|
|
107
|
+
parser (3.3.10.0)
|
|
108
|
+
ast (~> 2.4.1)
|
|
109
|
+
racc
|
|
110
|
+
pg (1.6.2)
|
|
111
|
+
pg (1.6.2-aarch64-linux)
|
|
112
|
+
pg (1.6.2-aarch64-linux-musl)
|
|
113
|
+
pg (1.6.2-arm64-darwin)
|
|
114
|
+
pg (1.6.2-x86_64-darwin)
|
|
115
|
+
pg (1.6.2-x86_64-linux)
|
|
116
|
+
pg (1.6.2-x86_64-linux-musl)
|
|
117
|
+
pp (0.6.3)
|
|
118
|
+
prettyprint
|
|
119
|
+
prettyprint (0.2.0)
|
|
120
|
+
prism (1.6.0)
|
|
121
|
+
pry (0.15.2)
|
|
122
|
+
coderay (~> 1.1)
|
|
123
|
+
method_source (~> 1.0)
|
|
124
|
+
psych (5.2.6)
|
|
125
|
+
date
|
|
126
|
+
stringio
|
|
127
|
+
racc (1.8.1)
|
|
128
|
+
rack (3.2.3)
|
|
129
|
+
rack-session (2.1.1)
|
|
130
|
+
base64 (>= 0.1.0)
|
|
131
|
+
rack (>= 3.0.0)
|
|
132
|
+
rack-test (2.2.0)
|
|
133
|
+
rack (>= 1.3)
|
|
134
|
+
rackup (2.2.1)
|
|
135
|
+
rack (>= 3)
|
|
136
|
+
rails-dom-testing (2.3.0)
|
|
137
|
+
activesupport (>= 5.0.0)
|
|
138
|
+
minitest
|
|
139
|
+
nokogiri (>= 1.6)
|
|
140
|
+
rails-html-sanitizer (1.6.2)
|
|
141
|
+
loofah (~> 2.21)
|
|
142
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
143
|
+
railties (8.1.0)
|
|
144
|
+
actionpack (= 8.1.0)
|
|
145
|
+
activesupport (= 8.1.0)
|
|
146
|
+
irb (~> 1.13)
|
|
147
|
+
rackup (>= 1.0.0)
|
|
148
|
+
rake (>= 12.2)
|
|
149
|
+
thor (~> 1.0, >= 1.2.2)
|
|
150
|
+
tsort (>= 0.2)
|
|
151
|
+
zeitwerk (~> 2.6)
|
|
152
|
+
rainbow (3.1.1)
|
|
153
|
+
rake (13.3.1)
|
|
154
|
+
rdoc (6.15.1)
|
|
155
|
+
erb
|
|
156
|
+
psych (>= 4.0.0)
|
|
157
|
+
tsort
|
|
158
|
+
regexp_parser (2.11.3)
|
|
159
|
+
reline (0.6.2)
|
|
160
|
+
io-console (~> 0.5)
|
|
161
|
+
rspec-core (3.13.6)
|
|
162
|
+
rspec-support (~> 3.13.0)
|
|
163
|
+
rspec-expectations (3.13.5)
|
|
164
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
165
|
+
rspec-support (~> 3.13.0)
|
|
166
|
+
rspec-mocks (3.13.7)
|
|
167
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
168
|
+
rspec-support (~> 3.13.0)
|
|
169
|
+
rspec-rails (8.0.2)
|
|
170
|
+
actionpack (>= 7.2)
|
|
171
|
+
activesupport (>= 7.2)
|
|
172
|
+
railties (>= 7.2)
|
|
173
|
+
rspec-core (~> 3.13)
|
|
174
|
+
rspec-expectations (~> 3.13)
|
|
175
|
+
rspec-mocks (~> 3.13)
|
|
176
|
+
rspec-support (~> 3.13)
|
|
177
|
+
rspec-support (3.13.6)
|
|
178
|
+
rubocop (1.81.7)
|
|
179
|
+
json (~> 2.3)
|
|
180
|
+
language_server-protocol (~> 3.17.0.2)
|
|
181
|
+
lint_roller (~> 1.1.0)
|
|
182
|
+
parallel (~> 1.10)
|
|
183
|
+
parser (>= 3.3.0.2)
|
|
184
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
185
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
186
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
187
|
+
ruby-progressbar (~> 1.7)
|
|
188
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
189
|
+
rubocop-ast (1.47.1)
|
|
190
|
+
parser (>= 3.3.7.2)
|
|
191
|
+
prism (~> 1.4)
|
|
192
|
+
rubocop-rspec (3.7.0)
|
|
193
|
+
lint_roller (~> 1.1)
|
|
194
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
195
|
+
ruby-progressbar (1.13.0)
|
|
196
|
+
securerandom (0.4.1)
|
|
197
|
+
simplecov (0.22.0)
|
|
198
|
+
docile (~> 1.1)
|
|
199
|
+
simplecov-html (~> 0.11)
|
|
200
|
+
simplecov_json_formatter (~> 0.1)
|
|
201
|
+
simplecov-html (0.13.2)
|
|
202
|
+
simplecov_json_formatter (0.1.4)
|
|
203
|
+
stringio (3.1.7)
|
|
204
|
+
thor (1.4.0)
|
|
205
|
+
timeout (0.4.4)
|
|
206
|
+
tsort (0.2.0)
|
|
207
|
+
tzinfo (2.0.6)
|
|
208
|
+
concurrent-ruby (~> 1.0)
|
|
209
|
+
unicode-display_width (3.2.0)
|
|
210
|
+
unicode-emoji (~> 4.1)
|
|
211
|
+
unicode-emoji (4.1.0)
|
|
212
|
+
uri (1.1.0)
|
|
213
|
+
useragent (0.16.11)
|
|
214
|
+
zeitwerk (2.6.18)
|
|
215
|
+
|
|
216
|
+
PLATFORMS
|
|
217
|
+
aarch64-linux
|
|
218
|
+
aarch64-linux-gnu
|
|
219
|
+
aarch64-linux-musl
|
|
220
|
+
arm-linux-gnu
|
|
221
|
+
arm-linux-musl
|
|
222
|
+
arm64-darwin
|
|
223
|
+
x86_64-darwin
|
|
224
|
+
x86_64-linux
|
|
225
|
+
x86_64-linux-gnu
|
|
226
|
+
x86_64-linux-musl
|
|
227
|
+
|
|
228
|
+
DEPENDENCIES
|
|
229
|
+
activerecord (= 8.1.0, < 8.2)
|
|
230
|
+
appraisal
|
|
231
|
+
bundler
|
|
232
|
+
combustion
|
|
233
|
+
database_cleaner (~> 2)
|
|
234
|
+
ostruct
|
|
235
|
+
parentry!
|
|
236
|
+
pg (~> 1.5)
|
|
237
|
+
pry
|
|
238
|
+
rake
|
|
239
|
+
rspec-rails
|
|
240
|
+
rubocop-rspec
|
|
241
|
+
simplecov (~> 0.20)
|
|
242
|
+
zeitwerk (~> 2.6.0)
|
|
243
|
+
|
|
244
|
+
BUNDLED WITH
|
|
245
|
+
2.7.2
|
data/lib/parentry/version.rb
CHANGED
data/parentry.gemspec
CHANGED
|
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
16
16
|
spec.require_paths = ['lib']
|
|
17
17
|
|
|
18
|
-
spec.required_ruby_version = '>= 3.
|
|
18
|
+
spec.required_ruby_version = '>= 3.2'
|
|
19
19
|
spec.metadata['rubygems_mfa_required'] = 'true'
|
|
20
20
|
|
|
21
|
-
spec.add_dependency 'activerecord', '>=
|
|
21
|
+
spec.add_dependency 'activerecord', '>= 7.1', '< 8.2'
|
|
22
22
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: parentry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hamed Asghari
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: activerecord
|
|
@@ -16,21 +15,20 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
18
|
+
version: '7.1'
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '8.
|
|
21
|
+
version: '8.2'
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
28
|
+
version: '7.1'
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '8.
|
|
33
|
-
description:
|
|
31
|
+
version: '8.2'
|
|
34
32
|
email:
|
|
35
33
|
- hasghari@gmail.com
|
|
36
34
|
executables: []
|
|
@@ -50,14 +48,12 @@ files:
|
|
|
50
48
|
- Rakefile
|
|
51
49
|
- bin/console
|
|
52
50
|
- bin/setup
|
|
53
|
-
- gemfiles/activerecord_7.0.0.gemfile
|
|
54
|
-
- gemfiles/activerecord_7.0.0.gemfile.lock
|
|
55
|
-
- gemfiles/activerecord_7.1.0.gemfile
|
|
56
|
-
- gemfiles/activerecord_7.1.0.gemfile.lock
|
|
57
51
|
- gemfiles/activerecord_7.2.0.gemfile
|
|
58
52
|
- gemfiles/activerecord_7.2.0.gemfile.lock
|
|
59
53
|
- gemfiles/activerecord_8.0.0.gemfile
|
|
60
54
|
- gemfiles/activerecord_8.0.0.gemfile.lock
|
|
55
|
+
- gemfiles/activerecord_8.1.0.gemfile
|
|
56
|
+
- gemfiles/activerecord_8.1.0.gemfile.lock
|
|
61
57
|
- lib/parentry.rb
|
|
62
58
|
- lib/parentry/class_methods.rb
|
|
63
59
|
- lib/parentry/instance_methods.rb
|
|
@@ -76,7 +72,6 @@ licenses:
|
|
|
76
72
|
- MIT
|
|
77
73
|
metadata:
|
|
78
74
|
rubygems_mfa_required: 'true'
|
|
79
|
-
post_install_message:
|
|
80
75
|
rdoc_options: []
|
|
81
76
|
require_paths:
|
|
82
77
|
- lib
|
|
@@ -84,15 +79,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
84
79
|
requirements:
|
|
85
80
|
- - ">="
|
|
86
81
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: '3.
|
|
82
|
+
version: '3.2'
|
|
88
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
84
|
requirements:
|
|
90
85
|
- - ">="
|
|
91
86
|
- !ruby/object:Gem::Version
|
|
92
87
|
version: '0'
|
|
93
88
|
requirements: []
|
|
94
|
-
rubygems_version: 3.
|
|
95
|
-
signing_key:
|
|
89
|
+
rubygems_version: 3.6.9
|
|
96
90
|
specification_version: 4
|
|
97
91
|
summary: ActiveRecord adapter for the Postgres ltree module
|
|
98
92
|
test_files: []
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# This file was generated by Appraisal
|
|
2
|
-
|
|
3
|
-
source "https://rubygems.org"
|
|
4
|
-
|
|
5
|
-
gem "appraisal"
|
|
6
|
-
gem "bundler"
|
|
7
|
-
gem "combustion"
|
|
8
|
-
gem "database_cleaner", "~> 2"
|
|
9
|
-
gem "ostruct"
|
|
10
|
-
gem "pg", "~> 1.5"
|
|
11
|
-
gem "pry"
|
|
12
|
-
gem "rake"
|
|
13
|
-
gem "rspec-rails"
|
|
14
|
-
gem "rubocop-rspec"
|
|
15
|
-
gem "simplecov", "~> 0.20"
|
|
16
|
-
gem "zeitwerk", "~> 2.6.0"
|
|
17
|
-
gem "activerecord", "~> 7.0", "< 7.1"
|
|
18
|
-
gem "base64"
|
|
19
|
-
gem "bigdecimal"
|
|
20
|
-
gem "drb"
|
|
21
|
-
gem "mutex_m"
|
|
22
|
-
|
|
23
|
-
gemspec path: "../"
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
parentry (1.8.0)
|
|
5
|
-
activerecord (>= 6.1, < 8.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
actionpack (7.0.8.6)
|
|
11
|
-
actionview (= 7.0.8.6)
|
|
12
|
-
activesupport (= 7.0.8.6)
|
|
13
|
-
rack (~> 2.0, >= 2.2.4)
|
|
14
|
-
rack-test (>= 0.6.3)
|
|
15
|
-
rails-dom-testing (~> 2.0)
|
|
16
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
17
|
-
actionview (7.0.8.6)
|
|
18
|
-
activesupport (= 7.0.8.6)
|
|
19
|
-
builder (~> 3.1)
|
|
20
|
-
erubi (~> 1.4)
|
|
21
|
-
rails-dom-testing (~> 2.0)
|
|
22
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
23
|
-
activemodel (7.0.8.6)
|
|
24
|
-
activesupport (= 7.0.8.6)
|
|
25
|
-
activerecord (7.0.8.6)
|
|
26
|
-
activemodel (= 7.0.8.6)
|
|
27
|
-
activesupport (= 7.0.8.6)
|
|
28
|
-
activesupport (7.0.8.6)
|
|
29
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
30
|
-
i18n (>= 1.6, < 2)
|
|
31
|
-
minitest (>= 5.1)
|
|
32
|
-
tzinfo (~> 2.0)
|
|
33
|
-
appraisal (2.5.0)
|
|
34
|
-
bundler
|
|
35
|
-
rake
|
|
36
|
-
thor (>= 0.14.0)
|
|
37
|
-
ast (2.4.2)
|
|
38
|
-
base64 (0.2.0)
|
|
39
|
-
bigdecimal (3.1.8)
|
|
40
|
-
builder (3.3.0)
|
|
41
|
-
coderay (1.1.3)
|
|
42
|
-
combustion (1.5.0)
|
|
43
|
-
activesupport (>= 3.0.0)
|
|
44
|
-
railties (>= 3.0.0)
|
|
45
|
-
thor (>= 0.14.6)
|
|
46
|
-
concurrent-ruby (1.3.4)
|
|
47
|
-
crass (1.0.6)
|
|
48
|
-
database_cleaner (2.1.0)
|
|
49
|
-
database_cleaner-active_record (>= 2, < 3)
|
|
50
|
-
database_cleaner-active_record (2.2.0)
|
|
51
|
-
activerecord (>= 5.a)
|
|
52
|
-
database_cleaner-core (~> 2.0.0)
|
|
53
|
-
database_cleaner-core (2.0.1)
|
|
54
|
-
diff-lcs (1.5.1)
|
|
55
|
-
docile (1.4.1)
|
|
56
|
-
drb (2.2.1)
|
|
57
|
-
erubi (1.13.0)
|
|
58
|
-
i18n (1.14.6)
|
|
59
|
-
concurrent-ruby (~> 1.0)
|
|
60
|
-
json (2.8.1)
|
|
61
|
-
language_server-protocol (3.17.0.3)
|
|
62
|
-
loofah (2.23.1)
|
|
63
|
-
crass (~> 1.0.2)
|
|
64
|
-
nokogiri (>= 1.12.0)
|
|
65
|
-
method_source (1.1.0)
|
|
66
|
-
mini_portile2 (2.8.7)
|
|
67
|
-
minitest (5.25.1)
|
|
68
|
-
mutex_m (0.2.0)
|
|
69
|
-
nokogiri (1.16.7)
|
|
70
|
-
mini_portile2 (~> 2.8.2)
|
|
71
|
-
racc (~> 1.4)
|
|
72
|
-
ostruct (0.6.1)
|
|
73
|
-
parallel (1.26.3)
|
|
74
|
-
parser (3.3.6.0)
|
|
75
|
-
ast (~> 2.4.1)
|
|
76
|
-
racc
|
|
77
|
-
pg (1.5.9)
|
|
78
|
-
pry (0.14.2)
|
|
79
|
-
coderay (~> 1.1)
|
|
80
|
-
method_source (~> 1.0)
|
|
81
|
-
racc (1.8.1)
|
|
82
|
-
rack (2.2.10)
|
|
83
|
-
rack-test (2.1.0)
|
|
84
|
-
rack (>= 1.3)
|
|
85
|
-
rails-dom-testing (2.2.0)
|
|
86
|
-
activesupport (>= 5.0.0)
|
|
87
|
-
minitest
|
|
88
|
-
nokogiri (>= 1.6)
|
|
89
|
-
rails-html-sanitizer (1.6.0)
|
|
90
|
-
loofah (~> 2.21)
|
|
91
|
-
nokogiri (~> 1.14)
|
|
92
|
-
railties (7.0.8.6)
|
|
93
|
-
actionpack (= 7.0.8.6)
|
|
94
|
-
activesupport (= 7.0.8.6)
|
|
95
|
-
method_source
|
|
96
|
-
rake (>= 12.2)
|
|
97
|
-
thor (~> 1.0)
|
|
98
|
-
zeitwerk (~> 2.5)
|
|
99
|
-
rainbow (3.1.1)
|
|
100
|
-
rake (13.2.1)
|
|
101
|
-
regexp_parser (2.9.2)
|
|
102
|
-
rspec-core (3.13.2)
|
|
103
|
-
rspec-support (~> 3.13.0)
|
|
104
|
-
rspec-expectations (3.13.3)
|
|
105
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
106
|
-
rspec-support (~> 3.13.0)
|
|
107
|
-
rspec-mocks (3.13.2)
|
|
108
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
109
|
-
rspec-support (~> 3.13.0)
|
|
110
|
-
rspec-rails (7.0.1)
|
|
111
|
-
actionpack (>= 7.0)
|
|
112
|
-
activesupport (>= 7.0)
|
|
113
|
-
railties (>= 7.0)
|
|
114
|
-
rspec-core (~> 3.13)
|
|
115
|
-
rspec-expectations (~> 3.13)
|
|
116
|
-
rspec-mocks (~> 3.13)
|
|
117
|
-
rspec-support (~> 3.13)
|
|
118
|
-
rspec-support (3.13.1)
|
|
119
|
-
rubocop (1.68.0)
|
|
120
|
-
json (~> 2.3)
|
|
121
|
-
language_server-protocol (>= 3.17.0)
|
|
122
|
-
parallel (~> 1.10)
|
|
123
|
-
parser (>= 3.3.0.2)
|
|
124
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
125
|
-
regexp_parser (>= 2.4, < 3.0)
|
|
126
|
-
rubocop-ast (>= 1.32.2, < 2.0)
|
|
127
|
-
ruby-progressbar (~> 1.7)
|
|
128
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
|
129
|
-
rubocop-ast (1.34.1)
|
|
130
|
-
parser (>= 3.3.1.0)
|
|
131
|
-
rubocop-rspec (3.2.0)
|
|
132
|
-
rubocop (~> 1.61)
|
|
133
|
-
ruby-progressbar (1.13.0)
|
|
134
|
-
simplecov (0.22.0)
|
|
135
|
-
docile (~> 1.1)
|
|
136
|
-
simplecov-html (~> 0.11)
|
|
137
|
-
simplecov_json_formatter (~> 0.1)
|
|
138
|
-
simplecov-html (0.13.1)
|
|
139
|
-
simplecov_json_formatter (0.1.4)
|
|
140
|
-
thor (1.3.2)
|
|
141
|
-
tzinfo (2.0.6)
|
|
142
|
-
concurrent-ruby (~> 1.0)
|
|
143
|
-
unicode-display_width (2.6.0)
|
|
144
|
-
zeitwerk (2.6.18)
|
|
145
|
-
|
|
146
|
-
PLATFORMS
|
|
147
|
-
ruby
|
|
148
|
-
|
|
149
|
-
DEPENDENCIES
|
|
150
|
-
activerecord (~> 7.0, < 7.1)
|
|
151
|
-
appraisal
|
|
152
|
-
base64
|
|
153
|
-
bigdecimal
|
|
154
|
-
bundler
|
|
155
|
-
combustion
|
|
156
|
-
database_cleaner (~> 2)
|
|
157
|
-
drb
|
|
158
|
-
mutex_m
|
|
159
|
-
ostruct
|
|
160
|
-
parentry!
|
|
161
|
-
pg (~> 1.5)
|
|
162
|
-
pry
|
|
163
|
-
rake
|
|
164
|
-
rspec-rails
|
|
165
|
-
rubocop-rspec
|
|
166
|
-
simplecov (~> 0.20)
|
|
167
|
-
zeitwerk (~> 2.6.0)
|
|
168
|
-
|
|
169
|
-
BUNDLED WITH
|
|
170
|
-
2.5.17
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
parentry (1.8.0)
|
|
5
|
-
activerecord (>= 6.1, < 8.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
actionpack (7.1.5)
|
|
11
|
-
actionview (= 7.1.5)
|
|
12
|
-
activesupport (= 7.1.5)
|
|
13
|
-
nokogiri (>= 1.8.5)
|
|
14
|
-
racc
|
|
15
|
-
rack (>= 2.2.4)
|
|
16
|
-
rack-session (>= 1.0.1)
|
|
17
|
-
rack-test (>= 0.6.3)
|
|
18
|
-
rails-dom-testing (~> 2.2)
|
|
19
|
-
rails-html-sanitizer (~> 1.6)
|
|
20
|
-
actionview (7.1.5)
|
|
21
|
-
activesupport (= 7.1.5)
|
|
22
|
-
builder (~> 3.1)
|
|
23
|
-
erubi (~> 1.11)
|
|
24
|
-
rails-dom-testing (~> 2.2)
|
|
25
|
-
rails-html-sanitizer (~> 1.6)
|
|
26
|
-
activemodel (7.1.5)
|
|
27
|
-
activesupport (= 7.1.5)
|
|
28
|
-
activerecord (7.1.5)
|
|
29
|
-
activemodel (= 7.1.5)
|
|
30
|
-
activesupport (= 7.1.5)
|
|
31
|
-
timeout (>= 0.4.0)
|
|
32
|
-
activesupport (7.1.5)
|
|
33
|
-
base64
|
|
34
|
-
benchmark (>= 0.3)
|
|
35
|
-
bigdecimal
|
|
36
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
37
|
-
connection_pool (>= 2.2.5)
|
|
38
|
-
drb
|
|
39
|
-
i18n (>= 1.6, < 2)
|
|
40
|
-
logger (>= 1.4.2)
|
|
41
|
-
minitest (>= 5.1)
|
|
42
|
-
mutex_m
|
|
43
|
-
securerandom (>= 0.3)
|
|
44
|
-
tzinfo (~> 2.0)
|
|
45
|
-
appraisal (2.5.0)
|
|
46
|
-
bundler
|
|
47
|
-
rake
|
|
48
|
-
thor (>= 0.14.0)
|
|
49
|
-
ast (2.4.2)
|
|
50
|
-
base64 (0.2.0)
|
|
51
|
-
benchmark (0.4.0)
|
|
52
|
-
bigdecimal (3.1.8)
|
|
53
|
-
builder (3.3.0)
|
|
54
|
-
coderay (1.1.3)
|
|
55
|
-
combustion (1.5.0)
|
|
56
|
-
activesupport (>= 3.0.0)
|
|
57
|
-
railties (>= 3.0.0)
|
|
58
|
-
thor (>= 0.14.6)
|
|
59
|
-
concurrent-ruby (1.3.4)
|
|
60
|
-
connection_pool (2.4.1)
|
|
61
|
-
crass (1.0.6)
|
|
62
|
-
database_cleaner (2.1.0)
|
|
63
|
-
database_cleaner-active_record (>= 2, < 3)
|
|
64
|
-
database_cleaner-active_record (2.2.0)
|
|
65
|
-
activerecord (>= 5.a)
|
|
66
|
-
database_cleaner-core (~> 2.0.0)
|
|
67
|
-
database_cleaner-core (2.0.1)
|
|
68
|
-
diff-lcs (1.5.1)
|
|
69
|
-
docile (1.4.1)
|
|
70
|
-
drb (2.2.1)
|
|
71
|
-
erubi (1.13.0)
|
|
72
|
-
i18n (1.14.6)
|
|
73
|
-
concurrent-ruby (~> 1.0)
|
|
74
|
-
io-console (0.7.2)
|
|
75
|
-
irb (1.14.1)
|
|
76
|
-
rdoc (>= 4.0.0)
|
|
77
|
-
reline (>= 0.4.2)
|
|
78
|
-
json (2.8.1)
|
|
79
|
-
language_server-protocol (3.17.0.3)
|
|
80
|
-
logger (1.6.1)
|
|
81
|
-
loofah (2.23.1)
|
|
82
|
-
crass (~> 1.0.2)
|
|
83
|
-
nokogiri (>= 1.12.0)
|
|
84
|
-
method_source (1.1.0)
|
|
85
|
-
mini_portile2 (2.8.7)
|
|
86
|
-
minitest (5.25.1)
|
|
87
|
-
mutex_m (0.2.0)
|
|
88
|
-
nokogiri (1.16.7)
|
|
89
|
-
mini_portile2 (~> 2.8.2)
|
|
90
|
-
racc (~> 1.4)
|
|
91
|
-
ostruct (0.6.1)
|
|
92
|
-
parallel (1.26.3)
|
|
93
|
-
parser (3.3.6.0)
|
|
94
|
-
ast (~> 2.4.1)
|
|
95
|
-
racc
|
|
96
|
-
pg (1.5.9)
|
|
97
|
-
pry (0.14.2)
|
|
98
|
-
coderay (~> 1.1)
|
|
99
|
-
method_source (~> 1.0)
|
|
100
|
-
psych (5.2.0)
|
|
101
|
-
stringio
|
|
102
|
-
racc (1.8.1)
|
|
103
|
-
rack (3.1.8)
|
|
104
|
-
rack-session (2.0.0)
|
|
105
|
-
rack (>= 3.0.0)
|
|
106
|
-
rack-test (2.1.0)
|
|
107
|
-
rack (>= 1.3)
|
|
108
|
-
rackup (2.2.0)
|
|
109
|
-
rack (>= 3)
|
|
110
|
-
rails-dom-testing (2.2.0)
|
|
111
|
-
activesupport (>= 5.0.0)
|
|
112
|
-
minitest
|
|
113
|
-
nokogiri (>= 1.6)
|
|
114
|
-
rails-html-sanitizer (1.6.0)
|
|
115
|
-
loofah (~> 2.21)
|
|
116
|
-
nokogiri (~> 1.14)
|
|
117
|
-
railties (7.1.5)
|
|
118
|
-
actionpack (= 7.1.5)
|
|
119
|
-
activesupport (= 7.1.5)
|
|
120
|
-
irb
|
|
121
|
-
rackup (>= 1.0.0)
|
|
122
|
-
rake (>= 12.2)
|
|
123
|
-
thor (~> 1.0, >= 1.2.2)
|
|
124
|
-
zeitwerk (~> 2.6)
|
|
125
|
-
rainbow (3.1.1)
|
|
126
|
-
rake (13.2.1)
|
|
127
|
-
rdoc (6.7.0)
|
|
128
|
-
psych (>= 4.0.0)
|
|
129
|
-
regexp_parser (2.9.2)
|
|
130
|
-
reline (0.5.11)
|
|
131
|
-
io-console (~> 0.5)
|
|
132
|
-
rspec-core (3.13.2)
|
|
133
|
-
rspec-support (~> 3.13.0)
|
|
134
|
-
rspec-expectations (3.13.3)
|
|
135
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
136
|
-
rspec-support (~> 3.13.0)
|
|
137
|
-
rspec-mocks (3.13.2)
|
|
138
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
139
|
-
rspec-support (~> 3.13.0)
|
|
140
|
-
rspec-rails (7.0.1)
|
|
141
|
-
actionpack (>= 7.0)
|
|
142
|
-
activesupport (>= 7.0)
|
|
143
|
-
railties (>= 7.0)
|
|
144
|
-
rspec-core (~> 3.13)
|
|
145
|
-
rspec-expectations (~> 3.13)
|
|
146
|
-
rspec-mocks (~> 3.13)
|
|
147
|
-
rspec-support (~> 3.13)
|
|
148
|
-
rspec-support (3.13.1)
|
|
149
|
-
rubocop (1.68.0)
|
|
150
|
-
json (~> 2.3)
|
|
151
|
-
language_server-protocol (>= 3.17.0)
|
|
152
|
-
parallel (~> 1.10)
|
|
153
|
-
parser (>= 3.3.0.2)
|
|
154
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
155
|
-
regexp_parser (>= 2.4, < 3.0)
|
|
156
|
-
rubocop-ast (>= 1.32.2, < 2.0)
|
|
157
|
-
ruby-progressbar (~> 1.7)
|
|
158
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
|
159
|
-
rubocop-ast (1.34.1)
|
|
160
|
-
parser (>= 3.3.1.0)
|
|
161
|
-
rubocop-rspec (3.2.0)
|
|
162
|
-
rubocop (~> 1.61)
|
|
163
|
-
ruby-progressbar (1.13.0)
|
|
164
|
-
securerandom (0.3.1)
|
|
165
|
-
simplecov (0.22.0)
|
|
166
|
-
docile (~> 1.1)
|
|
167
|
-
simplecov-html (~> 0.11)
|
|
168
|
-
simplecov_json_formatter (~> 0.1)
|
|
169
|
-
simplecov-html (0.13.1)
|
|
170
|
-
simplecov_json_formatter (0.1.4)
|
|
171
|
-
stringio (3.1.2)
|
|
172
|
-
thor (1.3.2)
|
|
173
|
-
timeout (0.4.2)
|
|
174
|
-
tzinfo (2.0.6)
|
|
175
|
-
concurrent-ruby (~> 1.0)
|
|
176
|
-
unicode-display_width (2.6.0)
|
|
177
|
-
zeitwerk (2.6.18)
|
|
178
|
-
|
|
179
|
-
PLATFORMS
|
|
180
|
-
ruby
|
|
181
|
-
|
|
182
|
-
DEPENDENCIES
|
|
183
|
-
activerecord (~> 7.1, < 7.2)
|
|
184
|
-
appraisal
|
|
185
|
-
bundler
|
|
186
|
-
combustion
|
|
187
|
-
database_cleaner (~> 2)
|
|
188
|
-
ostruct
|
|
189
|
-
parentry!
|
|
190
|
-
pg (~> 1.5)
|
|
191
|
-
pry
|
|
192
|
-
rake
|
|
193
|
-
rspec-rails
|
|
194
|
-
rubocop-rspec
|
|
195
|
-
simplecov (~> 0.20)
|
|
196
|
-
zeitwerk (~> 2.6.0)
|
|
197
|
-
|
|
198
|
-
BUNDLED WITH
|
|
199
|
-
2.5.17
|