check-ahead 0.2.0 → 0.2.1

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: 4a9890e4bb8b1ffe7320efe5c8c4441fa024d17a54853a638daa390d1c1d64b8
4
- data.tar.gz: 393415c81ba102cc76478e847a6b73532d01585243879051507459b361a6b3d7
3
+ metadata.gz: 80d11c4b40e51bbb63e4fb4270168226dc18a23f68f264b3dcdcc267af309c8a
4
+ data.tar.gz: 20abd0ceea294850ca6cd6059a95802d9e3092a6a44365ac1e00d0034180bc64
5
5
  SHA512:
6
- metadata.gz: 16bc30453e51e04c38c8f193aa8b10d8dd82c14b10740dc09ed6f67c23449fcc245c427c29054f2d2f85ad801ec1ba6797fdaf463de5d5411179d31fdadeb8c1
7
- data.tar.gz: a31a2c432ff08ea586726b381815785b00eb69398f6440e7650992f373d3f1b08ea960b1fde8af8de5ed270f7a8643485dbbe1119e11e15b96dbdbf6a375e56b
6
+ metadata.gz: 139525287ca3bf2df15c0ac68e1a9da5682b36d2e80201bddc643c8d48c44b506c400197a039e3046a26ba3df5a1b94665a86ae4fe2f9272d65f6ff7d52ccacb
7
+ data.tar.gz: 6dba89cac3ec6efe6a6442b1cadb9ad25f009e46a6e890b5765d6417c23b74a9816c7f324b6869dff8d7c06fb3bfac0e02a36b96dab979b86c3a621ff2e6e345
@@ -11,4 +11,4 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
13
  - uses: actions/checkout@v1
14
- - uses: gimmyxd/check-ahead-action@1.2.pre
14
+ - uses: gimmyxd/check-ahead-action@0.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- check-ahead (0.1.0)
4
+ check-ahead (0.2.0)
5
5
  dry-cli (~> 0.4)
6
6
 
7
7
  GEM
data/bin/check-ahead CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  # frozen_string_literal: true
4
4
 
5
- require 'bundler/setup'
6
5
  require 'check-ahead'
7
6
  require 'check-ahead/cli'
8
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CheckAhead
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: check-ahead
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - gimmy