hpcloud 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, { 'priority' => priority.to_i })
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
@@ -21,7 +21,7 @@
21
21
 
22
22
  module HP
23
23
  module Cloud
24
- VERSION = '2.0.0'
25
- SHA1 = '0f4bee4da6fd6f98be6d85660ff6e91ae71d4116'
24
+ VERSION = '2.0.1'
25
+ SHA1 = 'c1c76d8c26c2c7a4789bc4c655e1151cb29f21ea'
26
26
  end
27
27
  end
data/lib/hpcloud.rb CHANGED
@@ -19,7 +19,6 @@
19
19
  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
20
  # SOFTWARE.
21
21
 
22
- require "bundler/setup" # Comment out for delivery
23
22
  require 'fog'
24
23
 
25
24
  require 'hpcloud/version'
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.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: