guard 2.12.7 → 2.12.8

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: a4b86783a59816311d500a8e1329d48225d9583f
4
- data.tar.gz: d20c02a2d0e6206dc6067d9636b4b777234dc534
3
+ metadata.gz: da880f8732dd441d36f71b39e8ea5f82c1967e54
4
+ data.tar.gz: 0325d387d7d58d92c912ae851ed3859e5e1a0d42
5
5
  SHA512:
6
- metadata.gz: c4bbe3a4025718f32fea6de6775138d640190b46a87ebe8b7ef1db7b3be060476f7577dadcbcd0d4d000cc99443079f84a7c1208a9d3491d13ec37f953868acb
7
- data.tar.gz: 9d28bafea5554b646cac93cd77198e5b2dcae6c69430025a185b24094dfd8364219b3f2bb529598e908a6875f2fe099b447209d7324ca8e498893a4dccc442b4
6
+ metadata.gz: 0f7e56b9f314af258795d863046c8efdb707dc597906ec5a08c21394c389ca54bd09bb3a27caaa0870dd16ec72423046132aa4d6f32f62cfc11494eecf5a018f
7
+ data.tar.gz: 14269c8399f6913127c688e5249d7ea2137d618e037f8b9c0f5a18533c7e892421a0cc3bb2bd5e965f7dd5bbb69c2cdf2a8386229d9dbd7973a263974aca8aa1
data/bin/guard CHANGED
@@ -6,7 +6,7 @@ default = Pathname(ENV.fetch("BUNDLE_GEMFILE", "Gemfile"))
6
6
  relative_to_binstub = Pathname(__FILE__).realpath + "../../Gemfile"
7
7
  gemfile = [default, relative_to_binstub].detect(&:exist?)
8
8
 
9
- if gemfile
9
+ if gemfile && !ENV["RUBYGEMS_GEMDEPS"]
10
10
  ENV["BUNDLE_GEMFILE"] = gemfile.to_s
11
11
  require "rubygems"
12
12
  require "bundler/setup"
@@ -1,3 +1,3 @@
1
1
  module Guard
2
- VERSION = "2.12.7"
2
+ VERSION = "2.12.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.7
4
+ version: 2.12.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaud Guillaume-Gentil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-27 00:00:00.000000000 Z
11
+ date: 2015-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -143,7 +143,6 @@ files:
143
143
  - bin/_guard-core
144
144
  - bin/guard
145
145
  - images/failed.png
146
- - images/guard.png
147
146
  - images/pending.png
148
147
  - images/success.png
149
148
  - lib/guard.rb
Binary file