umbrellio-sequel-plugins 0.16.0.211 → 0.16.0.234

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8437b559acd9c459729c79bc592d63ffc84d044d4447197957f946372eef5419
4
- data.tar.gz: 0da24c3ebe5272fab1563c702fd827cb366d285362f375c69f912825f21c5b02
3
+ metadata.gz: 5f749e84c0e331c206984e2d33819d19597c430877539c0af20499fe4cedd01d
4
+ data.tar.gz: ae9a6f15597df644ec48f901832048b14c17832ed714054ae3032478180cc23e
5
5
  SHA512:
6
- metadata.gz: 0f1389f354a0b0952534154a1e206f0698c5e3d365270cb87fca37de7cfe1886fa363ecdb8942c62b6fba9d28b79e0d6377d85d8c1982acc3ce5754d46a00d95
7
- data.tar.gz: 9d9d419fcf3b5e67c76b7e57614d79528deb3613c9df3ea9fe9941c20024ba05a40f563fc4cacbbbcc44ec21a09979004255ed48eb8726bfe348f75635800e1d
6
+ metadata.gz: 4cfc104d6534cc48a43f60b7c3cdf1856cdb96d6fcb3a8719a48252969aa1c564c27414c101f5d669adbc3887e82ea3e59b61cc38b063f5e95edd0ce7f8f6ce1
7
+ data.tar.gz: f4a15f0828e7a12c618aed55884c953e558247ac7e14f0b31aa9b1ed37a5c09805076efd3e7c105d019e74cf498c7746bec21df98e2afa75e890bd3d2ebea690
@@ -49,19 +49,26 @@ jobs:
49
49
  with:
50
50
  github-token: ${{ secrets.GITHUB_TOKEN }}
51
51
 
52
- deploy:
52
+ release-gem:
53
53
  runs-on: ubuntu-latest
54
54
 
55
- environment: Deploy
55
+ permissions:
56
+ id-token: write
57
+ contents: write
58
+
59
+ env:
60
+ PUBLISH_JOB: true
56
61
 
57
62
  # Run on push to master branch
58
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
63
+ # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
64
+ if: github.event_name == 'push'
59
65
 
60
66
  steps:
61
- - uses: actions/checkout@v3
67
+ - uses: actions/checkout@v4
62
68
 
63
- - uses: umbrellio/publish-ruby-gem-action@v1.0.4
69
+ - uses: ruby/setup-ruby@v1
64
70
  with:
65
- api-key: ${{ secrets.RUBYGEMS_API_KEY }}
66
- env:
67
- PUBLISH_JOB: true
71
+ ruby-version: ruby
72
+ bundler-cache: true
73
+
74
+ - uses: rubygems/release-gem@v1
data/.gitignore CHANGED
@@ -12,3 +12,4 @@
12
12
 
13
13
  log
14
14
  *.gemspec
15
+ Gemfile.lock
data/Gemfile CHANGED
@@ -4,13 +4,13 @@ source "https://rubygems.org"
4
4
 
5
5
  gemspec
6
6
 
7
- gem "async", "1.31.0" # TODO: Remove version binding after Ruby 2.7 and 3.0 support drop.
8
- gem "money"
9
- gem "pg"
10
- gem "pry"
11
- gem "rake"
12
- gem "rspec"
13
- gem "rubocop-config-umbrellio"
14
- gem "simplecov"
15
- gem "simplecov-lcov"
16
- gem "symbiont-ruby"
7
+ gem "async", "~> 1.31.0"
8
+ gem "money", "~> 6.19.0"
9
+ gem "pg", "~> 1.5.7"
10
+ gem "pry", "~> 0.14.2"
11
+ gem "rake", "~> 13.2.1"
12
+ gem "rspec", "~> 3.13.0"
13
+ gem "rubocop-config-umbrellio", "~> 1.63.0.93"
14
+ gem "simplecov", "~> 0.22.0"
15
+ gem "simplecov-lcov", "~> 0.8.0"
16
+ gem "symbiont-ruby", "~> 0.7.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: umbrellio-sequel-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0.211
4
+ version: 0.16.0.234
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Umbrellio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-05 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel
@@ -37,7 +37,6 @@ files:
37
37
  - ".rubocop.yml"
38
38
  - CHANGELOG.md
39
39
  - Gemfile
40
- - Gemfile.lock
41
40
  - LICENSE
42
41
  - README.md
43
42
  - Rakefile
@@ -91,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
90
  - !ruby/object:Gem::Version
92
91
  version: '0'
93
92
  requirements: []
94
- rubygems_version: 3.3.5
93
+ rubygems_version: 3.5.16
95
94
  signing_key:
96
95
  specification_version: 4
97
96
  summary: Sequel plugins
data/Gemfile.lock DELETED
@@ -1,153 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- umbrellio-sequel-plugins (0.16.0)
5
- sequel
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activesupport (7.1.4)
11
- base64
12
- bigdecimal
13
- concurrent-ruby (~> 1.0, >= 1.0.2)
14
- connection_pool (>= 2.2.5)
15
- drb
16
- i18n (>= 1.6, < 2)
17
- minitest (>= 5.1)
18
- mutex_m
19
- tzinfo (~> 2.0)
20
- ast (2.4.2)
21
- async (1.31.0)
22
- console (~> 1.10)
23
- nio4r (~> 2.3)
24
- timers (~> 4.1)
25
- base64 (0.2.0)
26
- bigdecimal (3.1.8)
27
- coderay (1.1.3)
28
- concurrent-ruby (1.3.4)
29
- connection_pool (2.4.1)
30
- console (1.24.0)
31
- fiber-annotation
32
- fiber-local
33
- json
34
- diff-lcs (1.5.1)
35
- docile (1.4.1)
36
- drb (2.2.1)
37
- fiber-annotation (0.2.0)
38
- fiber-local (1.0.0)
39
- i18n (1.14.5)
40
- concurrent-ruby (~> 1.0)
41
- json (2.7.2)
42
- language_server-protocol (3.17.0.3)
43
- method_source (1.1.0)
44
- minitest (5.25.1)
45
- money (6.19.0)
46
- i18n (>= 0.6.4, <= 2)
47
- mutex_m (0.2.0)
48
- nio4r (2.7.3)
49
- parallel (1.26.3)
50
- parser (3.3.5.0)
51
- ast (~> 2.4.1)
52
- racc
53
- pg (1.5.7)
54
- pry (0.14.2)
55
- coderay (~> 1.1)
56
- method_source (~> 1.0)
57
- racc (1.8.1)
58
- rack (3.1.7)
59
- rainbow (3.1.1)
60
- rake (13.2.1)
61
- regexp_parser (2.9.2)
62
- rexml (3.3.7)
63
- rspec (3.13.0)
64
- rspec-core (~> 3.13.0)
65
- rspec-expectations (~> 3.13.0)
66
- rspec-mocks (~> 3.13.0)
67
- rspec-core (3.13.1)
68
- rspec-support (~> 3.13.0)
69
- rspec-expectations (3.13.2)
70
- diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.13.0)
72
- rspec-mocks (3.13.1)
73
- diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.13.0)
75
- rspec-support (3.13.1)
76
- rubocop (1.63.5)
77
- json (~> 2.3)
78
- language_server-protocol (>= 3.17.0)
79
- parallel (~> 1.10)
80
- parser (>= 3.3.0.2)
81
- rainbow (>= 2.2.2, < 4.0)
82
- regexp_parser (>= 1.8, < 3.0)
83
- rexml (>= 3.2.5, < 4.0)
84
- rubocop-ast (>= 1.31.1, < 2.0)
85
- ruby-progressbar (~> 1.7)
86
- unicode-display_width (>= 2.4.0, < 3.0)
87
- rubocop-ast (1.32.3)
88
- parser (>= 3.3.1.0)
89
- rubocop-capybara (2.21.0)
90
- rubocop (~> 1.41)
91
- rubocop-config-umbrellio (1.63.0.93)
92
- rubocop (~> 1.63.0)
93
- rubocop-performance (~> 1.21.0)
94
- rubocop-rails (~> 2.24.0)
95
- rubocop-rake (~> 0.6.0)
96
- rubocop-rspec (~> 2.29.0)
97
- rubocop-sequel (~> 0.3.3)
98
- rubocop-factory_bot (2.26.1)
99
- rubocop (~> 1.61)
100
- rubocop-performance (1.21.1)
101
- rubocop (>= 1.48.1, < 2.0)
102
- rubocop-ast (>= 1.31.1, < 2.0)
103
- rubocop-rails (2.24.1)
104
- activesupport (>= 4.2.0)
105
- rack (>= 1.1)
106
- rubocop (>= 1.33.0, < 2.0)
107
- rubocop-ast (>= 1.31.1, < 2.0)
108
- rubocop-rake (0.6.0)
109
- rubocop (~> 1.0)
110
- rubocop-rspec (2.29.2)
111
- rubocop (~> 1.40)
112
- rubocop-capybara (~> 2.17)
113
- rubocop-factory_bot (~> 2.22)
114
- rubocop-rspec_rails (~> 2.28)
115
- rubocop-rspec_rails (2.29.1)
116
- rubocop (~> 1.61)
117
- rubocop-sequel (0.3.4)
118
- rubocop (~> 1.0)
119
- ruby-progressbar (1.13.0)
120
- sequel (5.84.0)
121
- bigdecimal
122
- simplecov (0.22.0)
123
- docile (~> 1.1)
124
- simplecov-html (~> 0.11)
125
- simplecov_json_formatter (~> 0.1)
126
- simplecov-html (0.12.3)
127
- simplecov-lcov (0.8.0)
128
- simplecov_json_formatter (0.1.4)
129
- symbiont-ruby (0.7.0)
130
- timers (4.3.5)
131
- tzinfo (2.0.6)
132
- concurrent-ruby (~> 1.0)
133
- unicode-display_width (2.5.0)
134
-
135
- PLATFORMS
136
- arm64-darwin-23
137
- x86_64-linux
138
-
139
- DEPENDENCIES
140
- async (= 1.31.0)
141
- money
142
- pg
143
- pry
144
- rake
145
- rspec
146
- rubocop-config-umbrellio
147
- simplecov
148
- simplecov-lcov
149
- symbiont-ruby
150
- umbrellio-sequel-plugins!
151
-
152
- BUNDLED WITH
153
- 2.5.18