umbrellio-sequel-plugins 0.16.0.211 → 0.16.0.233
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +19 -8
- data/Gemfile.lock +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f99210289f0bcda7e404863aecae549253695fb74efe7a29c74ac8a22d4f0433
|
4
|
+
data.tar.gz: 1c57a136fba91319c5bd973820c507f560d58f4d735d1146ee4bd3c75b05c3e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5de74f4e9b3957d83a87e666e574bbe605d6aea76b012a07f6c4fd7b6feb691374a4a5e1b225298a3ef2428d8c96d3a1ecd6c0aec2ecbb29a57f3d5aaab0ff33
|
7
|
+
data.tar.gz: '086c64ccf2e4a141a17895ad31659521043c06f0254da02ea40a4ead25e58f86cc25153b5e9cbbb4a775be3e7a3f4b762c91cd17a4eeddf772ebb2891636dedb'
|
data/.github/workflows/ci.yml
CHANGED
@@ -49,19 +49,30 @@ jobs:
|
|
49
49
|
with:
|
50
50
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
51
51
|
|
52
|
-
|
52
|
+
release-gem:
|
53
53
|
runs-on: ubuntu-latest
|
54
54
|
|
55
|
-
|
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@
|
67
|
+
- uses: actions/checkout@v4
|
62
68
|
|
63
|
-
- uses:
|
69
|
+
- uses: ruby/setup-ruby@v1
|
64
70
|
with:
|
65
|
-
|
66
|
-
|
67
|
-
|
71
|
+
ruby-version: ruby
|
72
|
+
|
73
|
+
- run: bundle install
|
74
|
+
- run: git config --global user.name "Github Actions"
|
75
|
+
- run: git config --global user.email "actions@github.com"
|
76
|
+
- run: git commit -am "update Gemfile.lock"
|
77
|
+
|
78
|
+
- uses: rubygems/release-gem@v1
|
data/Gemfile.lock
CHANGED
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.
|
4
|
+
version: 0.16.0.233
|
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-
|
11
|
+
date: 2024-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sequel
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
|
-
rubygems_version: 3.
|
94
|
+
rubygems_version: 3.5.16
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: Sequel plugins
|