iibee 0.1.19 → 0.1.20

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59c889dc598bf0efe94131966a15ab4799f31044
4
- data.tar.gz: 58afd3ee12f3f94d249ba761a8d68ca6c013e9e8
3
+ metadata.gz: d3c521e03320469a104b23b9d59501e69dc4d51c
4
+ data.tar.gz: de35ed21e513ad6afcd9e33fa6284e5f9cea7f53
5
5
  SHA512:
6
- metadata.gz: 0026266a8559c6f180e5ba722775c8f5004465799cb20ac76228f75f34fc13d3ce9a9e78a7322de9cb7a85d65fa8574cdaed0f01459ab3c47ab8de88f6ee987f
7
- data.tar.gz: 6ce1a3968b5478aa7e99d5a5492c278207a15fc4e5407805b1f10b63f70501d3a7246c7d60c246c58a08a71195d6a17b90a5d26013aa70c19bae7cbee7e20d06
6
+ metadata.gz: c1098610701ee6796b9a3222561f29f0d242702f8fa72dcc675059b94c32d50c1a32595884fc71ea943ca8bc4774c16e00e0c7b3f711ad96eccf12396dc6ce59
7
+ data.tar.gz: 80b9f8c66b7421211da8709fca17cca2d89dd799f2d2e750fe3a352ccad08bb0c8312322237ba5621de7ad399f6820ef49e36268515faeb2374c0437475752d7
@@ -56,6 +56,8 @@ module Iibee
56
56
 
57
57
  document.xpath("//messageflow[@name='#{name}']").each do |msg_flow|
58
58
  msg_flows << new(msg_flow, msg_flow.parent.parent.parent.get('type'), msg_flow.parent.parent.get('name'), msg_flow.parent.parent.parent.parent.get('name'), options)
59
+ p "******************** PARENT ***********************"
60
+ p msg_flow.parent.parent.parent.parent.get('type')
59
61
  end
60
62
 
61
63
  return msg_flows
@@ -67,10 +69,14 @@ module Iibee
67
69
 
68
70
  def start
69
71
  response = Iibee::Connection.new(options: options).put("#{CONTEXT_PATH}/#{executionGroupName}/#{parentType}/#{parentName}/messageflows/#{name}?action=start")
72
+ p "************************* START RESPONSE *********************************"
73
+ p response
70
74
  end
71
75
 
72
76
  def stop
73
77
  response = Iibee::Connection.new(options: options).put("#{CONTEXT_PATH}/#{executionGroupName}/#{parentType}/#{parentName}/messageflows/#{name}?action=stop")
78
+ p "************************* STOP RESPONSE *********************************"
79
+ p response
74
80
  end
75
81
  end
76
82
  end
data/lib/iibee/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Iibee
2
- VERSION = "0.1.19"
2
+ VERSION = "0.1.20"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iibee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - akil
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-29 00:00:00.000000000 Z
11
+ date: 2015-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler