twiglet 3.6.2 → 3.6.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: 14bb57cdeee46a21d518e17b18facfddd66c08eb59168ed66a554fff307db70b
4
- data.tar.gz: 4d40a43e09f33d4929a8999eb3daffb0c900eb4279706f4f97c9434838320133
3
+ metadata.gz: b3a5a8431fa1d258cdf6f0ab6b7f5cb587cbdcb8770b35eb3949a01917d251aa
4
+ data.tar.gz: 3580ba7be8afe7ee4e5babb2653c66fb5bfdb861ce160347399718cda6e6e3fc
5
5
  SHA512:
6
- metadata.gz: a98f12c3d25b698a9651a6ae487933410f556c797121fd83f3edc36b390a27cb7073497554751d554df835cc1846a59c762c9512f10854cd12026707b877704c
7
- data.tar.gz: c848bbf27f29b2fcfd40916932e225556f6ccd84b1272fda226d69505bc85ab7bb295710ffbd4b62bed8547e1e204470808ece37a3c1bb59323045f76c15592b
6
+ metadata.gz: 511ee208b02c703ed768544ba4c3de2f00b00310c6742dc0689e64ae911053f86c5280a7567283e4a7b2a855400cb66316e6a505ab4b9e3cfdec9b96423ecb5c
7
+ data.tar.gz: 6a23c04a0d21d1fc40338b9792d591bfe0084eddd7a00d8b4fa0723bed6da92f1d38445c31eb87a4db6572b93c9b59ca64054b4fbb46e6f96d23d8979ab9d7e7
@@ -7,8 +7,23 @@ permissions:
7
7
  contents: read
8
8
  jobs:
9
9
  pr_commented:
10
- uses: simplybusiness/github-action-reusable-workflows/.github/workflows/dobby.yaml@v1
11
- with:
12
- version_file_path: ./lib/twiglet/version.rb
13
- secrets: inherit
14
-
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: Chekcout action
16
+ uses: actions/checkout@v3
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.1
26
+ env:
27
+ DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
28
+ DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
29
+ VERSION_FILE_PATH: lib/twiglet/version.rb
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Twiglet
4
- VERSION = '3.6.2'
4
+ VERSION = '3.6.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twiglet
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.2
4
+ version: 3.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business