adobe_connect_api 0.0.47.alpha → 0.0.48.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.47.alpha"
2
+ VERSION = "0.0.48.alpha"
3
3
  end
@@ -123,7 +123,10 @@ class AdobeConnectAPI
123
123
  puts "ACS: user created"
124
124
  puts res.body
125
125
  data = XmlSimple.xml_in(res.body)
126
- data["principal"]["principal-id"]
126
+ principal_id = data["principal"]["principal-id"]
127
+ puts principal_id
128
+ return principal_id
129
+
127
130
  end
128
131
 
129
132
  # create a new meeting in Adobe Connect
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.47.alpha
4
+ version: 0.0.48.alpha
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: