pg_objects 1.3.1 → 1.3.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: 46968edaefe0dd460b86f65907df0da5e698f775713d2174ee3f353ed844ce78
4
- data.tar.gz: c5e7a825fba2451b16369e6690114e9a7d9bee79d3ccf76b448ee06dc0c02ee7
3
+ metadata.gz: 3aaa87ca33151fd35092b70ccb23a1014ad5c7fbdb6bb263f1a13ba37cc5776b
4
+ data.tar.gz: 326c6b9eeae87f0fcde3cfda3e613ac3d1ebe3735cd58a3d45ef49546845c026
5
5
  SHA512:
6
- metadata.gz: 3b22eba8c6739aa46603b1226aa22d8a44b032c9ba64546c52c84b9bdd3ff84abd519029bdb1d4d1360a8dd8cfa755c661f6a68da0d6b53f62f0e00bbe7ad76b
7
- data.tar.gz: d1219118bf8574b91372554594d7cd36afc7dc7771d6e0ded70764e2db92f0a221093f5a0ba4321d6c6ada7dfb491e6e37ff12c3d305d2f6ece13e8c4d21cbcc
6
+ metadata.gz: cb31a4d8acd0914708bef445c7e863a3f5820d7af5e68cbf144e2270be6ddc9a210099f3fd3897007f976db5d09640fd54dda6b2ef470a87ffb32e37d1e7425a
7
+ data.tar.gz: d70e80d51a745d9dbbede005d103c7c0cfc02f933b705053ae2836862533b72315ef297da13740281423e3236055b31974637e03471b5c70ab87376f437b9b9c
@@ -0,0 +1,25 @@
1
+ name: Build and Publish Gem
2
+
3
+ on:
4
+ release:
5
+ types: [published]
6
+
7
+ jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+
11
+ permissions:
12
+ contents: write
13
+ id-token: write
14
+
15
+ steps:
16
+ # Set up
17
+ - uses: actions/checkout@v4
18
+ - name: Set up Ruby
19
+ uses: ruby/setup-ruby@v1
20
+ with:
21
+ bundler-cache: true
22
+ ruby-version: ruby
23
+
24
+ # Release
25
+ - uses: rubygems/release-gem@v1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (1.3.1)
4
+ pg_objects (1.3.3)
5
5
  activerecord (>= 6.1.7.0, < 8)
6
6
  dry-auto_inject (~> 1)
7
7
  dry-configurable (~> 1)
@@ -15,50 +15,52 @@ PATH
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
- actionpack (7.1.3.4)
19
- actionview (= 7.1.3.4)
20
- activesupport (= 7.1.3.4)
18
+ actionpack (7.2.1)
19
+ actionview (= 7.2.1)
20
+ activesupport (= 7.2.1)
21
21
  nokogiri (>= 1.8.5)
22
22
  racc
23
- rack (>= 2.2.4)
23
+ rack (>= 2.2.4, < 3.2)
24
24
  rack-session (>= 1.0.1)
25
25
  rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.2)
27
27
  rails-html-sanitizer (~> 1.6)
28
- actionview (7.1.3.4)
29
- activesupport (= 7.1.3.4)
28
+ useragent (~> 0.16)
29
+ actionview (7.2.1)
30
+ activesupport (= 7.2.1)
30
31
  builder (~> 3.1)
31
32
  erubi (~> 1.11)
32
33
  rails-dom-testing (~> 2.2)
33
34
  rails-html-sanitizer (~> 1.6)
34
- activemodel (7.1.3.4)
35
- activesupport (= 7.1.3.4)
36
- activerecord (7.1.3.4)
37
- activemodel (= 7.1.3.4)
38
- activesupport (= 7.1.3.4)
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)
39
40
  timeout (>= 0.4.0)
40
- activesupport (7.1.3.4)
41
+ activesupport (7.2.1)
41
42
  base64
42
43
  bigdecimal
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ concurrent-ruby (~> 1.0, >= 1.3.1)
44
45
  connection_pool (>= 2.2.5)
45
46
  drb
46
47
  i18n (>= 1.6, < 2)
48
+ logger (>= 1.4.2)
47
49
  minitest (>= 5.1)
48
- mutex_m
49
- tzinfo (~> 2.0)
50
+ securerandom (>= 0.3)
51
+ tzinfo (~> 2.0, >= 2.0.5)
50
52
  ast (2.4.2)
51
53
  base64 (0.2.0)
52
54
  bigdecimal (3.1.8)
53
55
  binding_of_caller (1.0.1)
54
56
  debug_inspector (>= 1.2.0)
55
- builder (3.2.4)
56
- bundler-audit (0.9.1)
57
+ builder (3.3.0)
58
+ bundler-audit (0.9.2)
57
59
  bundler (>= 1.2.0, < 3)
58
60
  thor (~> 1.0)
59
61
  byebug (11.1.3)
60
62
  coderay (1.1.3)
61
- concurrent-ruby (1.3.3)
63
+ concurrent-ruby (1.3.4)
62
64
  connection_pool (2.4.1)
63
65
  crass (1.0.6)
64
66
  debug_inspector (1.2.0)
@@ -79,52 +81,64 @@ GEM
79
81
  concurrent-ruby (~> 1.0)
80
82
  dry-core (~> 1.0, < 2)
81
83
  zeitwerk (~> 2.6)
82
- erubi (1.12.0)
83
- faker (3.4.1)
84
+ erubi (1.13.0)
85
+ faker (3.4.2)
84
86
  i18n (>= 1.8.11, < 2)
85
- google-protobuf (3.25.3)
86
- google-protobuf (3.25.3-aarch64-linux)
87
- google-protobuf (3.25.3-arm64-darwin)
88
- google-protobuf (3.25.3-x86-linux)
89
- google-protobuf (3.25.3-x86_64-darwin)
90
- google-protobuf (3.25.3-x86_64-linux)
87
+ google-protobuf (4.28.0)
88
+ bigdecimal
89
+ rake (>= 13)
90
+ google-protobuf (4.28.0-aarch64-linux)
91
+ bigdecimal
92
+ rake (>= 13)
93
+ google-protobuf (4.28.0-arm64-darwin)
94
+ bigdecimal
95
+ rake (>= 13)
96
+ google-protobuf (4.28.0-x86-linux)
97
+ bigdecimal
98
+ rake (>= 13)
99
+ google-protobuf (4.28.0-x86_64-darwin)
100
+ bigdecimal
101
+ rake (>= 13)
102
+ google-protobuf (4.28.0-x86_64-linux)
103
+ bigdecimal
104
+ rake (>= 13)
91
105
  i18n (1.14.5)
92
106
  concurrent-ruby (~> 1.0)
93
107
  io-console (0.7.2)
94
- irb (1.13.1)
108
+ irb (1.14.0)
95
109
  rdoc (>= 4.0.0)
96
110
  reline (>= 0.4.2)
97
111
  json (2.7.2)
98
112
  language_server-protocol (3.17.0.3)
113
+ logger (1.6.0)
99
114
  loofah (2.22.0)
100
115
  crass (~> 1.0.2)
101
116
  nokogiri (>= 1.12.0)
102
117
  memery (1.5.0)
103
118
  ruby2_keywords (~> 0.0.2)
104
- method_source (1.0.0)
105
- minitest (5.24.1)
106
- mutex_m (0.2.0)
107
- nokogiri (1.16.5-aarch64-linux)
119
+ method_source (1.1.0)
120
+ minitest (5.25.1)
121
+ nokogiri (1.16.7-aarch64-linux)
108
122
  racc (~> 1.4)
109
- nokogiri (1.16.5-arm-linux)
123
+ nokogiri (1.16.7-arm-linux)
110
124
  racc (~> 1.4)
111
- nokogiri (1.16.5-arm64-darwin)
125
+ nokogiri (1.16.7-arm64-darwin)
112
126
  racc (~> 1.4)
113
- nokogiri (1.16.5-x86-linux)
127
+ nokogiri (1.16.7-x86-linux)
114
128
  racc (~> 1.4)
115
- nokogiri (1.16.5-x86_64-darwin)
129
+ nokogiri (1.16.7-x86_64-darwin)
116
130
  racc (~> 1.4)
117
- nokogiri (1.16.5-x86_64-linux)
131
+ nokogiri (1.16.7-x86_64-linux)
118
132
  racc (~> 1.4)
119
- parallel (1.25.1)
120
- parser (3.3.4.0)
133
+ parallel (1.26.3)
134
+ parser (3.3.4.2)
121
135
  ast (~> 2.4.1)
122
136
  racc
123
137
  pg_query (5.1.0)
124
138
  google-protobuf (>= 3.22.3)
125
- proc_to_ast (0.1.0)
126
- coderay
139
+ proc_to_ast (0.2.0)
127
140
  parser
141
+ rouge
128
142
  unparser
129
143
  pry (0.14.2)
130
144
  coderay (~> 1.1)
@@ -134,8 +148,8 @@ GEM
134
148
  pry (>= 0.13, < 0.15)
135
149
  psych (5.1.2)
136
150
  stringio
137
- racc (1.8.0)
138
- rack (3.1.6)
151
+ racc (1.8.1)
152
+ rack (3.1.7)
139
153
  rack-session (2.0.0)
140
154
  rack (>= 3.0.0)
141
155
  rack-test (2.1.0)
@@ -150,10 +164,10 @@ GEM
150
164
  rails-html-sanitizer (1.6.0)
151
165
  loofah (~> 2.21)
152
166
  nokogiri (~> 1.14)
153
- railties (7.1.3.4)
154
- actionpack (= 7.1.3.4)
155
- activesupport (= 7.1.3.4)
156
- irb
167
+ railties (7.2.1)
168
+ actionpack (= 7.2.1)
169
+ activesupport (= 7.2.1)
170
+ irb (~> 1.13)
157
171
  rackup (>= 1.0.0)
158
172
  rake (>= 12.2)
159
173
  thor (~> 1.0, >= 1.2.2)
@@ -162,38 +176,39 @@ GEM
162
176
  rake (13.2.1)
163
177
  rake-hooks (1.2.3)
164
178
  rake
165
- rdoc (6.6.3.1)
179
+ rdoc (6.7.0)
166
180
  psych (>= 4.0.0)
167
181
  regexp_parser (2.9.2)
168
- reline (0.5.7)
182
+ reline (0.5.9)
169
183
  io-console (~> 0.5)
170
- rexml (3.3.2)
184
+ rexml (3.3.6)
171
185
  strscan
186
+ rouge (4.3.0)
172
187
  rspec (3.13.0)
173
188
  rspec-core (~> 3.13.0)
174
189
  rspec-expectations (~> 3.13.0)
175
190
  rspec-mocks (~> 3.13.0)
176
191
  rspec-core (3.13.0)
177
192
  rspec-support (~> 3.13.0)
178
- rspec-expectations (3.13.0)
193
+ rspec-expectations (3.13.2)
179
194
  diff-lcs (>= 1.2.0, < 2.0)
180
195
  rspec-support (~> 3.13.0)
181
- rspec-mocks (3.13.0)
196
+ rspec-mocks (3.13.1)
182
197
  diff-lcs (>= 1.2.0, < 2.0)
183
198
  rspec-support (~> 3.13.0)
184
199
  rspec-parameterized (1.0.2)
185
200
  rspec-parameterized-core (< 2)
186
201
  rspec-parameterized-table_syntax (< 2)
187
- rspec-parameterized-core (1.0.0)
202
+ rspec-parameterized-core (1.0.1)
188
203
  parser
189
- proc_to_ast
204
+ proc_to_ast (>= 0.2.0)
190
205
  rspec (>= 2.13, < 4)
191
206
  unparser
192
207
  rspec-parameterized-table_syntax (1.0.1)
193
208
  binding_of_caller
194
209
  rspec-parameterized-core (< 2)
195
210
  rspec-support (3.13.1)
196
- rubocop (1.65.0)
211
+ rubocop (1.65.1)
197
212
  json (~> 2.3)
198
213
  language_server-protocol (>= 3.17.0)
199
214
  parallel (~> 1.10)
@@ -204,31 +219,33 @@ GEM
204
219
  rubocop-ast (>= 1.31.1, < 2.0)
205
220
  ruby-progressbar (~> 1.7)
206
221
  unicode-display_width (>= 2.4.0, < 3.0)
207
- rubocop-ast (1.31.3)
222
+ rubocop-ast (1.32.1)
208
223
  parser (>= 3.3.1.0)
209
- rubocop-rails (2.25.1)
224
+ rubocop-rails (2.26.0)
210
225
  activesupport (>= 4.2.0)
211
226
  rack (>= 1.1)
212
- rubocop (>= 1.33.0, < 2.0)
227
+ rubocop (>= 1.52.0, < 2.0)
213
228
  rubocop-ast (>= 1.31.1, < 2.0)
214
229
  rubocop-rake (0.6.0)
215
230
  rubocop (~> 1.0)
216
- rubocop-rspec (3.0.3)
231
+ rubocop-rspec (3.0.4)
217
232
  rubocop (~> 1.61)
218
233
  ruby-progressbar (1.13.0)
219
234
  ruby2_keywords (0.0.5)
220
- stringio (3.1.0)
235
+ securerandom (0.3.1)
236
+ stringio (3.1.1)
221
237
  strscan (3.1.0)
222
- thor (1.3.1)
238
+ thor (1.3.2)
223
239
  timeout (0.4.1)
224
240
  tzinfo (2.0.6)
225
241
  concurrent-ruby (~> 1.0)
226
242
  unicode-display_width (2.5.0)
227
- unparser (0.6.13)
243
+ unparser (0.6.15)
228
244
  diff-lcs (~> 1.3)
229
245
  parser (>= 3.3.0)
246
+ useragent (0.16.10)
230
247
  webrick (1.8.1)
231
- zeitwerk (2.6.16)
248
+ zeitwerk (2.6.17)
232
249
 
233
250
  PLATFORMS
234
251
  aarch64-linux
@@ -253,4 +270,4 @@ DEPENDENCIES
253
270
  rubocop-rspec
254
271
 
255
272
  BUNDLED WITH
256
- 2.5.5
273
+ 2.5.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgObjects
4
- VERSION = '1.3.1'
4
+ VERSION = '1.3.3'
5
5
  end
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.3.1
4
+ version: 1.3.3
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-07-22 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -158,6 +158,7 @@ files:
158
158
  - ".github/dependabot.yml"
159
159
  - ".github/workflows/bundle_audit.yml"
160
160
  - ".github/workflows/ci.yml"
161
+ - ".github/workflows/publish.yml"
161
162
  - ".gitignore"
162
163
  - ".rspec"
163
164
  - ".rubocop.yml"
@@ -229,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
229
230
  - !ruby/object:Gem::Version
230
231
  version: '0'
231
232
  requirements: []
232
- rubygems_version: 3.4.10
233
+ rubygems_version: 3.5.11
233
234
  signing_key:
234
235
  specification_version: 4
235
236
  summary: Simple manager for PostgreSQL objects like triggers and functions