cleanfb 0.2.1.5 → 0.2.1.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: 80d6186b55da79926eeb8795c20fdf6a5f771474
4
- data.tar.gz: ff65a64e90443c87fe0e340f34d92cc13240cd48
3
+ metadata.gz: 3f5a99260eaef0b2c9399d930ea40f40e9d2f9a5
4
+ data.tar.gz: ccc90a6e191adc0d7f2172ab06c46ab4947bce5b
5
5
  SHA512:
6
- metadata.gz: f5b697bcabd15fd28c9da5e9d66a7800ec1c5386ff1fb04a1fedaf30f1c45d7ae83e83f454ec6fba6632045adee61b038b331054732b4c5f477334bd45bf9148
7
- data.tar.gz: 6dd97b4d0b37587528829c1ca26d6f6e6601f5d48b8b398277b34a75a0f7bff627fd4f5ee50f03c1f60b1882bebaf49231ef8bf97aa025c81e8834bc18ec9d81
6
+ metadata.gz: ecabd7bc4f0003d653fcd2a87041be816c8753057369adb32edb2d80ba2cc8dc872836c435a9051a0c31f6220d681696634f95bf41762a676d4ca2c9435d091a
7
+ data.tar.gz: 60cf18de1a15a275cd399ecbd28e016bd04e65322b7f5bbaab505d893c3ba99cd1f6bc8ed234a2f63f049416b1a542beb5f92801dc54debf0adb88e518fb1a77
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.2.1.5"
2
+ VERSION = "0.2.1.6"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -169,7 +169,7 @@ module Cleanfb
169
169
  # if yes, retrieve the files and remove them
170
170
  if ans == "y" || ans == "yes"
171
171
 
172
- host = arg.scan(/_\w+\.\w+_/).gsub!("_", "")
172
+ host = arg.scan(/_\w+\.\w+\.?\w+?_/).join("").gsub!("_", "")
173
173
 
174
174
  puts ":: " + host
175
175
  store(host)
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.1.5
4
+ version: 0.2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl