listen 1.1.4 → 1.1.5

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: b02b90ac47c98e5b5db1ede6486e0713dfe16ac6
4
- data.tar.gz: 8da0f6ac6f806dca07a83fdbfad83f52bd21f221
3
+ metadata.gz: 738c4602db6120344aadacd57239a5931dc00a02
4
+ data.tar.gz: ba52c9e1097a8f0a02eb83c7a2118478ab7e8407
5
5
  SHA512:
6
- metadata.gz: e60815f79dc1958cc7eb94939483c1efcb96a961233c04025417b1c544a5f4c8bed3718afbac7d5f11479a008c097b5503f01b6c26c7cc90cc6a724bbc1484c8
7
- data.tar.gz: 6e1a8b1052b9dae4ce5c258df82f0eb622bfcb9b52098df9634902f7d416a073563516b4250f97243ee536e7017ccbbb8e8cbb4d879accf15eeaf666a5628cf5
6
+ metadata.gz: f229a2ceb10db1fabcc23df34c25589060bda98a67f978dd5f0fe5983f68411bd9ccdcf91dabd0072003b7c7bf3c3a73f25a030495e6304870173a4265bf6f45
7
+ data.tar.gz: fa5852004f3f177a5946d9013f4ab6346aedc0c342964959719a7a5af4a663f11439160166ea9918b6c2d4552fb4dcdeba3c98015a7635114fddff17d330c2a4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.1.5 - Jun 3, 2013
2
+
3
+ ### Bug fix
4
+
5
+ - [#122][] Fix stop called very soon after starting. (reported by [@chriseppstein][], fixed by [@thibaudgg][])
6
+
1
7
  ## 1.1.4 - May 28, 2013
2
8
 
3
9
  ### Bug fix
@@ -324,4 +330,4 @@
324
330
  [@textgoeshere]: https://github.com/textgoeshere
325
331
  [@thibaudgg]: https://github.com/thibaudgg
326
332
  [@vongruenigen]: https://github.com/vongruenigen
327
- [@zanker]: https://github.com/zanker
333
+ [@zanker]: https://github.com/zanker
@@ -66,7 +66,7 @@ module Listen
66
66
  # Stops the listener.
67
67
  #
68
68
  def stop
69
- adapter.stop
69
+ adapter && adapter.stop
70
70
  end
71
71
 
72
72
  # Pauses the listener.
@@ -1,3 +1,3 @@
1
1
  module Listen
2
- VERSION = '1.1.4'
2
+ VERSION = '1.1.5'
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.1.4
4
+ version: 1.1.5
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-05-28 00:00:00.000000000 Z
12
+ date: 2013-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rb-fsevent