listen 2.8.5 → 2.8.6
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/CONTRIBUTING.md +2 -2
- data/README.md +1 -1
- data/lib/listen/directory.rb +1 -1
- data/lib/listen/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c21e17eff8d999e1153d422dfe28cc513702f339
|
|
4
|
+
data.tar.gz: aadfb04b0d2f0fedf2ac9b99055c127c44584941
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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/
|
|
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/
|
|
224
|
+
See [TROUBLESHOOTING](https://github.com/guard/listen/wiki/Troubleshooting)
|
|
225
225
|
|
|
226
226
|
|
|
227
227
|
## Performance
|
data/lib/listen/directory.rb
CHANGED
data/lib/listen/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
128
|
+
rubygems_version: 2.4.5
|
|
129
129
|
signing_key:
|
|
130
130
|
specification_version: 4
|
|
131
131
|
summary: Listen to file modifications
|