pg_objects 1.3.2 → 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: 84a93b4e0bb0f3ce745ce1ec5759589fe564e1596a1cdd9f724326e5e3c8419a
4
- data.tar.gz: 58be4bb6776f72168c8cf300e2c66497bebfd2659ee4139bcfd7660dbe313c37
3
+ metadata.gz: 3aaa87ca33151fd35092b70ccb23a1014ad5c7fbdb6bb263f1a13ba37cc5776b
4
+ data.tar.gz: 326c6b9eeae87f0fcde3cfda3e613ac3d1ebe3735cd58a3d45ef49546845c026
5
5
  SHA512:
6
- metadata.gz: a866734e27e4bbbb6f3886f01967d35e01f98d10476ad4210e0d80c0c6fa95969952b4d156f7c6bd7a1e3d32a68b67f09e9f42d3de3815a48a9b755c232200ff
7
- data.tar.gz: 33cba9920622497fc7690a9b047d9d88a8742cb14aee1bf39fcbafc06866e13ab7f8e2f522141fef826d9a583087749ae3512c6cc1259217b12f9ce2d436e759
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.2)
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
57
  builder (3.3.0)
56
- bundler-audit (0.9.1)
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)
@@ -82,22 +84,22 @@ GEM
82
84
  erubi (1.13.0)
83
85
  faker (3.4.2)
84
86
  i18n (>= 1.8.11, < 2)
85
- google-protobuf (4.27.3)
87
+ google-protobuf (4.28.0)
86
88
  bigdecimal
87
89
  rake (>= 13)
88
- google-protobuf (4.27.3-aarch64-linux)
90
+ google-protobuf (4.28.0-aarch64-linux)
89
91
  bigdecimal
90
92
  rake (>= 13)
91
- google-protobuf (4.27.3-arm64-darwin)
93
+ google-protobuf (4.28.0-arm64-darwin)
92
94
  bigdecimal
93
95
  rake (>= 13)
94
- google-protobuf (4.27.3-x86-linux)
96
+ google-protobuf (4.28.0-x86-linux)
95
97
  bigdecimal
96
98
  rake (>= 13)
97
- google-protobuf (4.27.3-x86_64-darwin)
99
+ google-protobuf (4.28.0-x86_64-darwin)
98
100
  bigdecimal
99
101
  rake (>= 13)
100
- google-protobuf (4.27.3-x86_64-linux)
102
+ google-protobuf (4.28.0-x86_64-linux)
101
103
  bigdecimal
102
104
  rake (>= 13)
103
105
  i18n (1.14.5)
@@ -108,14 +110,14 @@ GEM
108
110
  reline (>= 0.4.2)
109
111
  json (2.7.2)
110
112
  language_server-protocol (3.17.0.3)
113
+ logger (1.6.0)
111
114
  loofah (2.22.0)
112
115
  crass (~> 1.0.2)
113
116
  nokogiri (>= 1.12.0)
114
117
  memery (1.5.0)
115
118
  ruby2_keywords (~> 0.0.2)
116
119
  method_source (1.1.0)
117
- minitest (5.24.1)
118
- mutex_m (0.2.0)
120
+ minitest (5.25.1)
119
121
  nokogiri (1.16.7-aarch64-linux)
120
122
  racc (~> 1.4)
121
123
  nokogiri (1.16.7-arm-linux)
@@ -128,8 +130,8 @@ GEM
128
130
  racc (~> 1.4)
129
131
  nokogiri (1.16.7-x86_64-linux)
130
132
  racc (~> 1.4)
131
- parallel (1.25.1)
132
- parser (3.3.4.0)
133
+ parallel (1.26.3)
134
+ parser (3.3.4.2)
133
135
  ast (~> 2.4.1)
134
136
  racc
135
137
  pg_query (5.1.0)
@@ -162,10 +164,10 @@ GEM
162
164
  rails-html-sanitizer (1.6.0)
163
165
  loofah (~> 2.21)
164
166
  nokogiri (~> 1.14)
165
- railties (7.1.3.4)
166
- actionpack (= 7.1.3.4)
167
- activesupport (= 7.1.3.4)
168
- irb
167
+ railties (7.2.1)
168
+ actionpack (= 7.2.1)
169
+ activesupport (= 7.2.1)
170
+ irb (~> 1.13)
169
171
  rackup (>= 1.0.0)
170
172
  rake (>= 12.2)
171
173
  thor (~> 1.0, >= 1.2.2)
@@ -179,7 +181,7 @@ GEM
179
181
  regexp_parser (2.9.2)
180
182
  reline (0.5.9)
181
183
  io-console (~> 0.5)
182
- rexml (3.3.4)
184
+ rexml (3.3.6)
183
185
  strscan
184
186
  rouge (4.3.0)
185
187
  rspec (3.13.0)
@@ -188,7 +190,7 @@ GEM
188
190
  rspec-mocks (~> 3.13.0)
189
191
  rspec-core (3.13.0)
190
192
  rspec-support (~> 3.13.0)
191
- rspec-expectations (3.13.1)
193
+ rspec-expectations (3.13.2)
192
194
  diff-lcs (>= 1.2.0, < 2.0)
193
195
  rspec-support (~> 3.13.0)
194
196
  rspec-mocks (3.13.1)
@@ -217,22 +219,23 @@ GEM
217
219
  rubocop-ast (>= 1.31.1, < 2.0)
218
220
  ruby-progressbar (~> 1.7)
219
221
  unicode-display_width (>= 2.4.0, < 3.0)
220
- rubocop-ast (1.31.3)
222
+ rubocop-ast (1.32.1)
221
223
  parser (>= 3.3.1.0)
222
- rubocop-rails (2.25.1)
224
+ rubocop-rails (2.26.0)
223
225
  activesupport (>= 4.2.0)
224
226
  rack (>= 1.1)
225
- rubocop (>= 1.33.0, < 2.0)
227
+ rubocop (>= 1.52.0, < 2.0)
226
228
  rubocop-ast (>= 1.31.1, < 2.0)
227
229
  rubocop-rake (0.6.0)
228
230
  rubocop (~> 1.0)
229
- rubocop-rspec (3.0.3)
231
+ rubocop-rspec (3.0.4)
230
232
  rubocop (~> 1.61)
231
233
  ruby-progressbar (1.13.0)
232
234
  ruby2_keywords (0.0.5)
235
+ securerandom (0.3.1)
233
236
  stringio (3.1.1)
234
237
  strscan (3.1.0)
235
- thor (1.3.1)
238
+ thor (1.3.2)
236
239
  timeout (0.4.1)
237
240
  tzinfo (2.0.6)
238
241
  concurrent-ruby (~> 1.0)
@@ -240,6 +243,7 @@ GEM
240
243
  unparser (0.6.15)
241
244
  diff-lcs (~> 1.3)
242
245
  parser (>= 3.3.0)
246
+ useragent (0.16.10)
243
247
  webrick (1.8.1)
244
248
  zeitwerk (2.6.17)
245
249
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgObjects
4
- VERSION = '1.3.2'
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.2
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-08-02 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.5.3
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