pg_objects 1.3.3 → 1.4.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/bundle_audit.yml +1 -1
- data/.github/workflows/ci.yml +1 -1
- data/.rubocop.yml +1 -1
- data/Gemfile.lock +51 -56
- data/lib/pg_objects/version.rb +1 -1
- data/pg_objects.gemspec +2 -2
- metadata +14 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ce4f3c66745b7565b91664378c11820db3791bde7b2743f6b9d08bc9c4bdb0f
|
4
|
+
data.tar.gz: 600189f56b87ddf85e0961d29f7b5e383fac9ee87f021c0eea9bfe7e458b206d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae8a401972e5f026f1a3c5731cba17dab9053a4c6d181e99aaad60fb4407e6edfa276eb528f9c549e3f9997709d296002447941aba24fc279d6567c3aa7b2d05
|
7
|
+
data.tar.gz: 7e730254c191949455ca88189ce9d31ded3821ff72a4071bfacfe41d9295959b2cf0a7950c65274e8e8ec7702f6ef29b9948979242d1effb72c5718b89806968
|
data/.github/workflows/ci.yml
CHANGED
data/.rubocop.yml
CHANGED
@@ -8,7 +8,7 @@ inherit_from: .rubocop_todo.yml
|
|
8
8
|
|
9
9
|
AllCops:
|
10
10
|
# EnabledByDefault: true
|
11
|
-
TargetRubyVersion: 3.
|
11
|
+
TargetRubyVersion: 3.2
|
12
12
|
# Cop names are not d§splayed in offense messages by default. Change behavior
|
13
13
|
# by overriding DisplayCopNames, or by giving the -D/--display-cop-names
|
14
14
|
# option.
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pg_objects (1.
|
4
|
+
pg_objects (1.4.0)
|
5
5
|
activerecord (>= 6.1.7.0, < 8)
|
6
6
|
dry-auto_inject (~> 1)
|
7
7
|
dry-configurable (~> 1)
|
8
8
|
dry-container (= 0.11.0)
|
9
9
|
dry-monads (~> 1.6)
|
10
|
-
memery (
|
10
|
+
memery (>= 1.5, < 1.7)
|
11
11
|
pg_query (~> 5)
|
12
12
|
railties (>= 4, < 8)
|
13
13
|
rake-hooks (~> 1)
|
@@ -15,9 +15,9 @@ PATH
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
-
actionpack (7.2.
|
19
|
-
actionview (= 7.2.
|
20
|
-
activesupport (= 7.2.
|
18
|
+
actionpack (7.2.2)
|
19
|
+
actionview (= 7.2.2)
|
20
|
+
activesupport (= 7.2.2)
|
21
21
|
nokogiri (>= 1.8.5)
|
22
22
|
racc
|
23
23
|
rack (>= 2.2.4, < 3.2)
|
@@ -26,20 +26,21 @@ GEM
|
|
26
26
|
rails-dom-testing (~> 2.2)
|
27
27
|
rails-html-sanitizer (~> 1.6)
|
28
28
|
useragent (~> 0.16)
|
29
|
-
actionview (7.2.
|
30
|
-
activesupport (= 7.2.
|
29
|
+
actionview (7.2.2)
|
30
|
+
activesupport (= 7.2.2)
|
31
31
|
builder (~> 3.1)
|
32
32
|
erubi (~> 1.11)
|
33
33
|
rails-dom-testing (~> 2.2)
|
34
34
|
rails-html-sanitizer (~> 1.6)
|
35
|
-
activemodel (7.2.
|
36
|
-
activesupport (= 7.2.
|
37
|
-
activerecord (7.2.
|
38
|
-
activemodel (= 7.2.
|
39
|
-
activesupport (= 7.2.
|
35
|
+
activemodel (7.2.2)
|
36
|
+
activesupport (= 7.2.2)
|
37
|
+
activerecord (7.2.2)
|
38
|
+
activemodel (= 7.2.2)
|
39
|
+
activesupport (= 7.2.2)
|
40
40
|
timeout (>= 0.4.0)
|
41
|
-
activesupport (7.2.
|
41
|
+
activesupport (7.2.2)
|
42
42
|
base64
|
43
|
+
benchmark (>= 0.3)
|
43
44
|
bigdecimal
|
44
45
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
45
46
|
connection_pool (>= 2.2.5)
|
@@ -51,6 +52,7 @@ GEM
|
|
51
52
|
tzinfo (~> 2.0, >= 2.0.5)
|
52
53
|
ast (2.4.2)
|
53
54
|
base64 (0.2.0)
|
55
|
+
benchmark (0.3.0)
|
54
56
|
bigdecimal (3.1.8)
|
55
57
|
binding_of_caller (1.0.1)
|
56
58
|
debug_inspector (>= 1.2.0)
|
@@ -74,48 +76,48 @@ GEM
|
|
74
76
|
zeitwerk (~> 2.6)
|
75
77
|
dry-container (0.11.0)
|
76
78
|
concurrent-ruby (~> 1.0)
|
77
|
-
dry-core (1.0.
|
79
|
+
dry-core (1.0.2)
|
78
80
|
concurrent-ruby (~> 1.0)
|
81
|
+
logger
|
79
82
|
zeitwerk (~> 2.6)
|
80
83
|
dry-monads (1.6.0)
|
81
84
|
concurrent-ruby (~> 1.0)
|
82
85
|
dry-core (~> 1.0, < 2)
|
83
86
|
zeitwerk (~> 2.6)
|
84
87
|
erubi (1.13.0)
|
85
|
-
faker (3.
|
88
|
+
faker (3.5.1)
|
86
89
|
i18n (>= 1.8.11, < 2)
|
87
|
-
google-protobuf (4.28.
|
90
|
+
google-protobuf (4.28.3)
|
88
91
|
bigdecimal
|
89
92
|
rake (>= 13)
|
90
|
-
google-protobuf (4.28.
|
93
|
+
google-protobuf (4.28.3-aarch64-linux)
|
91
94
|
bigdecimal
|
92
95
|
rake (>= 13)
|
93
|
-
google-protobuf (4.28.
|
96
|
+
google-protobuf (4.28.3-arm64-darwin)
|
94
97
|
bigdecimal
|
95
98
|
rake (>= 13)
|
96
|
-
google-protobuf (4.28.
|
99
|
+
google-protobuf (4.28.3-x86-linux)
|
97
100
|
bigdecimal
|
98
101
|
rake (>= 13)
|
99
|
-
google-protobuf (4.28.
|
102
|
+
google-protobuf (4.28.3-x86_64-darwin)
|
100
103
|
bigdecimal
|
101
104
|
rake (>= 13)
|
102
|
-
google-protobuf (4.28.
|
105
|
+
google-protobuf (4.28.3-x86_64-linux)
|
103
106
|
bigdecimal
|
104
107
|
rake (>= 13)
|
105
|
-
i18n (1.14.
|
108
|
+
i18n (1.14.6)
|
106
109
|
concurrent-ruby (~> 1.0)
|
107
110
|
io-console (0.7.2)
|
108
|
-
irb (1.14.
|
111
|
+
irb (1.14.1)
|
109
112
|
rdoc (>= 4.0.0)
|
110
113
|
reline (>= 0.4.2)
|
111
|
-
json (2.
|
114
|
+
json (2.8.1)
|
112
115
|
language_server-protocol (3.17.0.3)
|
113
|
-
logger (1.6.
|
114
|
-
loofah (2.
|
116
|
+
logger (1.6.1)
|
117
|
+
loofah (2.23.1)
|
115
118
|
crass (~> 1.0.2)
|
116
119
|
nokogiri (>= 1.12.0)
|
117
|
-
memery (1.
|
118
|
-
ruby2_keywords (~> 0.0.2)
|
120
|
+
memery (1.6.0)
|
119
121
|
method_source (1.1.0)
|
120
122
|
minitest (5.25.1)
|
121
123
|
nokogiri (1.16.7-aarch64-linux)
|
@@ -131,7 +133,7 @@ GEM
|
|
131
133
|
nokogiri (1.16.7-x86_64-linux)
|
132
134
|
racc (~> 1.4)
|
133
135
|
parallel (1.26.3)
|
134
|
-
parser (3.3.
|
136
|
+
parser (3.3.6.0)
|
135
137
|
ast (~> 2.4.1)
|
136
138
|
racc
|
137
139
|
pg_query (5.1.0)
|
@@ -146,17 +148,16 @@ GEM
|
|
146
148
|
pry-byebug (3.10.1)
|
147
149
|
byebug (~> 11.0)
|
148
150
|
pry (>= 0.13, < 0.15)
|
149
|
-
psych (5.
|
151
|
+
psych (5.2.0)
|
150
152
|
stringio
|
151
153
|
racc (1.8.1)
|
152
|
-
rack (3.1.
|
154
|
+
rack (3.1.8)
|
153
155
|
rack-session (2.0.0)
|
154
156
|
rack (>= 3.0.0)
|
155
157
|
rack-test (2.1.0)
|
156
158
|
rack (>= 1.3)
|
157
|
-
rackup (2.
|
159
|
+
rackup (2.2.0)
|
158
160
|
rack (>= 3)
|
159
|
-
webrick (~> 1.8)
|
160
161
|
rails-dom-testing (2.2.0)
|
161
162
|
activesupport (>= 5.0.0)
|
162
163
|
minitest
|
@@ -164,9 +165,9 @@ GEM
|
|
164
165
|
rails-html-sanitizer (1.6.0)
|
165
166
|
loofah (~> 2.21)
|
166
167
|
nokogiri (~> 1.14)
|
167
|
-
railties (7.2.
|
168
|
-
actionpack (= 7.2.
|
169
|
-
activesupport (= 7.2.
|
168
|
+
railties (7.2.2)
|
169
|
+
actionpack (= 7.2.2)
|
170
|
+
activesupport (= 7.2.2)
|
170
171
|
irb (~> 1.13)
|
171
172
|
rackup (>= 1.0.0)
|
172
173
|
rake (>= 12.2)
|
@@ -179,21 +180,19 @@ GEM
|
|
179
180
|
rdoc (6.7.0)
|
180
181
|
psych (>= 4.0.0)
|
181
182
|
regexp_parser (2.9.2)
|
182
|
-
reline (0.5.
|
183
|
+
reline (0.5.10)
|
183
184
|
io-console (~> 0.5)
|
184
|
-
|
185
|
-
strscan
|
186
|
-
rouge (4.3.0)
|
185
|
+
rouge (4.4.0)
|
187
186
|
rspec (3.13.0)
|
188
187
|
rspec-core (~> 3.13.0)
|
189
188
|
rspec-expectations (~> 3.13.0)
|
190
189
|
rspec-mocks (~> 3.13.0)
|
191
|
-
rspec-core (3.13.
|
190
|
+
rspec-core (3.13.2)
|
192
191
|
rspec-support (~> 3.13.0)
|
193
|
-
rspec-expectations (3.13.
|
192
|
+
rspec-expectations (3.13.3)
|
194
193
|
diff-lcs (>= 1.2.0, < 2.0)
|
195
194
|
rspec-support (~> 3.13.0)
|
196
|
-
rspec-mocks (3.13.
|
195
|
+
rspec-mocks (3.13.2)
|
197
196
|
diff-lcs (>= 1.2.0, < 2.0)
|
198
197
|
rspec-support (~> 3.13.0)
|
199
198
|
rspec-parameterized (1.0.2)
|
@@ -208,44 +207,40 @@ GEM
|
|
208
207
|
binding_of_caller
|
209
208
|
rspec-parameterized-core (< 2)
|
210
209
|
rspec-support (3.13.1)
|
211
|
-
rubocop (1.
|
210
|
+
rubocop (1.68.0)
|
212
211
|
json (~> 2.3)
|
213
212
|
language_server-protocol (>= 3.17.0)
|
214
213
|
parallel (~> 1.10)
|
215
214
|
parser (>= 3.3.0.2)
|
216
215
|
rainbow (>= 2.2.2, < 4.0)
|
217
216
|
regexp_parser (>= 2.4, < 3.0)
|
218
|
-
|
219
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
217
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
220
218
|
ruby-progressbar (~> 1.7)
|
221
219
|
unicode-display_width (>= 2.4.0, < 3.0)
|
222
|
-
rubocop-ast (1.
|
220
|
+
rubocop-ast (1.34.0)
|
223
221
|
parser (>= 3.3.1.0)
|
224
|
-
rubocop-rails (2.
|
222
|
+
rubocop-rails (2.27.0)
|
225
223
|
activesupport (>= 4.2.0)
|
226
224
|
rack (>= 1.1)
|
227
225
|
rubocop (>= 1.52.0, < 2.0)
|
228
226
|
rubocop-ast (>= 1.31.1, < 2.0)
|
229
227
|
rubocop-rake (0.6.0)
|
230
228
|
rubocop (~> 1.0)
|
231
|
-
rubocop-rspec (3.0
|
229
|
+
rubocop-rspec (3.2.0)
|
232
230
|
rubocop (~> 1.61)
|
233
231
|
ruby-progressbar (1.13.0)
|
234
|
-
ruby2_keywords (0.0.5)
|
235
232
|
securerandom (0.3.1)
|
236
|
-
stringio (3.1.
|
237
|
-
strscan (3.1.0)
|
233
|
+
stringio (3.1.2)
|
238
234
|
thor (1.3.2)
|
239
|
-
timeout (0.4.
|
235
|
+
timeout (0.4.2)
|
240
236
|
tzinfo (2.0.6)
|
241
237
|
concurrent-ruby (~> 1.0)
|
242
|
-
unicode-display_width (2.
|
238
|
+
unicode-display_width (2.6.0)
|
243
239
|
unparser (0.6.15)
|
244
240
|
diff-lcs (~> 1.3)
|
245
241
|
parser (>= 3.3.0)
|
246
242
|
useragent (0.16.10)
|
247
|
-
|
248
|
-
zeitwerk (2.6.17)
|
243
|
+
zeitwerk (2.7.1)
|
249
244
|
|
250
245
|
PLATFORMS
|
251
246
|
aarch64-linux
|
data/lib/pg_objects/version.rb
CHANGED
data/pg_objects.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = %q(Simple manager for PostgreSQL objects like triggers and functions)
|
12
12
|
spec.homepage = 'https://github.com/marinazzio/pg_objects'
|
13
13
|
|
14
|
-
spec.required_ruby_version = '>= 3.
|
14
|
+
spec.required_ruby_version = '>= 3.2.0'
|
15
15
|
|
16
16
|
spec.metadata = {
|
17
17
|
'bug_tracker_uri' => 'https://github.com/marinazzio/pg_objects/issues',
|
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
|
|
48
48
|
spec.add_dependency 'dry-configurable', '~> 1'
|
49
49
|
spec.add_dependency 'dry-container', '0.11.0'
|
50
50
|
spec.add_dependency 'dry-monads', '~> 1.6'
|
51
|
-
spec.add_dependency 'memery', '
|
51
|
+
spec.add_dependency 'memery', '>= 1.5', '< 1.7'
|
52
52
|
spec.add_dependency 'pg_query', '~> 5'
|
53
53
|
spec.add_dependency 'railties', '>= 4', '< 8'
|
54
54
|
spec.add_dependency 'rake-hooks', '~> 1'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg_objects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Denis Kiselyov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -90,16 +90,22 @@ dependencies:
|
|
90
90
|
name: memery
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
|
-
- - "
|
93
|
+
- - ">="
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '1.5'
|
96
|
+
- - "<"
|
94
97
|
- !ruby/object:Gem::Version
|
95
|
-
version: 1.
|
98
|
+
version: '1.7'
|
96
99
|
type: :runtime
|
97
100
|
prerelease: false
|
98
101
|
version_requirements: !ruby/object:Gem::Requirement
|
99
102
|
requirements:
|
100
|
-
- - "
|
103
|
+
- - ">="
|
104
|
+
- !ruby/object:Gem::Version
|
105
|
+
version: '1.5'
|
106
|
+
- - "<"
|
101
107
|
- !ruby/object:Gem::Version
|
102
|
-
version: 1.
|
108
|
+
version: '1.7'
|
103
109
|
- !ruby/object:Gem::Dependency
|
104
110
|
name: pg_query
|
105
111
|
requirement: !ruby/object:Gem::Requirement
|
@@ -223,14 +229,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
223
229
|
requirements:
|
224
230
|
- - ">="
|
225
231
|
- !ruby/object:Gem::Version
|
226
|
-
version: 3.
|
232
|
+
version: 3.2.0
|
227
233
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
228
234
|
requirements:
|
229
235
|
- - ">="
|
230
236
|
- !ruby/object:Gem::Version
|
231
237
|
version: '0'
|
232
238
|
requirements: []
|
233
|
-
rubygems_version: 3.5.
|
239
|
+
rubygems_version: 3.5.22
|
234
240
|
signing_key:
|
235
241
|
specification_version: 4
|
236
242
|
summary: Simple manager for PostgreSQL objects like triggers and functions
|