ruby_omx 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,8 @@ module RubyOmx
11
11
  xml_reader :error_messages, :as=>[ErrorMessage], :in=>'ErrorData'
12
12
 
13
13
  def to_s
14
- self.errors.collect{ |e| e.message.to_s }.join(',')
14
+ error_string = self.errors ? self.errors.collect{ |e| e.message.to_s }.join(',') : "none"
15
+ return "Errors: #{error_string}"
15
16
  end
16
17
 
17
18
  end
@@ -1,3 +1,3 @@
1
1
  module RubyOmx
2
- VERSION = "0.0.33"
2
+ VERSION = "0.0.34"
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.33
4
+ version: 0.0.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: