dshelf 0.2.9 → 0.2.10

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.
Files changed (2) hide show
  1. data/lib/dshelf.rb +2 -2
  2. metadata +2 -2
data/lib/dshelf.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module DistributedShelf
2
- VERSION = '0.2.9'
2
+ VERSION = '0.2.10'
3
3
 
4
4
  @@config = {}
5
5
 
@@ -17,7 +17,7 @@ module DistributedShelf
17
17
  return true unless File.expand_path(file).match(distributed_path).nil?
18
18
  end
19
19
  else
20
- return not(File.expand_path(file).match(@@config[:distributed_path]).nil?)
20
+ return !File.expand_path(file).match(@@config[:distributed_path]).nil?
21
21
  end
22
22
  false
23
23
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 9
9
- version: 0.2.9
8
+ - 10
9
+ version: 0.2.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Phil Pirozhkov