fssm 0.2.6 → 0.2.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,10 +61,7 @@ module FSSM::Support
61
61
  def rb_fsevent?
62
62
  begin
63
63
  require 'rb-fsevent'
64
- if defined?(FSEvent::VERSION)
65
- FSEvent::VERSION.to_f >= 0.4
66
- end
67
- true
64
+ defined?(FSEvent::VERSION) ? FSEvent::VERSION.to_f >= 0.4 : false
68
65
  rescue LoadError
69
66
  false
70
67
  end
@@ -1,3 +1,3 @@
1
1
  module FSSM
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.6.1"
3
3
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 6
9
- version: 0.2.6
9
+ - 1
10
+ version: 0.2.6.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Travis Tilley