dshelf 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
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