cleanfb 0.1.2 → 0.1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 467b2435df87f3108d8ed71e65f0106fa7b29726
4
- data.tar.gz: 08b60fa7af284ae45f100c03c9ec44b1c77f9534
3
+ metadata.gz: 5b4530c8e3a7f04aecd3ad56634977c886288693
4
+ data.tar.gz: 2637d66672286bf73dd9ecacdb35bbcfb07554be
5
5
  SHA512:
6
- metadata.gz: ffd763b7e30cb5bc194a6523d1bef9861ac2b5d313149e2940519a4be307946122966a5a859eb91cdbabde8ecbbb4edd859bee821f34a1eae4e521bd82328b98
7
- data.tar.gz: 2a8dfe84e85c33c7bed247e0d7d78df6ab136d9b6c04afc37a821e7ae80e57b717fb2ba3a81c3d7399b8024c664b2d83ecb4ce88a98e1d3d202b15e1215faa17
6
+ metadata.gz: d1cecd33fa8197c59092cc8f6cff8e05250b9a69a9a349db3b9989c642f6344062e52885c596686dd6dab654c08232b3ae8a9714f3d4772b0601eb2287cc870a
7
+ data.tar.gz: 66c1af0a8fa5fdb7f0bc970335c593fbacc82ceae3a04764e5fb05f466667b2e4bf64ee963c8c6b4d915e79f46b2dbf7632a043af23d8566d6a1bfa318932e06
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.2.1"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -43,7 +43,7 @@ module Cleanfb
43
43
  sum = line.split(" ")[0]
44
44
  start = (sum.scan /\w/).join("/")
45
45
 
46
- path += "/" + start[0..7] + sum + "/"
46
+ path += "/" + start[0..15] + sum + "/"
47
47
  puts "Removing " + path
48
48
  cmd = `rm -rf #{path}`
49
49
  end
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.1.2
4
+ version: 0.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl