adobe_connect_api 0.0.20.alpha → 0.0.21.alpha

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.
@@ -1,3 +1,3 @@
1
1
  module AdobeConnectApi
2
- VERSION = "0.0.20.alpha"
2
+ VERSION = "0.0.21.alpha"
3
3
  end
@@ -145,11 +145,11 @@ class AdobeConnectAPI
145
145
  puts res.body
146
146
  data = XmlSimple.xml_in(res.body)
147
147
 
148
- sco = data["sco"]
148
+ sco = data["sco"].first
149
149
  puts sco.class
150
150
  puts sco.inspect
151
151
  puts sco.methods.sort
152
- sco_id = data["sco"].attr('sco-id')
152
+ sco_id = data["sco"].first.attr('sco-id')
153
153
 
154
154
  #get principal id
155
155
  principal_id = get_principal_id(host)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adobe_connect_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20.alpha
4
+ version: 0.0.21.alpha
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: