pg_objects 1.4.0 → 1.4.1

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: 5ce4f3c66745b7565b91664378c11820db3791bde7b2743f6b9d08bc9c4bdb0f
4
- data.tar.gz: 600189f56b87ddf85e0961d29f7b5e383fac9ee87f021c0eea9bfe7e458b206d
3
+ metadata.gz: 7876197bbcea1da0085abd5c1b5a42b936e3ba1dea830cceffb9ee61bb5cfbf8
4
+ data.tar.gz: '015856d9a7960f2f44548248d3f7021e6284917e110910d7f5cab47fcd380507'
5
5
  SHA512:
6
- metadata.gz: ae8a401972e5f026f1a3c5731cba17dab9053a4c6d181e99aaad60fb4407e6edfa276eb528f9c549e3f9997709d296002447941aba24fc279d6567c3aa7b2d05
7
- data.tar.gz: 7e730254c191949455ca88189ce9d31ded3821ff72a4071bfacfe41d9295959b2cf0a7950c65274e8e8ec7702f6ef29b9948979242d1effb72c5718b89806968
6
+ metadata.gz: 0bf29467aebdb71251e9e9b0c7978b6957566f888bc478c004f222a8ccb415c2b3313f5883c25d8fdb5eb0932881d079f0da62e3a04e951334fdad0947f7773f
7
+ data.tar.gz: 80a7a4e2383032f828aa002502a0ad85b8c02c50f9c7d8332de3d86d0b4001aae2d8c3c8deb99190cd56248539a158520ed02d5a3bedd42b05faac8bd893921d
data/Gemfile.lock CHANGED
@@ -1,44 +1,43 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (1.4.0)
5
- activerecord (>= 6.1.7.0, < 8)
4
+ pg_objects (1.4.1)
5
+ activerecord (>= 6.1.7.0, < 9)
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 (>= 1.5, < 1.7)
11
- pg_query (~> 5)
12
- railties (>= 4, < 8)
10
+ memery (>= 1.5, < 1.8)
11
+ pg_query (>= 5, < 7)
12
+ railties (>= 4, < 9)
13
13
  rake-hooks (~> 1)
14
14
 
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
- actionpack (7.2.2)
19
- actionview (= 7.2.2)
20
- activesupport (= 7.2.2)
18
+ actionpack (8.0.2)
19
+ actionview (= 8.0.2)
20
+ activesupport (= 8.0.2)
21
21
  nokogiri (>= 1.8.5)
22
- racc
23
- rack (>= 2.2.4, < 3.2)
22
+ rack (>= 2.2.4)
24
23
  rack-session (>= 1.0.1)
25
24
  rack-test (>= 0.6.3)
26
25
  rails-dom-testing (~> 2.2)
27
26
  rails-html-sanitizer (~> 1.6)
28
27
  useragent (~> 0.16)
29
- actionview (7.2.2)
30
- activesupport (= 7.2.2)
28
+ actionview (8.0.2)
29
+ activesupport (= 8.0.2)
31
30
  builder (~> 3.1)
32
31
  erubi (~> 1.11)
33
32
  rails-dom-testing (~> 2.2)
34
33
  rails-html-sanitizer (~> 1.6)
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)
34
+ activemodel (8.0.2)
35
+ activesupport (= 8.0.2)
36
+ activerecord (8.0.2)
37
+ activemodel (= 8.0.2)
38
+ activesupport (= 8.0.2)
40
39
  timeout (>= 0.4.0)
41
- activesupport (7.2.2)
40
+ activesupport (8.0.2)
42
41
  base64
43
42
  benchmark (>= 0.3)
44
43
  bigdecimal
@@ -50,10 +49,11 @@ GEM
50
49
  minitest (>= 5.1)
51
50
  securerandom (>= 0.3)
52
51
  tzinfo (~> 2.0, >= 2.0.5)
52
+ uri (>= 0.13.1)
53
53
  ast (2.4.2)
54
54
  base64 (0.2.0)
55
- benchmark (0.3.0)
56
- bigdecimal (3.1.8)
55
+ benchmark (0.4.0)
56
+ bigdecimal (3.1.9)
57
57
  binding_of_caller (1.0.1)
58
58
  debug_inspector (>= 1.2.0)
59
59
  builder (3.3.0)
@@ -62,82 +62,90 @@ GEM
62
62
  thor (~> 1.0)
63
63
  byebug (11.1.3)
64
64
  coderay (1.1.3)
65
- concurrent-ruby (1.3.4)
66
- connection_pool (2.4.1)
65
+ concurrent-ruby (1.3.5)
66
+ connection_pool (2.5.0)
67
67
  crass (1.0.6)
68
+ date (3.4.1)
68
69
  debug_inspector (1.2.0)
69
- diff-lcs (1.5.1)
70
+ diff-lcs (1.6.0)
70
71
  drb (2.2.1)
71
- dry-auto_inject (1.0.1)
72
- dry-core (~> 1.0)
72
+ dry-auto_inject (1.1.0)
73
+ dry-core (~> 1.1)
73
74
  zeitwerk (~> 2.6)
74
- dry-configurable (1.2.0)
75
- dry-core (~> 1.0, < 2)
75
+ dry-configurable (1.3.0)
76
+ dry-core (~> 1.1)
76
77
  zeitwerk (~> 2.6)
77
78
  dry-container (0.11.0)
78
79
  concurrent-ruby (~> 1.0)
79
- dry-core (1.0.2)
80
+ dry-core (1.1.0)
80
81
  concurrent-ruby (~> 1.0)
81
82
  logger
82
83
  zeitwerk (~> 2.6)
83
- dry-monads (1.6.0)
84
+ dry-monads (1.8.2)
84
85
  concurrent-ruby (~> 1.0)
85
- dry-core (~> 1.0, < 2)
86
+ dry-core (~> 1.1)
86
87
  zeitwerk (~> 2.6)
87
- erubi (1.13.0)
88
+ erubi (1.13.1)
88
89
  faker (3.5.1)
89
90
  i18n (>= 1.8.11, < 2)
90
- google-protobuf (4.28.3)
91
+ google-protobuf (4.30.1)
91
92
  bigdecimal
92
93
  rake (>= 13)
93
- google-protobuf (4.28.3-aarch64-linux)
94
+ google-protobuf (4.30.1-aarch64-linux)
94
95
  bigdecimal
95
96
  rake (>= 13)
96
- google-protobuf (4.28.3-arm64-darwin)
97
+ google-protobuf (4.30.1-arm64-darwin)
97
98
  bigdecimal
98
99
  rake (>= 13)
99
- google-protobuf (4.28.3-x86-linux)
100
+ google-protobuf (4.30.1-x86-linux)
100
101
  bigdecimal
101
102
  rake (>= 13)
102
- google-protobuf (4.28.3-x86_64-darwin)
103
+ google-protobuf (4.30.1-x86_64-darwin)
103
104
  bigdecimal
104
105
  rake (>= 13)
105
- google-protobuf (4.28.3-x86_64-linux)
106
+ google-protobuf (4.30.1-x86_64-linux)
106
107
  bigdecimal
107
108
  rake (>= 13)
108
- i18n (1.14.6)
109
+ i18n (1.14.7)
109
110
  concurrent-ruby (~> 1.0)
110
- io-console (0.7.2)
111
- irb (1.14.1)
111
+ io-console (0.8.0)
112
+ irb (1.15.1)
113
+ pp (>= 0.6.0)
112
114
  rdoc (>= 4.0.0)
113
115
  reline (>= 0.4.2)
114
- json (2.8.1)
115
- language_server-protocol (3.17.0.3)
116
- logger (1.6.1)
117
- loofah (2.23.1)
116
+ json (2.10.2)
117
+ language_server-protocol (3.17.0.4)
118
+ lint_roller (1.1.0)
119
+ logger (1.6.6)
120
+ loofah (2.24.0)
118
121
  crass (~> 1.0.2)
119
122
  nokogiri (>= 1.12.0)
120
- memery (1.6.0)
123
+ memery (1.7.0)
121
124
  method_source (1.1.0)
122
- minitest (5.25.1)
123
- nokogiri (1.16.7-aarch64-linux)
125
+ mini_portile2 (2.8.8)
126
+ minitest (5.25.5)
127
+ nokogiri (1.18.4)
128
+ mini_portile2 (~> 2.8.2)
124
129
  racc (~> 1.4)
125
- nokogiri (1.16.7-arm-linux)
130
+ nokogiri (1.18.4-aarch64-linux-gnu)
126
131
  racc (~> 1.4)
127
- nokogiri (1.16.7-arm64-darwin)
132
+ nokogiri (1.18.4-arm-linux-gnu)
128
133
  racc (~> 1.4)
129
- nokogiri (1.16.7-x86-linux)
134
+ nokogiri (1.18.4-arm64-darwin)
130
135
  racc (~> 1.4)
131
- nokogiri (1.16.7-x86_64-darwin)
136
+ nokogiri (1.18.4-x86_64-darwin)
132
137
  racc (~> 1.4)
133
- nokogiri (1.16.7-x86_64-linux)
138
+ nokogiri (1.18.4-x86_64-linux-gnu)
134
139
  racc (~> 1.4)
135
140
  parallel (1.26.3)
136
- parser (3.3.6.0)
141
+ parser (3.3.7.1)
137
142
  ast (~> 2.4.1)
138
143
  racc
139
- pg_query (5.1.0)
140
- google-protobuf (>= 3.22.3)
144
+ pg_query (6.0.0)
145
+ google-protobuf (>= 3.25.3)
146
+ pp (0.6.2)
147
+ prettyprint
148
+ prettyprint (0.2.0)
141
149
  proc_to_ast (0.2.0)
142
150
  parser
143
151
  rouge
@@ -148,26 +156,28 @@ GEM
148
156
  pry-byebug (3.10.1)
149
157
  byebug (~> 11.0)
150
158
  pry (>= 0.13, < 0.15)
151
- psych (5.2.0)
159
+ psych (5.2.3)
160
+ date
152
161
  stringio
153
162
  racc (1.8.1)
154
- rack (3.1.8)
155
- rack-session (2.0.0)
163
+ rack (3.1.12)
164
+ rack-session (2.1.0)
165
+ base64 (>= 0.1.0)
156
166
  rack (>= 3.0.0)
157
- rack-test (2.1.0)
167
+ rack-test (2.2.0)
158
168
  rack (>= 1.3)
159
- rackup (2.2.0)
169
+ rackup (2.2.1)
160
170
  rack (>= 3)
161
171
  rails-dom-testing (2.2.0)
162
172
  activesupport (>= 5.0.0)
163
173
  minitest
164
174
  nokogiri (>= 1.6)
165
- rails-html-sanitizer (1.6.0)
175
+ rails-html-sanitizer (1.6.2)
166
176
  loofah (~> 2.21)
167
- nokogiri (~> 1.14)
168
- railties (7.2.2)
169
- actionpack (= 7.2.2)
170
- activesupport (= 7.2.2)
177
+ 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)
178
+ railties (8.0.2)
179
+ actionpack (= 8.0.2)
180
+ activesupport (= 8.0.2)
171
181
  irb (~> 1.13)
172
182
  rackup (>= 1.0.0)
173
183
  rake (>= 12.2)
@@ -177,17 +187,17 @@ GEM
177
187
  rake (13.2.1)
178
188
  rake-hooks (1.2.3)
179
189
  rake
180
- rdoc (6.7.0)
190
+ rdoc (6.12.0)
181
191
  psych (>= 4.0.0)
182
- regexp_parser (2.9.2)
183
- reline (0.5.10)
192
+ regexp_parser (2.10.0)
193
+ reline (0.6.0)
184
194
  io-console (~> 0.5)
185
- rouge (4.4.0)
195
+ rouge (4.5.1)
186
196
  rspec (3.13.0)
187
197
  rspec-core (~> 3.13.0)
188
198
  rspec-expectations (~> 3.13.0)
189
199
  rspec-mocks (~> 3.13.0)
190
- rspec-core (3.13.2)
200
+ rspec-core (3.13.3)
191
201
  rspec-support (~> 3.13.0)
192
202
  rspec-expectations (3.13.3)
193
203
  diff-lcs (>= 1.2.0, < 2.0)
@@ -206,41 +216,48 @@ GEM
206
216
  rspec-parameterized-table_syntax (1.0.1)
207
217
  binding_of_caller
208
218
  rspec-parameterized-core (< 2)
209
- rspec-support (3.13.1)
210
- rubocop (1.68.0)
219
+ rspec-support (3.13.2)
220
+ rubocop (1.74.0)
211
221
  json (~> 2.3)
212
- language_server-protocol (>= 3.17.0)
222
+ language_server-protocol (~> 3.17.0.2)
223
+ lint_roller (~> 1.1.0)
213
224
  parallel (~> 1.10)
214
225
  parser (>= 3.3.0.2)
215
226
  rainbow (>= 2.2.2, < 4.0)
216
- regexp_parser (>= 2.4, < 3.0)
217
- rubocop-ast (>= 1.32.2, < 2.0)
227
+ regexp_parser (>= 2.9.3, < 3.0)
228
+ rubocop-ast (>= 1.38.0, < 2.0)
218
229
  ruby-progressbar (~> 1.7)
219
- unicode-display_width (>= 2.4.0, < 3.0)
220
- rubocop-ast (1.34.0)
230
+ unicode-display_width (>= 2.4.0, < 4.0)
231
+ rubocop-ast (1.39.0)
221
232
  parser (>= 3.3.1.0)
222
- rubocop-rails (2.27.0)
233
+ rubocop-rails (2.30.3)
223
234
  activesupport (>= 4.2.0)
235
+ lint_roller (~> 1.1)
224
236
  rack (>= 1.1)
225
- rubocop (>= 1.52.0, < 2.0)
226
- rubocop-ast (>= 1.31.1, < 2.0)
227
- rubocop-rake (0.6.0)
228
- rubocop (~> 1.0)
229
- rubocop-rspec (3.2.0)
230
- rubocop (~> 1.61)
237
+ rubocop (>= 1.72.1, < 2.0)
238
+ rubocop-ast (>= 1.38.0, < 2.0)
239
+ rubocop-rake (0.7.1)
240
+ lint_roller (~> 1.1)
241
+ rubocop (>= 1.72.1)
242
+ rubocop-rspec (3.5.0)
243
+ lint_roller (~> 1.1)
244
+ rubocop (~> 1.72, >= 1.72.1)
231
245
  ruby-progressbar (1.13.0)
232
- securerandom (0.3.1)
233
- stringio (3.1.2)
246
+ securerandom (0.4.1)
247
+ stringio (3.1.5)
234
248
  thor (1.3.2)
235
- timeout (0.4.2)
249
+ timeout (0.4.3)
236
250
  tzinfo (2.0.6)
237
251
  concurrent-ruby (~> 1.0)
238
- unicode-display_width (2.6.0)
239
- unparser (0.6.15)
240
- diff-lcs (~> 1.3)
252
+ unicode-display_width (3.1.4)
253
+ unicode-emoji (~> 4.0, >= 4.0.4)
254
+ unicode-emoji (4.0.4)
255
+ unparser (0.7.0)
256
+ diff-lcs (~> 1.6)
241
257
  parser (>= 3.3.0)
242
- useragent (0.16.10)
243
- zeitwerk (2.7.1)
258
+ uri (1.0.3)
259
+ useragent (0.16.11)
260
+ zeitwerk (2.7.2)
244
261
 
245
262
  PLATFORMS
246
263
  aarch64-linux
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgObjects
4
- VERSION = '1.4.0'
4
+ VERSION = '1.4.1'
5
5
  end
data/pg_objects.gemspec CHANGED
@@ -43,13 +43,13 @@ Gem::Specification.new do |spec|
43
43
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
44
44
  spec.require_paths = ['lib']
45
45
 
46
- spec.add_dependency 'activerecord', '>= 6.1.7.0', '< 8'
46
+ spec.add_dependency 'activerecord', '>= 6.1.7.0', '< 9'
47
47
  spec.add_dependency 'dry-auto_inject', '~> 1'
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', '>= 1.5', '< 1.7'
52
- spec.add_dependency 'pg_query', '~> 5'
53
- spec.add_dependency 'railties', '>= 4', '< 8'
51
+ spec.add_dependency 'memery', '>= 1.5', '< 1.8'
52
+ spec.add_dependency 'pg_query', '>= 5', '< 7'
53
+ spec.add_dependency 'railties', '>= 4', '< 9'
54
54
  spec.add_dependency 'rake-hooks', '~> 1'
55
55
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_objects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-07 00:00:00.000000000 Z
10
+ date: 2025-03-18 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activerecord
@@ -19,7 +18,7 @@ dependencies:
19
18
  version: 6.1.7.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '8'
21
+ version: '9'
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +28,7 @@ dependencies:
29
28
  version: 6.1.7.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '8'
31
+ version: '9'
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: dry-auto_inject
35
34
  requirement: !ruby/object:Gem::Requirement
@@ -95,7 +94,7 @@ dependencies:
95
94
  version: '1.5'
96
95
  - - "<"
97
96
  - !ruby/object:Gem::Version
98
- version: '1.7'
97
+ version: '1.8'
99
98
  type: :runtime
100
99
  prerelease: false
101
100
  version_requirements: !ruby/object:Gem::Requirement
@@ -105,21 +104,27 @@ dependencies:
105
104
  version: '1.5'
106
105
  - - "<"
107
106
  - !ruby/object:Gem::Version
108
- version: '1.7'
107
+ version: '1.8'
109
108
  - !ruby/object:Gem::Dependency
110
109
  name: pg_query
111
110
  requirement: !ruby/object:Gem::Requirement
112
111
  requirements:
113
- - - "~>"
112
+ - - ">="
114
113
  - !ruby/object:Gem::Version
115
114
  version: '5'
115
+ - - "<"
116
+ - !ruby/object:Gem::Version
117
+ version: '7'
116
118
  type: :runtime
117
119
  prerelease: false
118
120
  version_requirements: !ruby/object:Gem::Requirement
119
121
  requirements:
120
- - - "~>"
122
+ - - ">="
121
123
  - !ruby/object:Gem::Version
122
124
  version: '5'
125
+ - - "<"
126
+ - !ruby/object:Gem::Version
127
+ version: '7'
123
128
  - !ruby/object:Gem::Dependency
124
129
  name: railties
125
130
  requirement: !ruby/object:Gem::Requirement
@@ -129,7 +134,7 @@ dependencies:
129
134
  version: '4'
130
135
  - - "<"
131
136
  - !ruby/object:Gem::Version
132
- version: '8'
137
+ version: '9'
133
138
  type: :runtime
134
139
  prerelease: false
135
140
  version_requirements: !ruby/object:Gem::Requirement
@@ -139,7 +144,7 @@ dependencies:
139
144
  version: '4'
140
145
  - - "<"
141
146
  - !ruby/object:Gem::Version
142
- version: '8'
147
+ version: '9'
143
148
  - !ruby/object:Gem::Dependency
144
149
  name: rake-hooks
145
150
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +159,6 @@ dependencies:
154
159
  - - "~>"
155
160
  - !ruby/object:Gem::Version
156
161
  version: '1'
157
- description:
158
162
  email:
159
163
  - denis.kiselyov@gmail.com
160
164
  executables: []
@@ -236,8 +240,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
240
  - !ruby/object:Gem::Version
237
241
  version: '0'
238
242
  requirements: []
239
- rubygems_version: 3.5.22
240
- signing_key:
243
+ rubygems_version: 3.6.2
241
244
  specification_version: 4
242
245
  summary: Simple manager for PostgreSQL objects like triggers and functions
243
246
  test_files: []
247
+ ...