hpcloud 2.0.0 → 2.0.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.
- data/lib/hpcloud/commands/dns/records/add.rb +1 -1
- data/lib/hpcloud/version.rb +2 -2
- data/lib/hpcloud.rb +0 -1
- metadata +1 -2
|
@@ -38,7 +38,7 @@ Examples:
|
|
|
38
38
|
@log.fatal dns.cstatus
|
|
39
39
|
end
|
|
40
40
|
priority = priority[0]
|
|
41
|
-
record = dns.create_record(name, type, data, {
|
|
41
|
+
record = dns.create_record(name, type, data, { :priority => priority.to_i })
|
|
42
42
|
if record.nil?
|
|
43
43
|
@log.fatal dns.cstatus
|
|
44
44
|
end
|
data/lib/hpcloud/version.rb
CHANGED
data/lib/hpcloud.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hpcloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -365,4 +365,3 @@ signing_key:
|
|
|
365
365
|
specification_version: 3
|
|
366
366
|
summary: HP Cloud CLI
|
|
367
367
|
test_files: []
|
|
368
|
-
has_rdoc:
|