pg_objects 1.3.3 → 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: 3aaa87ca33151fd35092b70ccb23a1014ad5c7fbdb6bb263f1a13ba37cc5776b
4
- data.tar.gz: 326c6b9eeae87f0fcde3cfda3e613ac3d1ebe3735cd58a3d45ef49546845c026
3
+ metadata.gz: 7876197bbcea1da0085abd5c1b5a42b936e3ba1dea830cceffb9ee61bb5cfbf8
4
+ data.tar.gz: '015856d9a7960f2f44548248d3f7021e6284917e110910d7f5cab47fcd380507'
5
5
  SHA512:
6
- metadata.gz: cb31a4d8acd0914708bef445c7e863a3f5820d7af5e68cbf144e2270be6ddc9a210099f3fd3897007f976db5d09640fd54dda6b2ef470a87ffb32e37d1e7425a
7
- data.tar.gz: d70e80d51a745d9dbbede005d103c7c0cfc02f933b705053ae2836862533b72315ef297da13740281423e3236055b31974637e03471b5c70ab87376f437b9b9c
6
+ metadata.gz: 0bf29467aebdb71251e9e9b0c7978b6957566f888bc478c004f222a8ccb415c2b3313f5883c25d8fdb5eb0932881d079f0da62e3a04e951334fdad0947f7773f
7
+ data.tar.gz: 80a7a4e2383032f828aa002502a0ad85b8c02c50f9c7d8332de3d86d0b4001aae2d8c3c8deb99190cd56248539a158520ed02d5a3bedd42b05faac8bd893921d
@@ -15,7 +15,7 @@ jobs:
15
15
  - name: Set up Ruby
16
16
  uses: ruby/setup-ruby@v1
17
17
  with:
18
- ruby-version: '3.2.2'
18
+ ruby-version: '3.3.6'
19
19
  bundler-cache: true
20
20
 
21
21
  - name: Bundle audit
@@ -8,7 +8,7 @@ jobs:
8
8
  runs-on: ubuntu-latest
9
9
  strategy:
10
10
  matrix:
11
- ruby-version: ['3.1', '3.2', '3.3']
11
+ ruby-version: ['3.2', '3.3']
12
12
  steps:
13
13
  - name: Checkout
14
14
  uses: actions/checkout@v2
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.1
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,45 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (1.3.3)
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.0)
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.1)
19
- actionview (= 7.2.1)
20
- activesupport (= 7.2.1)
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.1)
30
- activesupport (= 7.2.1)
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.1)
36
- activesupport (= 7.2.1)
37
- activerecord (7.2.1)
38
- activemodel (= 7.2.1)
39
- activesupport (= 7.2.1)
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.1)
40
+ activesupport (8.0.2)
42
41
  base64
42
+ benchmark (>= 0.3)
43
43
  bigdecimal
44
44
  concurrent-ruby (~> 1.0, >= 1.3.1)
45
45
  connection_pool (>= 2.2.5)
@@ -49,9 +49,11 @@ GEM
49
49
  minitest (>= 5.1)
50
50
  securerandom (>= 0.3)
51
51
  tzinfo (~> 2.0, >= 2.0.5)
52
+ uri (>= 0.13.1)
52
53
  ast (2.4.2)
53
54
  base64 (0.2.0)
54
- bigdecimal (3.1.8)
55
+ benchmark (0.4.0)
56
+ bigdecimal (3.1.9)
55
57
  binding_of_caller (1.0.1)
56
58
  debug_inspector (>= 1.2.0)
57
59
  builder (3.3.0)
@@ -60,82 +62,90 @@ GEM
60
62
  thor (~> 1.0)
61
63
  byebug (11.1.3)
62
64
  coderay (1.1.3)
63
- concurrent-ruby (1.3.4)
64
- connection_pool (2.4.1)
65
+ concurrent-ruby (1.3.5)
66
+ connection_pool (2.5.0)
65
67
  crass (1.0.6)
68
+ date (3.4.1)
66
69
  debug_inspector (1.2.0)
67
- diff-lcs (1.5.1)
70
+ diff-lcs (1.6.0)
68
71
  drb (2.2.1)
69
- dry-auto_inject (1.0.1)
70
- dry-core (~> 1.0)
72
+ dry-auto_inject (1.1.0)
73
+ dry-core (~> 1.1)
71
74
  zeitwerk (~> 2.6)
72
- dry-configurable (1.2.0)
73
- dry-core (~> 1.0, < 2)
75
+ dry-configurable (1.3.0)
76
+ dry-core (~> 1.1)
74
77
  zeitwerk (~> 2.6)
75
78
  dry-container (0.11.0)
76
79
  concurrent-ruby (~> 1.0)
77
- dry-core (1.0.1)
80
+ dry-core (1.1.0)
78
81
  concurrent-ruby (~> 1.0)
82
+ logger
79
83
  zeitwerk (~> 2.6)
80
- dry-monads (1.6.0)
84
+ dry-monads (1.8.2)
81
85
  concurrent-ruby (~> 1.0)
82
- dry-core (~> 1.0, < 2)
86
+ dry-core (~> 1.1)
83
87
  zeitwerk (~> 2.6)
84
- erubi (1.13.0)
85
- faker (3.4.2)
88
+ erubi (1.13.1)
89
+ faker (3.5.1)
86
90
  i18n (>= 1.8.11, < 2)
87
- google-protobuf (4.28.0)
91
+ google-protobuf (4.30.1)
88
92
  bigdecimal
89
93
  rake (>= 13)
90
- google-protobuf (4.28.0-aarch64-linux)
94
+ google-protobuf (4.30.1-aarch64-linux)
91
95
  bigdecimal
92
96
  rake (>= 13)
93
- google-protobuf (4.28.0-arm64-darwin)
97
+ google-protobuf (4.30.1-arm64-darwin)
94
98
  bigdecimal
95
99
  rake (>= 13)
96
- google-protobuf (4.28.0-x86-linux)
100
+ google-protobuf (4.30.1-x86-linux)
97
101
  bigdecimal
98
102
  rake (>= 13)
99
- google-protobuf (4.28.0-x86_64-darwin)
103
+ google-protobuf (4.30.1-x86_64-darwin)
100
104
  bigdecimal
101
105
  rake (>= 13)
102
- google-protobuf (4.28.0-x86_64-linux)
106
+ google-protobuf (4.30.1-x86_64-linux)
103
107
  bigdecimal
104
108
  rake (>= 13)
105
- i18n (1.14.5)
109
+ i18n (1.14.7)
106
110
  concurrent-ruby (~> 1.0)
107
- io-console (0.7.2)
108
- irb (1.14.0)
111
+ io-console (0.8.0)
112
+ irb (1.15.1)
113
+ pp (>= 0.6.0)
109
114
  rdoc (>= 4.0.0)
110
115
  reline (>= 0.4.2)
111
- json (2.7.2)
112
- language_server-protocol (3.17.0.3)
113
- logger (1.6.0)
114
- loofah (2.22.0)
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)
115
121
  crass (~> 1.0.2)
116
122
  nokogiri (>= 1.12.0)
117
- memery (1.5.0)
118
- ruby2_keywords (~> 0.0.2)
123
+ memery (1.7.0)
119
124
  method_source (1.1.0)
120
- minitest (5.25.1)
121
- 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)
122
129
  racc (~> 1.4)
123
- nokogiri (1.16.7-arm-linux)
130
+ nokogiri (1.18.4-aarch64-linux-gnu)
124
131
  racc (~> 1.4)
125
- nokogiri (1.16.7-arm64-darwin)
132
+ nokogiri (1.18.4-arm-linux-gnu)
126
133
  racc (~> 1.4)
127
- nokogiri (1.16.7-x86-linux)
134
+ nokogiri (1.18.4-arm64-darwin)
128
135
  racc (~> 1.4)
129
- nokogiri (1.16.7-x86_64-darwin)
136
+ nokogiri (1.18.4-x86_64-darwin)
130
137
  racc (~> 1.4)
131
- nokogiri (1.16.7-x86_64-linux)
138
+ nokogiri (1.18.4-x86_64-linux-gnu)
132
139
  racc (~> 1.4)
133
140
  parallel (1.26.3)
134
- parser (3.3.4.2)
141
+ parser (3.3.7.1)
135
142
  ast (~> 2.4.1)
136
143
  racc
137
- pg_query (5.1.0)
138
- 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)
139
149
  proc_to_ast (0.2.0)
140
150
  parser
141
151
  rouge
@@ -146,27 +156,28 @@ GEM
146
156
  pry-byebug (3.10.1)
147
157
  byebug (~> 11.0)
148
158
  pry (>= 0.13, < 0.15)
149
- psych (5.1.2)
159
+ psych (5.2.3)
160
+ date
150
161
  stringio
151
162
  racc (1.8.1)
152
- rack (3.1.7)
153
- rack-session (2.0.0)
163
+ rack (3.1.12)
164
+ rack-session (2.1.0)
165
+ base64 (>= 0.1.0)
154
166
  rack (>= 3.0.0)
155
- rack-test (2.1.0)
167
+ rack-test (2.2.0)
156
168
  rack (>= 1.3)
157
- rackup (2.1.0)
169
+ rackup (2.2.1)
158
170
  rack (>= 3)
159
- webrick (~> 1.8)
160
171
  rails-dom-testing (2.2.0)
161
172
  activesupport (>= 5.0.0)
162
173
  minitest
163
174
  nokogiri (>= 1.6)
164
- rails-html-sanitizer (1.6.0)
175
+ rails-html-sanitizer (1.6.2)
165
176
  loofah (~> 2.21)
166
- nokogiri (~> 1.14)
167
- railties (7.2.1)
168
- actionpack (= 7.2.1)
169
- activesupport (= 7.2.1)
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)
170
181
  irb (~> 1.13)
171
182
  rackup (>= 1.0.0)
172
183
  rake (>= 12.2)
@@ -176,24 +187,22 @@ GEM
176
187
  rake (13.2.1)
177
188
  rake-hooks (1.2.3)
178
189
  rake
179
- rdoc (6.7.0)
190
+ rdoc (6.12.0)
180
191
  psych (>= 4.0.0)
181
- regexp_parser (2.9.2)
182
- reline (0.5.9)
192
+ regexp_parser (2.10.0)
193
+ reline (0.6.0)
183
194
  io-console (~> 0.5)
184
- rexml (3.3.6)
185
- strscan
186
- rouge (4.3.0)
195
+ rouge (4.5.1)
187
196
  rspec (3.13.0)
188
197
  rspec-core (~> 3.13.0)
189
198
  rspec-expectations (~> 3.13.0)
190
199
  rspec-mocks (~> 3.13.0)
191
- rspec-core (3.13.0)
200
+ rspec-core (3.13.3)
192
201
  rspec-support (~> 3.13.0)
193
- rspec-expectations (3.13.2)
202
+ rspec-expectations (3.13.3)
194
203
  diff-lcs (>= 1.2.0, < 2.0)
195
204
  rspec-support (~> 3.13.0)
196
- rspec-mocks (3.13.1)
205
+ rspec-mocks (3.13.2)
197
206
  diff-lcs (>= 1.2.0, < 2.0)
198
207
  rspec-support (~> 3.13.0)
199
208
  rspec-parameterized (1.0.2)
@@ -207,45 +216,48 @@ GEM
207
216
  rspec-parameterized-table_syntax (1.0.1)
208
217
  binding_of_caller
209
218
  rspec-parameterized-core (< 2)
210
- rspec-support (3.13.1)
211
- rubocop (1.65.1)
219
+ rspec-support (3.13.2)
220
+ rubocop (1.74.0)
212
221
  json (~> 2.3)
213
- language_server-protocol (>= 3.17.0)
222
+ language_server-protocol (~> 3.17.0.2)
223
+ lint_roller (~> 1.1.0)
214
224
  parallel (~> 1.10)
215
225
  parser (>= 3.3.0.2)
216
226
  rainbow (>= 2.2.2, < 4.0)
217
- regexp_parser (>= 2.4, < 3.0)
218
- rexml (>= 3.2.5, < 4.0)
219
- rubocop-ast (>= 1.31.1, < 2.0)
227
+ regexp_parser (>= 2.9.3, < 3.0)
228
+ rubocop-ast (>= 1.38.0, < 2.0)
220
229
  ruby-progressbar (~> 1.7)
221
- unicode-display_width (>= 2.4.0, < 3.0)
222
- rubocop-ast (1.32.1)
230
+ unicode-display_width (>= 2.4.0, < 4.0)
231
+ rubocop-ast (1.39.0)
223
232
  parser (>= 3.3.1.0)
224
- rubocop-rails (2.26.0)
233
+ rubocop-rails (2.30.3)
225
234
  activesupport (>= 4.2.0)
235
+ lint_roller (~> 1.1)
226
236
  rack (>= 1.1)
227
- rubocop (>= 1.52.0, < 2.0)
228
- rubocop-ast (>= 1.31.1, < 2.0)
229
- rubocop-rake (0.6.0)
230
- rubocop (~> 1.0)
231
- rubocop-rspec (3.0.4)
232
- 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)
233
245
  ruby-progressbar (1.13.0)
234
- ruby2_keywords (0.0.5)
235
- securerandom (0.3.1)
236
- stringio (3.1.1)
237
- strscan (3.1.0)
246
+ securerandom (0.4.1)
247
+ stringio (3.1.5)
238
248
  thor (1.3.2)
239
- timeout (0.4.1)
249
+ timeout (0.4.3)
240
250
  tzinfo (2.0.6)
241
251
  concurrent-ruby (~> 1.0)
242
- unicode-display_width (2.5.0)
243
- unparser (0.6.15)
244
- 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)
245
257
  parser (>= 3.3.0)
246
- useragent (0.16.10)
247
- webrick (1.8.1)
248
- zeitwerk (2.6.17)
258
+ uri (1.0.3)
259
+ useragent (0.16.11)
260
+ zeitwerk (2.7.2)
249
261
 
250
262
  PLATFORMS
251
263
  aarch64-linux
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgObjects
4
- VERSION = '1.3.3'
4
+ VERSION = '1.4.1'
5
5
  end
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.1.0'
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',
@@ -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.0'
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.3.3
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-08-30 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
@@ -90,30 +89,42 @@ dependencies:
90
89
  name: memery
91
90
  requirement: !ruby/object:Gem::Requirement
92
91
  requirements:
93
- - - "~>"
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ version: '1.5'
95
+ - - "<"
94
96
  - !ruby/object:Gem::Version
95
- version: 1.5.0
97
+ version: '1.8'
96
98
  type: :runtime
97
99
  prerelease: false
98
100
  version_requirements: !ruby/object:Gem::Requirement
99
101
  requirements:
100
- - - "~>"
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: '1.5'
105
+ - - "<"
101
106
  - !ruby/object:Gem::Version
102
- version: 1.5.0
107
+ version: '1.8'
103
108
  - !ruby/object:Gem::Dependency
104
109
  name: pg_query
105
110
  requirement: !ruby/object:Gem::Requirement
106
111
  requirements:
107
- - - "~>"
112
+ - - ">="
108
113
  - !ruby/object:Gem::Version
109
114
  version: '5'
115
+ - - "<"
116
+ - !ruby/object:Gem::Version
117
+ version: '7'
110
118
  type: :runtime
111
119
  prerelease: false
112
120
  version_requirements: !ruby/object:Gem::Requirement
113
121
  requirements:
114
- - - "~>"
122
+ - - ">="
115
123
  - !ruby/object:Gem::Version
116
124
  version: '5'
125
+ - - "<"
126
+ - !ruby/object:Gem::Version
127
+ version: '7'
117
128
  - !ruby/object:Gem::Dependency
118
129
  name: railties
119
130
  requirement: !ruby/object:Gem::Requirement
@@ -123,7 +134,7 @@ dependencies:
123
134
  version: '4'
124
135
  - - "<"
125
136
  - !ruby/object:Gem::Version
126
- version: '8'
137
+ version: '9'
127
138
  type: :runtime
128
139
  prerelease: false
129
140
  version_requirements: !ruby/object:Gem::Requirement
@@ -133,7 +144,7 @@ dependencies:
133
144
  version: '4'
134
145
  - - "<"
135
146
  - !ruby/object:Gem::Version
136
- version: '8'
147
+ version: '9'
137
148
  - !ruby/object:Gem::Dependency
138
149
  name: rake-hooks
139
150
  requirement: !ruby/object:Gem::Requirement
@@ -148,7 +159,6 @@ dependencies:
148
159
  - - "~>"
149
160
  - !ruby/object:Gem::Version
150
161
  version: '1'
151
- description:
152
162
  email:
153
163
  - denis.kiselyov@gmail.com
154
164
  executables: []
@@ -223,15 +233,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
223
233
  requirements:
224
234
  - - ">="
225
235
  - !ruby/object:Gem::Version
226
- version: 3.1.0
236
+ version: 3.2.0
227
237
  required_rubygems_version: !ruby/object:Gem::Requirement
228
238
  requirements:
229
239
  - - ">="
230
240
  - !ruby/object:Gem::Version
231
241
  version: '0'
232
242
  requirements: []
233
- rubygems_version: 3.5.11
234
- signing_key:
243
+ rubygems_version: 3.6.2
235
244
  specification_version: 4
236
245
  summary: Simple manager for PostgreSQL objects like triggers and functions
237
246
  test_files: []
247
+ ...