bundle-star 1.0.4 → 1.0.5

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
  SHA1:
3
- metadata.gz: 4436cbb75650973f76a154ebd651e99c93a23ed6
4
- data.tar.gz: 91198a3ff53b9bea0c64f234b5d2b40f8002cfc7
3
+ metadata.gz: 7252625b49a8690a748ef6ada768745bad282253
4
+ data.tar.gz: d4f02a7ccf888ef05d25595129d6b9772f4276d9
5
5
  SHA512:
6
- metadata.gz: 8bf6cbf2bc9771786321174a59d3f25284926144a65a44a81da8aa6c8471b62490dfbff8573b2850365a5767c9bb09c8638b62f543843be19eb3c2ad30c43c26
7
- data.tar.gz: 20ac2b7f4ccba6f6d561a0a8fd4191b277b18bf0f72aeea3cd6c4b6576a47d40c8a291427ed5aaed31a05ec13e85f9acf2c0adf91cc7e0dab2cc8a609cd449b0
6
+ metadata.gz: 5212aa67ad3f29a374f0ad3fc41ade68ef9b529d8fd0a0b9ca029c75327623961bc3f11e97f1a211973f98232a6c3e8c75047ed8a56b6901d6c1421251d6b05a
7
+ data.tar.gz: 756d89321cb963fb255920cdc39cbe6f6a5766160a2bb6973826aaa35afba3711ed51dec6d7c2d2c21a08fec6b0792689d682c71164ea0549afd831bd6961c12
@@ -11,7 +11,7 @@ netrc = Netrc.read
11
11
  github_account = netrc[GITHUB_HOST]
12
12
  unless github_account
13
13
  src_path = Netrc.default_path
14
- puts "Not found your GitHub ID/Token. Please input your GitHub ID and Token if you ok, bundle-star will save these information to netrc file: "
14
+ puts "GitHub ID/Token not found. Please input your GitHub ID and Token. bundle-star will save this information to your netrc file: "
15
15
 
16
16
  puts "Input GitHub ID"
17
17
  github_id = STDIN.gets.chomp
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "bundle-star"
7
- spec.version = "1.0.4"
7
+ spec.version = "1.0.5"
8
8
  spec.authors = ["Takayuki Matsubara"]
9
9
  spec.email = ["takayuki.1229@gmail.com"]
10
10
  spec.description = %q{Star github repositories automatically when you `bundle-star install`ed}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundle-star
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takayuki Matsubara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-16 00:00:00.000000000 Z
11
+ date: 2017-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler