cleanfb 0.2.0.5 → 0.2.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d7fc65bc3bfcc96ac35270ec2715ba8265af518
4
- data.tar.gz: 4e165bf9cf0989935cf220fcb6eccfb6a3d00748
3
+ metadata.gz: 67dfc992ff1c145242a0d7cc65bb6e4a0ad53ad1
4
+ data.tar.gz: 4e7c4dfefdbb55522c8980866f0474a28ff55123
5
5
  SHA512:
6
- metadata.gz: 069b80bfb9d78706080f31f7263a0c73ad9a91cf5985f09aa4b54da4102a958112d44939193559743ed02e1d38e7e9c6ffd28eb2bad68d6c34c2b0f34321adef
7
- data.tar.gz: b126e7f39dbb7784fcd9411bf971e4ecda62c696b9854ea3b136ed42b760caa7652b9faf1ccf18119320dc7ee8d277ef6373a95a663e113246bbe1ae58a09eda
6
+ metadata.gz: cb920a309e5b3d100a848fac8ef843ccb405d6bd53485970a78da07bcecce5bde9a705c11225330f477984fcc15c3a5c3d1af2e66a66d7224171526e10c8cdba
7
+ data.tar.gz: d82baf925a74cd2a7ba16164358a5047b5e8f03c64dd4b304f159dcb3df71c6cb479550beae25b41ae1a8ff8f270a1bdad1b1ffbef7cad64fe68a419a6669a38
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.2.0.5"
2
+ VERSION = "0.2.0.6"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -135,8 +135,7 @@ module Cleanfb
135
135
 
136
136
  path += "/" + start[0..15] + sum + "/"
137
137
 
138
- if File.exist? "#{path}/contents"
139
-
138
+ if File.exist? file
140
139
  puts "Restoring " + path
141
140
  cmd = `mv -f #{file} #{path}contents`
142
141
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cleanfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.5
4
+ version: 0.2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl