gh_compare 0.1.2 → 0.1.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: a2bd4cd667adbec1f5459eedd93186490dc3e985c642080ecefb012ed421201d
4
- data.tar.gz: 837fed1a4c90e0afcdb03bc7aacf83eadb16ecb170f947364849799b44071dfa
3
+ metadata.gz: b7fa476cdcd112fb8b30f4b301bc3d36d81d8485c5a0fefa0d590cc68db63e86
4
+ data.tar.gz: 64f0e3cc9621189a660b750e59dd630861590d7cd7c8251069c1685f052073bc
5
5
  SHA512:
6
- metadata.gz: 89d741c0e0d36b771225a88280adc8d72b2ddf7a5596d632b64f1f4e4674454b494377f9908d4dc0ef8229a51686662c52c2d7cfdc2d81a2781e79d7c243d6af
7
- data.tar.gz: 90f13e4c061304a6071b2cb484c823d85461b46dad06467f098554651b536285136189b7cbf359af01effa999221e2f002aa9522f30ee6798cca29a9412aeb00
6
+ metadata.gz: '09370c36ddee2280ab84303a4fb780b3bd54ed98db9912a29d183ba094d141704d7630981c28b7b4bb82008e17049f3198c3de147283b7a5b2b6051e6fef5410'
7
+ data.tar.gz: 37eaa579978a91caf22424fc33327b8d5a2e41c1ce80e9664444f440a76fdeb725d59f0c96959e8b2d20ca891bbfd512d9a953b7861e52889478bcffebc18fc1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gh_compare (0.1.1)
4
+ gh_compare (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module GhCompare
2
- VERSION = "0.1.2"
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gh_compare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kenzo-tanaka
@@ -57,7 +57,6 @@ email:
57
57
  - kenzou.kenzou104809@gmail.com
58
58
  executables:
59
59
  - gh_compare
60
- - setup
61
60
  extensions: []
62
61
  extra_rdoc_files: []
63
62
  files:
@@ -71,7 +70,6 @@ files:
71
70
  - README.md
72
71
  - Rakefile
73
72
  - bin/gh_compare
74
- - bin/setup
75
73
  - gh_compare.gemspec
76
74
  - lib/gh_compare.rb
77
75
  - lib/gh_compare/version.rb
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here