fssm 0.2.6 → 0.2.6.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.
@@ -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