brbackup 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. data/gemspec.rb +1 -1
  2. data/lib/brbackup.rb +1 -1
  3. metadata +2 -2
data/gemspec.rb CHANGED
@@ -15,5 +15,5 @@ GEM_SPEC = Gem::Specification.new do |s|
15
15
  s.name = GEM_NAME
16
16
  s.platform = Gem::Platform::RUBY
17
17
  s.require_path = "lib"
18
- s.version = "0.1.0"
18
+ s.version = "0.1.1"
19
19
  end
@@ -335,7 +335,7 @@ module BR
335
335
  end
336
336
 
337
337
  def password_option
338
- dbpass.nil? || dbpass.blank? ? "" : "-p'#{dbpass}'"
338
+ dbpass.nil? || dbpass.empty? ? "" : "-p'#{dbpass}'"
339
339
  end
340
340
 
341
341
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tung Nguyen