rulezilla 0.4.0.pre.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/dobby-actions.yml +4 -20
- data/.github/workflows/gem-publish.yaml +1 -1
- data/lib/rulezilla/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4e4bb87057de1aef9b744c73d72122d654143a206f53be040fbcdfc618fc31b
|
4
|
+
data.tar.gz: a134ffef8f09b9347548f24a488148f4293e6bd21d7024091606d3f2df101866
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6737cfc274a2bff305e07c56cc528a5d436742d7486e875b926e40d2a6cd4042ee646b607bdb8fd9b42f66d2c2fde977d80213ece73b3e52e1853e46d8b68d69
|
7
|
+
data.tar.gz: f91759fb60e7d93dc95e0b6fa28a8535249bb2354666ad1f6216f9d57bce3d0cc02de44805042f83a353342b660a644c375e5a45ff89ba86eaa4beb5bf089d1c
|
@@ -7,23 +7,7 @@ permissions:
|
|
7
7
|
contents: read
|
8
8
|
jobs:
|
9
9
|
pr_commented:
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
steps:
|
15
|
-
- name: Checkout action
|
16
|
-
uses: actions/checkout@v2
|
17
|
-
with:
|
18
|
-
repository: 'simplybusiness/dobby'
|
19
|
-
ref: 'v3.0.0'
|
20
|
-
- name: Set up ruby
|
21
|
-
uses: ruby/setup-ruby@v1
|
22
|
-
with:
|
23
|
-
bundler-cache: true
|
24
|
-
- name: Bump version
|
25
|
-
uses: simplybusiness/dobby@v3.0.0
|
26
|
-
env:
|
27
|
-
DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
|
28
|
-
DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
|
29
|
-
VERSION_FILE_PATH: lib/rulezilla/version.rb
|
10
|
+
uses: simplybusiness/github-action-reusable-workflows/.github/workflows/dobby.yaml@v1
|
11
|
+
with:
|
12
|
+
version_file_path: ./lib/rulezilla/version.rb
|
13
|
+
secrets: inherit
|
data/lib/rulezilla/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rulezilla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simply Business
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -128,9 +128,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
130
130
|
requirements:
|
131
|
-
- - "
|
131
|
+
- - ">="
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version:
|
133
|
+
version: '0'
|
134
134
|
requirements: []
|
135
135
|
rubygems_version: 3.3.7
|
136
136
|
signing_key:
|