adobe_connect_api 0.0.31.alpha → 0.0.32.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.
@@ -48,7 +48,7 @@ class AdobeConnectApi::FilterDefinition
48
48
 
49
49
  class Field
50
50
  def matches (value)
51
- @matches = URI::encode(value)
51
+ @matches = value
52
52
  end
53
53
 
54
54
  def greater_than (value)
@@ -1,3 +1,3 @@
1
1
  module AdobeConnectApi
2
- VERSION = "0.0.31.alpha"
2
+ VERSION = "0.0.32.alpha"
3
3
  end
@@ -169,9 +169,9 @@ class AdobeConnectAPI
169
169
  data = XmlSimple.xml_in(res.body)
170
170
  rows = []
171
171
  if data["principal-list"]
172
- data["principal"].each do |trans|
172
+ data["principal-list"].each do |trans|
173
173
  # can only contain one result
174
- principal_id = trans["principal-id"]
174
+ principal_id = trans["principal"]["principal-id"]
175
175
  end
176
176
  end
177
177
  return AdobeConnectAPI::Result.new(data["status"][0]["code"], principal_id)
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.31.alpha
4
+ version: 0.0.32.alpha
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: