adobe_connect_api 0.1.1 → 0.1.2alpha

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AdobeConnectApi
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2alpha"
3
3
  end
@@ -78,6 +78,9 @@ module XMLParser
78
78
  data = XmlSimple.xml_in(xml)
79
79
 
80
80
  if data['description']
81
+ puts data.inspect
82
+ puts data.class
83
+ puts data['description'].inspect
81
84
  return data['description'].first
82
85
  else
83
86
  raise "No description information found."
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adobe_connect_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
5
- prerelease:
4
+ version: 0.1.2alpha
5
+ prerelease: 5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Christian Rohrer
@@ -81,9 +81,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  none: false
83
83
  requirements:
84
- - - ! '>='
84
+ - - ! '>'
85
85
  - !ruby/object:Gem::Version
86
- version: '0'
86
+ version: 1.3.1
87
87
  requirements: []
88
88
  rubyforge_project:
89
89
  rubygems_version: 1.8.25