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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb67641cb96b209f76dff9715a469edd7cd78661ec606bfa2b229f8d5e124b01
4
- data.tar.gz: 37d1f21d56ce96c099edefe3cbb93a7bedb14e6496fcf3aef9fa71cd09f1bb40
3
+ metadata.gz: bd37b7e4eb03587c77c448d986a57dea2db5c119208c9588d400614785c9ab00
4
+ data.tar.gz: 2087e6acf11a7944083c81a493f8dc1608f8789ea5e5fb09cdbe8fbad7391456
5
5
  SHA512:
6
- metadata.gz: 04aeb0f52a59d136d56d2839094e2d3c113bf396204d772c0dc2097ef2c2181f5755dd5b2e4ffbc4643b66b0da1885937ff015f15b90834676526a1d2537ec53
7
- data.tar.gz: 5e7bd5396bab68ab3f1aef5859753382774aad7ed5c5dd25a41dfe56aa9af97e8e08eece2515ca033ce2c5f9c342bda7b288ce9171a94f59cd151cad77cf3151
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 # default branch
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
- # For private action we need to checkout the action repo.
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Twiglet
4
- VERSION = '2.3.8'
4
+ VERSION = '2.3.9'
5
5
  end
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.8
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-04 00:00:00.000000000 Z
11
+ date: 2020-08-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Like a log, only smaller.
14
14
  email: