ultradns_updater 0.0.20 → 0.0.21

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.
@@ -31,7 +31,7 @@ class UltraDNSUpdater::CLI
31
31
  hostname = strategy_klass.new(ultradns, opts[:update_strategy], @logger).update()
32
32
 
33
33
  if hostname.nil?
34
- error_text = "Error Creating or Updating CNAME for hostname: #{hostname} using: #{strategy_name}"
34
+ error_text = "Error Creating or Updating CNAME for hostname: #{hostname} using: #{opts[:update_strategy][:use]}"
35
35
  error_text += " check log file #{opts[:log_to]}" if opts[:log_to]
36
36
  @logger.error error_text
37
37
  ::Logger.new(STDERR).error error_text
@@ -13,5 +13,5 @@
13
13
  # limitations under the License.
14
14
 
15
15
  module UltraDNSUpdater
16
- VERSION = "0.0.20"
16
+ VERSION = "0.0.21"
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultradns_updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -163,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  segments:
165
165
  - 0
166
- hash: -3951190794668498878
166
+ hash: 1966732010595683364
167
167
  required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  none: false
169
169
  requirements:
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  segments:
174
174
  - 0
175
- hash: -3951190794668498878
175
+ hash: 1966732010595683364
176
176
  requirements: []
177
177
  rubyforge_project: ultradns_updater
178
178
  rubygems_version: 1.8.24