listen 1.1.4 → 1.1.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 +4 -4
- data/CHANGELOG.md +7 -1
- data/lib/listen/listener.rb +1 -1
- data/lib/listen/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 738c4602db6120344aadacd57239a5931dc00a02
|
4
|
+
data.tar.gz: ba52c9e1097a8f0a02eb83c7a2118478ab7e8407
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f229a2ceb10db1fabcc23df34c25589060bda98a67f978dd5f0fe5983f68411bd9ccdcf91dabd0072003b7c7bf3c3a73f25a030495e6304870173a4265bf6f45
|
7
|
+
data.tar.gz: fa5852004f3f177a5946d9013f4ab6346aedc0c342964959719a7a5af4a663f11439160166ea9918b6c2d4552fb4dcdeba3c98015a7635114fddff17d330c2a4
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## 1.1.5 - Jun 3, 2013
|
2
|
+
|
3
|
+
### Bug fix
|
4
|
+
|
5
|
+
- [#122][] Fix stop called very soon after starting. (reported by [@chriseppstein][], fixed by [@thibaudgg][])
|
6
|
+
|
1
7
|
## 1.1.4 - May 28, 2013
|
2
8
|
|
3
9
|
### Bug fix
|
@@ -324,4 +330,4 @@
|
|
324
330
|
[@textgoeshere]: https://github.com/textgoeshere
|
325
331
|
[@thibaudgg]: https://github.com/thibaudgg
|
326
332
|
[@vongruenigen]: https://github.com/vongruenigen
|
327
|
-
[@zanker]: https://github.com/zanker
|
333
|
+
[@zanker]: https://github.com/zanker
|
data/lib/listen/listener.rb
CHANGED
data/lib/listen/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: listen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thibaud Guillaume-Gentil
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-06-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rb-fsevent
|