twiglet 3.6.2 → 3.6.4
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 +4 -4
- data/.github/workflows/dobby-actions.yml +20 -5
- data/.ruby-version +1 -1
- data/lib/twiglet/version.rb +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: 03b606a4c628a75599f8313e91dc80acc6f066a1606e5702dc1457f0bf9102ae
|
|
4
|
+
data.tar.gz: 2c437eef826713b91ace3a954101c5bec3e478ae73e73b8f93e4702e6a581423
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ce8095c5c2ada73027ceb2242a96c3f304ec061b11f0b7221afd63573a7ca933935cf998538ef9e4aad438e88059200bc3b21654eb212c52d0cac2acd4f5ce6
|
|
7
|
+
data.tar.gz: f03e2d737136f3786be9c970cb907122304d4f9c5f71b15d8c9c4d49fd76b21206aa1d95a2ffce1e91124eb599a01c99b9f750d501e81a0111c41fe9d6d6e7b7
|
|
@@ -7,8 +7,23 @@ permissions:
|
|
|
7
7
|
contents: read
|
|
8
8
|
jobs:
|
|
9
9
|
pr_commented:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.1.2
|
data/lib/twiglet/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twiglet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.4
|
|
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-
|
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json-schema
|
|
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
147
|
version: '0'
|
|
148
148
|
requirements: []
|
|
149
|
-
rubygems_version: 3.
|
|
149
|
+
rubygems_version: 3.3.7
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 4
|
|
152
152
|
summary: Twiglet
|