cleanfb 0.2.9.2 → 0.2.9.3

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: d708b85f90bf9c1b1ceac197443569e2f720a4b8
4
- data.tar.gz: 3fdfbedb312c842ab34fabc063ce2155d93bbedd
3
+ metadata.gz: 879b2ce892dc8db663dbc94e97c0d6025097147a
4
+ data.tar.gz: f83bb24b9530f660d9be8397f781d5bbc6ba05a3
5
5
  SHA512:
6
- metadata.gz: 16608608091018d6971e9f827d679d55d566c7f11d5518daa74cce6f98597a2f8bf6173e567d2ddd70df973d4a372a5438158d8a2931d78ff26f815ca070fa02
7
- data.tar.gz: 99c25c4d6607444f3a8baeafb94cf25448077fa0866cc90972405a0a6c4e6e4ae711f09c5409c13263a9240a3c8f6fd4a0a750cdba12996fabc778bf8366449e
6
+ metadata.gz: 48515710b6b1a14d5c8dd24f0a7dca80f6f5a80d220a311309d5b6cc8543c83ca3c8e807642ad03eb7bc171407f1a8da5390e73206ddcdfbf7412c016d05d032
7
+ data.tar.gz: 76f889c0632a2025af18be8a804a00510c4a70ddcbdf5e213423f25079ac61d3b2d12302dc25391cfcf96ea76a021ae82c6e0b68bad04403defc7869c22e1a6f
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.2.9.2"
2
+ VERSION = "0.2.9.3"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -14,9 +14,9 @@ module Cleanfb
14
14
  puts @hostname
15
15
  puts @restore
16
16
 
17
- if @hostname.empty? || @hostname.nil?
17
+ if @hostname.nil? || @hostname.empty?
18
18
  restore
19
- elsif @restore.empty? || @restore.nil?
19
+ elsif @restore.nil? || @restore.empty?
20
20
  remove
21
21
  else
22
22
  puts "Invalid input. See cleanfb --help for usage"
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.9.2
4
+ version: 0.2.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl