gh_compare 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d81428269393c2c040e803a321a5ad1ac1bb1ccdea1013f250c32de905941acc
4
- data.tar.gz: 68d60a458276c64d47c57f343f0bd3a5c657a173097a8daef462368978804481
3
+ metadata.gz: a2bd4cd667adbec1f5459eedd93186490dc3e985c642080ecefb012ed421201d
4
+ data.tar.gz: 837fed1a4c90e0afcdb03bc7aacf83eadb16ecb170f947364849799b44071dfa
5
5
  SHA512:
6
- metadata.gz: 94f6c32851f8e1ad69e4ad294150434cd76538176236ea32b2df3cb226f58163e88ae43a560d5a2620c81ccfd54c9bdb7acf9f97e962faba67266f74bc12a82e
7
- data.tar.gz: cd007739d7c0bdff9418ee40c7e4a7a8658b94d360a870b892432454c0ac99ca47be26e68276a501fe9fbb5636bbdfcdb00bf6582529bf4d3ef76e2487d81db5
6
+ metadata.gz: 89d741c0e0d36b771225a88280adc8d72b2ddf7a5596d632b64f1f4e4674454b494377f9908d4dc0ef8229a51686662c52c2d7cfdc2d81a2781e79d7c243d6af
7
+ data.tar.gz: 90f13e4c061304a6071b2cb484c823d85461b46dad06467f098554651b536285136189b7cbf359af01effa999221e2f002aa9522f30ee6798cca29a9412aeb00
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gh_compare (0.1.0)
4
+ gh_compare (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module GhCompare
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kenzo-tanaka
@@ -56,7 +56,6 @@ description: Generate GitHub compare url
56
56
  email:
57
57
  - kenzou.kenzou104809@gmail.com
58
58
  executables:
59
- - console
60
59
  - gh_compare
61
60
  - setup
62
61
  extensions: []
@@ -71,7 +70,6 @@ files:
71
70
  - LICENSE.txt
72
71
  - README.md
73
72
  - Rakefile
74
- - bin/console
75
73
  - bin/gh_compare
76
74
  - bin/setup
77
75
  - gh_compare.gemspec
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "gh_compare"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)