listen 1.3.0 → 1.3.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: 84bd31518df205caa017b29e37e2cd7d5162b545
4
- data.tar.gz: 3870a893adc99e1584c9105526728791e6a65db5
3
+ metadata.gz: d9b4d00e44252c4d2c28d7b1d1032789dda96247
4
+ data.tar.gz: 3040790b24b6f3020fdf68b3f86eaf9bdffc0f7b
5
5
  SHA512:
6
- metadata.gz: fb152269d4348278b1d3fb25cf0d10f0c53ee745ec476a57e960f2018137c9a0bda3a20bcaf0ce21ce0659b7368968c741d71cefd2e3f49d6396ab94a52043f1
7
- data.tar.gz: f8eebb983bbdbd4630e8d69b10ae814d980c874cc2c391a6b8fdcc2939ba37bf15dbe3c92866b065ba74905e634984b3068330a574e4ec981a673f338ecdf736
6
+ metadata.gz: 19395a1831d03b0f76627e4343d0baa9611a2a7f2a89b5d28aaeadae555cdb6a3518a6f7e9be2fb6dcc0d3e4ab8d6c804742ee529f65c8a756ff30507e3f1ded
7
+ data.tar.gz: fd612f0cb477281402c7b95cad3681f813be231b7b098d81bbfb5c7f92ae3fbf87b8f18b774047ef308b4ee0feb77644f2a61453315fced0387f8ea80d605b31
@@ -1,14 +1,5 @@
1
- ## 1.3.0 - Aug 14, 2013
1
+ # !!! CHANGELOG moved to Github [releases](https://github.com/guard/listen/releases) page !!!
2
2
 
3
- ### Change
4
-
5
- - Defaults `Listener#relative_paths` to `false` when listening to a single directory (see [#131][]). ([@rehevkor5][])
6
-
7
- ## 1.2.3 - Aug 9, 2013
8
-
9
- ### Improvement
10
-
11
- - Rescue changes callback and warms if something bad happens. (reported by [@21croissants][], added by [@thibaudgg][])
12
3
 
13
4
  ## 1.2.2 - Jun 17, 2013
14
5
 
@@ -374,4 +365,4 @@
374
365
  [@textgoeshere]: https://github.com/textgoeshere
375
366
  [@thibaudgg]: https://github.com/thibaudgg
376
367
  [@vongruenigen]: https://github.com/vongruenigen
377
- [@zanker]: https://github.com/zanker
368
+ [@zanker]: https://github.com/zanker
@@ -252,7 +252,8 @@ module Listen
252
252
  block.call(changes[:modified], changes[:added], changes[:removed])
253
253
  end
254
254
  rescue => ex
255
- Kernel.warn "[Listen warning]: Change block raise an execption: #{ex.inspect}"
255
+ Kernel.warn "[Listen warning]: Change block raise an execption: #{$!}"
256
+ Kernel.warn "Backtrace:\n\t#{ex.backtrace.join("\n\t")}"
256
257
  end
257
258
 
258
259
  private
@@ -1,3 +1,3 @@
1
1
  module Listen
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.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.3.0
4
+ version: 1.3.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-08-14 00:00:00.000000000 Z
12
+ date: 2013-09-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rb-fsevent
@@ -105,7 +105,8 @@ files:
105
105
  - LICENSE
106
106
  - README.md
107
107
  homepage: https://github.com/guard/listen
108
- licenses: []
108
+ licenses:
109
+ - MIT
109
110
  metadata: {}
110
111
  post_install_message:
111
112
  rdoc_options: []
@@ -123,9 +124,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
124
  version: 1.3.6
124
125
  requirements: []
125
126
  rubyforge_project: listen
126
- rubygems_version: 2.0.3
127
+ rubygems_version: 2.0.7
127
128
  signing_key:
128
129
  specification_version: 4
129
130
  summary: Listen to file modifications
130
131
  test_files: []
131
- has_rdoc: