guard 1.5.0 → 1.5.1
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.
- data/CHANGELOG.md +11 -1
- data/lib/guard.rb +1 -1
- data/lib/guard/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 1.5.1 - 28 October, 2012
|
|
2
|
+
|
|
3
|
+
### Bug fix
|
|
4
|
+
|
|
5
|
+
- [#351][] Fix turning off the interactor from the Guardfile. ([@netzpirat][])
|
|
6
|
+
|
|
1
7
|
## 1.5.0 - 22 October, 2012
|
|
2
8
|
|
|
3
9
|
### New features
|
|
@@ -616,10 +622,14 @@ The Listen integration has been supervised by [@thibaudgg][] and executed by [@M
|
|
|
616
622
|
[#316]: https://github.com/guard/guard/issues/316
|
|
617
623
|
[#317]: https://github.com/guard/guard/issues/317
|
|
618
624
|
[#324]: https://github.com/guard/guard/issues/324
|
|
625
|
+
[#327]: https://github.com/guard/guard/issues/327
|
|
619
626
|
[#331]: https://github.com/guard/guard/issues/331
|
|
620
627
|
[#334]: https://github.com/guard/guard/issues/334
|
|
621
628
|
[#342]: https://github.com/guard/guard/issues/342
|
|
622
629
|
[#343]: https://github.com/guard/guard/issues/343
|
|
630
|
+
[#345]: https://github.com/guard/guard/issues/345
|
|
631
|
+
[#348]: https://github.com/guard/guard/issues/348
|
|
632
|
+
[#351]: https://github.com/guard/guard/issues/351
|
|
623
633
|
[@Gazer]: https://github.com/Gazer
|
|
624
634
|
[@Maher4Ever]: https://github.com/Maher4Ever
|
|
625
635
|
[@alandipert]: https://github.com/alandipert
|
|
@@ -698,4 +708,4 @@ The Listen integration has been supervised by [@thibaudgg][] and executed by [@M
|
|
|
698
708
|
[@waldo]: https://github.com/waldo
|
|
699
709
|
[@wereHamster]: https://github.com/wereHamster
|
|
700
710
|
[@yannlugrin]: https://github.com/yannlugrin
|
|
701
|
-
[@zonque]: https://github.com/zonque
|
|
711
|
+
[@zonque]: https://github.com/zonque
|
data/lib/guard.rb
CHANGED
|
@@ -41,7 +41,7 @@ module Guard
|
|
|
41
41
|
#
|
|
42
42
|
def setup(options = {})
|
|
43
43
|
@lock = Mutex.new
|
|
44
|
-
@options = options
|
|
44
|
+
@options = options.dup
|
|
45
45
|
@watchdir = (options[:watchdir] && File.expand_path(options[:watchdir])) || Dir.pwd
|
|
46
46
|
@runner = ::Guard::Runner.new
|
|
47
47
|
@allow_stop = Listen::Turnstile.new
|
data/lib/guard/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -187,7 +187,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
187
187
|
version: '0'
|
|
188
188
|
segments:
|
|
189
189
|
- 0
|
|
190
|
-
hash:
|
|
190
|
+
hash: 3611864060376759808
|
|
191
191
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
none: false
|
|
193
193
|
requirements:
|