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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 067975d5a94662d26efff34e03702cd1fb3f6f67
4
- data.tar.gz: 39cbc7d0186b861c9e1166e6118fa9100bb0a0d8
3
+ metadata.gz: 00d1655c889b58a9d33f30fceffedd3b83e4a45e
4
+ data.tar.gz: e83a3d4e491ad4db10616a67915161f18f6293fa
5
5
  SHA512:
6
- metadata.gz: ab03f1b5da537ab08dbfd76d6e0bb2e59e8e219d02e7baca84175a22fb70a2ee999cb03c29e37fd0e51ff678013b40b5749cbe6fe97b94dcc0f1a1a6cc1469b6
7
- data.tar.gz: f7239254797dad79667c23d9a916ca56871b0983fcf4fa6cd51383ebf9944bff3964ad8e7fb51e3bd056e52e732104f07459ea9511a080b276753a1e577b42f8
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
@@ -344,7 +344,7 @@ module Listen
344
344
  #
345
345
  def sha1_checksum(path)
346
346
  Digest::SHA1.file(path).to_s
347
- rescue Errno::EACCES, Errno::ENOENT, Errno::ENXIO, Errno::EOPNOTSUPP, Errno::EBADF
347
+ rescue
348
348
  nil
349
349
  end
350
350
 
@@ -1,3 +1,3 @@
1
1
  module Listen
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
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.1
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 00:00:00.000000000 Z
12
+ date: 2013-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rb-fsevent