listen 1.2.1 → 1.2.2
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/directory_record.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: 00d1655c889b58a9d33f30fceffedd3b83e4a45e
|
4
|
+
data.tar.gz: e83a3d4e491ad4db10616a67915161f18f6293fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93437aa86e427986188a6af8c8b9789a51d6b748a740371b30a910a37b1be337f77af4d7004c65ba530089c215b62845f06ccb70a919e42ef4728184583098fa
|
7
|
+
data.tar.gz: 7ddf4c1a7614944c9092540373f1a0412e86c2b419aee0abeefeb5c7fdaf45d94c36fb3ee45b23767e48624f994ffb2305365a3519c64884e02b85741212529c
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## 1.2.2 - Jun 17, 2013
|
2
|
+
|
3
|
+
### Bug fix
|
4
|
+
|
5
|
+
- Rescue all error on sha1_checksum generation. ([@thibaudgg][])
|
6
|
+
|
1
7
|
## 1.2.1 - Jun 11, 2013
|
2
8
|
|
3
9
|
### Improvement
|
@@ -353,4 +359,4 @@
|
|
353
359
|
[@textgoeshere]: https://github.com/textgoeshere
|
354
360
|
[@thibaudgg]: https://github.com/thibaudgg
|
355
361
|
[@vongruenigen]: https://github.com/vongruenigen
|
356
|
-
[@zanker]: https://github.com/zanker
|
362
|
+
[@zanker]: https://github.com/zanker
|
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.2.
|
4
|
+
version: 1.2.2
|
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-06-
|
12
|
+
date: 2013-06-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rb-fsevent
|