cleanfb 0.2.0.8 → 0.2.0.9

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: 236b6cdda8b917e01c59c7040ce5a960ef0ed109
4
- data.tar.gz: 9e9374f870cf05b0f1025e3cfcda2ad3bdbb4ddd
3
+ metadata.gz: d33b7e106b18ef5421b10eb1ec0454e6fcdbe1a1
4
+ data.tar.gz: c30945ba32cfc538438c80285f54736e7201e59b
5
5
  SHA512:
6
- metadata.gz: 0bfc9a7ef0c771f13b0111c496408f9d526384dcf763f09d74c81d08225644fcffca55f0a99113fd64eb44aa5cf94ae325e2cc8b9a2aa6d066ec1882f691b511
7
- data.tar.gz: 8dc73842de085f6cabefd6eef66c4b1f7174c291a35d8d5924d2f662c34293b0da6c97bd1e930b179157bf5f474bfd09e8874eb75671d15cdcd9ecad912c55be
6
+ metadata.gz: 7b87f3bfa404e204187dcb5ead7d50cbf687317f66f9e5b1a4cd77702fef3b880e4a785a5b656a3026e27beb7cb3860b99f3d9c515c0f1ccf161b9652d3384a6
7
+ data.tar.gz: 0a191008ba214518148d17dab0d90571d80163a809683369ea3c0827ff967c0b2c434efb9c100221fa64d9a8a60b6fd7be248211b3c192ca4aef846b38ff3c9a
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.2.0.8"
2
+ VERSION = "0.2.0.9"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -132,11 +132,11 @@ module Cleanfb
132
132
  cmd = `mv -f #{path}contents /root/saved_configs/#{name}/#{date}_#{time}_#{file}`
133
133
  cmd = `rm -rf #{path}`
134
134
  else
135
- puts "No file #{arg} found."
135
+ puts "No file #{host} found."
136
136
  end
137
137
  end
138
138
  else
139
- puts "No file #{arg} found."
139
+ puts "No file #{host} found."
140
140
  end
141
141
  return
142
142
  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.2.0.8
4
+ version: 0.2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl