billymeltdown-choctop 0.11.0.3 → 0.11.0.4

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 (2) hide show
  1. data/lib/choctop/appcast.rb +2 -2
  2. metadata +2 -2
@@ -87,8 +87,8 @@ module ChocTop::Appcast
87
87
  end
88
88
 
89
89
  def upload_appcast
90
- _host = host.blank? ? "" : host
91
- _user = user.blank? ? "" : "#{user}@"
90
+ _host = host.nil? ? "" : host
91
+ _user = user.nil? ? "" : "#{user}@"
92
92
  case transport
93
93
  when :scp
94
94
  # this is whack, really, work out your rsync options
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 11
8
8
  - 0
9
- - 3
10
- version: 0.11.0.3
9
+ - 4
10
+ version: 0.11.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dr Nic Williams