cloudhub_wrapper 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cloudhub_wrapper.rb +1 -1
  2. metadata +2 -2
@@ -33,7 +33,7 @@ class CloudhubWrapper
33
33
 
34
34
  doc = REXML::Document.new(File.read(File.join(File.dirname(__FILE__), "..", "data", "default.xml")))
35
35
  root = doc.root
36
- address_el = root.elements[1].elements["ns0:address"]exit
36
+ address_el = root.elements[1].elements["ns0:address"]
37
37
  contact_el = root.elements[1].elements["ns0:contact"]
38
38
 
39
39
  root.add_attributes({"interchangeDate" => Time.now.to_s, "xmlns:ns0" => schema})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudhub_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-25 00:00:00.000000000 Z
12
+ date: 2015-06-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This wrapper is built to communicate with a custom Cloudhub API.
15
15
  email: froesecom@gmail.com