twiglet 2.3.8 → 2.3.9
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/version-forget-me-not.yml +2 -13
- data/lib/twiglet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd37b7e4eb03587c77c448d986a57dea2db5c119208c9588d400614785c9ab00
|
|
4
|
+
data.tar.gz: 2087e6acf11a7944083c81a493f8dc1608f8789ea5e5fb09cdbe8fbad7391456
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15599c765672e0bcbdbd03f717dde89ccb99ac2142bbb9aad56337466f31c0e9355aa18cd07b4f6cbe9cf53768d9e8efc59042c98aa66aacf82a3ce4e1296993
|
|
7
|
+
data.tar.gz: 67c1dae018c5fa57e4bffc0144b58ae5e9316faf4a1190d919d5828a44240955d246a12e6dde07b34b459694eb4808ac81d02fe2b08bc0187dce3562c8d94e6f
|
|
@@ -3,25 +3,14 @@ name: Check version
|
|
|
3
3
|
on:
|
|
4
4
|
pull_request:
|
|
5
5
|
branches:
|
|
6
|
-
- master
|
|
6
|
+
- master
|
|
7
7
|
types: [opened, synchronize]
|
|
8
8
|
jobs:
|
|
9
9
|
build:
|
|
10
10
|
runs-on: ubuntu-18.04
|
|
11
11
|
|
|
12
12
|
steps:
|
|
13
|
-
|
|
14
|
-
# We can remove this once we make the action public.
|
|
15
|
-
- uses: actions/checkout@v1
|
|
16
|
-
with:
|
|
17
|
-
repository: simplybusiness/version-forget-me-not
|
|
18
|
-
ref: refs/tags/v1.0
|
|
19
|
-
# Do not put the actual secret here- only the name of the secret in your repo
|
|
20
|
-
token: ${{ secrets.BOT_TOKEN }}
|
|
21
|
-
path: './twiglet-ruby'
|
|
22
|
-
- uses: ./
|
|
13
|
+
- uses: simplybusiness/version-forget-me-not@v1
|
|
23
14
|
env:
|
|
24
15
|
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
25
|
-
# It is the file path where you keep the version of gem.
|
|
26
|
-
# It usually in the `lib/<gem name>/version.rb` or in the gemspec file.
|
|
27
16
|
VERSION_FILE_PATH: "lib/twiglet/version.rb"
|
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: 2.3.
|
|
4
|
+
version: 2.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simply Business
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Like a log, only smaller.
|
|
14
14
|
email:
|