rb-fsevent 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ class FSEvent
16
16
  Process.kill("KILL", pipe.pid)
17
17
  pipe.close
18
18
  end
19
- rescue Interrupt, IOError
19
+ rescue IOError
20
20
  end
21
21
 
22
22
  private
@@ -1,3 +1,3 @@
1
1
  class FSEvent
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-fsevent
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 8
10
- version: 0.3.8
9
+ - 9
10
+ version: 0.3.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thibaud Guillaume-Gentil