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 +4 -4
- data/bin/guard +1 -1
- data/lib/guard/version.rb +1 -1
- metadata +2 -3
- data/images/guard.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da880f8732dd441d36f71b39e8ea5f82c1967e54
|
4
|
+
data.tar.gz: 0325d387d7d58d92c912ae851ed3859e5e1a0d42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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"
|
data/lib/guard/version.rb
CHANGED
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.
|
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-
|
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
|
data/images/guard.png
DELETED
Binary file
|