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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8776e2e4466c49d67aa6697bcee59db998508757
4
- data.tar.gz: 296383775b460f0177cfb73232a20fee9aa15a97
3
+ metadata.gz: 067975d5a94662d26efff34e03702cd1fb3f6f67
4
+ data.tar.gz: 39cbc7d0186b861c9e1166e6118fa9100bb0a0d8
5
5
  SHA512:
6
- metadata.gz: 154daba042dadf9e3a2b88e0ad8a5e9d4a9fde2768b0918556c3b76160d1dbf123ddb9fc9484e88468a2a5cd122bc37c4ab50b347f27b1949346db15c9eb0bd2
7
- data.tar.gz: 89a846a26738db61e4128c2d81421efcabcba3c0312e854afc44a7353e142dd01347f99530534155007977bc8b8df64fa59dd3d97d8f875d64115ff2c5f66a83
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]
@@ -1,3 +1,3 @@
1
1
  module Listen
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
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.0
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-11 00:00:00.000000000 Z
12
+ date: 2013-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rb-fsevent