listen 2.8.5 → 2.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 518edf112bf9fef9d8d244170676f6fd9777ee1a
4
- data.tar.gz: 9c41a94f5b5fd71820f5e3beec8e2dfa6613daf6
3
+ metadata.gz: c21e17eff8d999e1153d422dfe28cc513702f339
4
+ data.tar.gz: aadfb04b0d2f0fedf2ac9b99055c127c44584941
5
5
  SHA512:
6
- metadata.gz: 28e6b2b78fb6749fdc5345ee3cd9a92ba5ae30dfecdbe077941e360c4d4222007ea04f1e7ad4cfd3635f2c0093dfc624aa0736fe225312cfb3387498ce740947
7
- data.tar.gz: f97fc0da2b8c2ce16af3ed209ba0cadda2546ed632e90d4e917d96e5738cdf561de8ad12ac31e894a903083b2d1d42fa275bd374b948fa6a527ea19f947d5ad2
6
+ metadata.gz: 7993d63eb00502a5724f51395b1c1c8c7824034df1be8f57fc8aeda7f7fa7ee47c2ff6ebbf70a6f789c11c94e5379580263f4cba5e0436113203a84d1cb20c44
7
+ data.tar.gz: 9bd93c1debac7c56d1155bd9cb210fcfe8451d3a62cb069f5bfb3bbbaadea772977abdf24732256355bf20afee224a7a1c7e2ad659c0fe3b4f2841e73f36abe4
data/CONTRIBUTING.md CHANGED
@@ -4,7 +4,7 @@ Contribute to Listen
4
4
  File an issue
5
5
  -------------
6
6
 
7
- If you haven't already, first see [TROUBLESHOOTING](https://github.com/guard/listen/blob/master/TROUBLESHOOTING.md) for known issues, solutions and workarounds.
7
+ If you haven't already, first see [TROUBLESHOOTING](https://github.com/guard/listen/wiki/Troubleshooting) for known issues, solutions and workarounds.
8
8
 
9
9
  You can report bugs and feature requests to [GitHub Issues](https://github.com/guard/listen/issues).
10
10
 
@@ -16,7 +16,7 @@ Try to figure out where the issue belongs to: Is it an issue with Listen itself
16
16
 
17
17
  **It's most likely that your bug gets resolved faster if you provide as much information as possible!**
18
18
 
19
- The MOST useful information is debugging output from Listen (`LISTEN_GEM_DEBUGGING=1`) - see [TROUBLESHOOTING](https://github.com/guard/listen/blob/master/TROUBLESHOOTING.md) for details.
19
+ The MOST useful information is debugging output from Listen (`LISTEN_GEM_DEBUGGING=1`) - see [TROUBLESHOOTING](https://github.com/guard/listen/wiki/Troubleshooting) for details.
20
20
 
21
21
 
22
22
  Development
data/README.md CHANGED
@@ -221,7 +221,7 @@ Please visit the [installation section of the Listen WIKI](https://github.com/gu
221
221
 
222
222
  *NOTE: without providing the output after setting the `LISTEN_GEM_DEBUGGING=1` environment variable, it can be almost impossible to guess why listen is not working as expected.*
223
223
 
224
- See [TROUBLESHOOTING](https://github.com/guard/listen/blob/master/TROUBLESHOOTING.md)
224
+ See [TROUBLESHOOTING](https://github.com/guard/listen/wiki/Troubleshooting)
225
225
 
226
226
 
227
227
  ## Performance
@@ -30,7 +30,7 @@ module Listen
30
30
 
31
31
  _async_changes(dir, rel_path, queue, previous, options)
32
32
 
33
- rescue Errno::ENOENT
33
+ rescue Errno::ENOENT, Errno::EHOSTDOWN
34
34
  record.unset_path(dir, rel_path)
35
35
  _async_changes(dir, rel_path, queue, previous, options)
36
36
 
@@ -1,3 +1,3 @@
1
1
  module Listen
2
- VERSION = '2.8.5'
2
+ VERSION = '2.8.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: listen
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.5
4
+ version: 2.8.6
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-01-07 00:00:00.000000000 Z
11
+ date: 2015-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: celluloid
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.4.3
128
+ rubygems_version: 2.4.5
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Listen to file modifications