listen 1.2.0 → 1.2.1
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: 067975d5a94662d26efff34e03702cd1fb3f6f67
|
|
4
|
+
data.tar.gz: 39cbc7d0186b861c9e1166e6118fa9100bb0a0d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab03f1b5da537ab08dbfd76d6e0bb2e59e8e219d02e7baca84175a22fb70a2ee999cb03c29e37fd0e51ff678013b40b5749cbe6fe97b94dcc0f1a1a6cc1469b6
|
|
7
|
+
data.tar.gz: f7239254797dad79667c23d9a916ca56871b0983fcf4fa6cd51383ebf9944bff3964ad8e7fb51e3bd056e52e732104f07459ea9511a080b276753a1e577b42f8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 1.2.1 - Jun 11, 2013
|
|
2
|
+
|
|
3
|
+
### Improvement
|
|
4
|
+
|
|
5
|
+
- Ignore 'bundle' folder by default. ([@thibaudgg][])
|
|
6
|
+
|
|
1
7
|
## 1.2.0 - Jun 11, 2013
|
|
2
8
|
|
|
3
9
|
### Improvement
|
|
@@ -347,4 +353,4 @@
|
|
|
347
353
|
[@textgoeshere]: https://github.com/textgoeshere
|
|
348
354
|
[@thibaudgg]: https://github.com/thibaudgg
|
|
349
355
|
[@vongruenigen]: https://github.com/vongruenigen
|
|
350
|
-
[@zanker]: https://github.com/zanker
|
|
356
|
+
[@zanker]: https://github.com/zanker
|
|
@@ -12,7 +12,7 @@ module Listen
|
|
|
12
12
|
attr_reader :directory, :paths, :sha1_checksums
|
|
13
13
|
|
|
14
14
|
# The default list of directories that get ignored by the listener.
|
|
15
|
-
DEFAULT_IGNORED_DIRECTORIES = %w[.rbx .bundle .git .svn log tmp vendor]
|
|
15
|
+
DEFAULT_IGNORED_DIRECTORIES = %w[.rbx .bundle .git .svn bundle log tmp vendor]
|
|
16
16
|
|
|
17
17
|
# The default list of files that get ignored by the listener.
|
|
18
18
|
DEFAULT_IGNORED_EXTENSIONS = %w[.DS_Store]
|
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.1
|
|
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-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rb-fsevent
|