openagent 0.8.3 → 0.8.4

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 OpenAgent
2
- VERSION = '0.8.3' unless defined?(OpenAgent::VERSION)
3
- end
2
+ VERSION = '0.8.4' unless defined?(OpenAgent::VERSION)
3
+ end
@@ -38,6 +38,12 @@ module SIF
38
38
  nil
39
39
  end
40
40
 
41
+ def event_objects
42
+ inner_message.event.object_data.event_object
43
+ rescue NoMethodError
44
+ nil
45
+ end
46
+
41
47
  def type
42
48
  if event then :event else :response end
43
49
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: