rulezilla 0.4.1 → 0.4.2

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: 43dfbbf1981a5b2dfa4fc2f479115160b280ef929216fffbe1bb724a580e300d
4
- data.tar.gz: fe5f3f26f62751725db9e629447e90032b3a946d0894389df8b0d2b445dc7934
3
+ metadata.gz: f4e4bb87057de1aef9b744c73d72122d654143a206f53be040fbcdfc618fc31b
4
+ data.tar.gz: a134ffef8f09b9347548f24a488148f4293e6bd21d7024091606d3f2df101866
5
5
  SHA512:
6
- metadata.gz: b4fa1e6b4b54040a5323a01662e88d32f981a1278dcc1475c07b3743ed56839445c44cd57efa629ca5398bf6bf2e4f1add1605b36d8f728de3d91c02400d286f
7
- data.tar.gz: b1c7b5222c8c0329d45da874cf5c076087751019e573853be2d69c89ace8c763e73ad9d18e5ae1354619b9d3adacd5a5378f2febb6c8fa02fc092df65f944725
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
- runs-on: ubuntu-20.04
11
- if: startsWith(github.event.comment.body, '/dobby')
12
- env:
13
- BUNDLE_WITHOUT: "development:test"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rulezilla
4
- VERSION = '0.4.1'
4
+ VERSION = '0.4.2'
5
5
  end
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.1
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-07-08 00:00:00.000000000 Z
11
+ date: 2022-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec