ruby_omx 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module RubyOmx
7
7
 
8
8
  def send_udoa_request(params)
9
9
  request = build_udoa_request(params)
10
- response = post(request.to_xml)
10
+ response = post(request.to_xml.to_s)
11
11
  if request.raw_xml==true || request.raw_xml==1
12
12
  return response
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module RubyOmx
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_omx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: