bpm_manager 1.0.13 → 1.0.14

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: 8e779b2fa46ea794ccc9439eaffdcb7d0d25a507
4
- data.tar.gz: c938b6cc7ff477160d69126b86bb7d08ce28df70
3
+ metadata.gz: 6b80fa01741f0853dac482d3c4a704a1ad639851
4
+ data.tar.gz: 61f24ee2bbd93063a38562ba9119f91e11840e73
5
5
  SHA512:
6
- metadata.gz: 8fb834f53c7d0183d2168a99bda16a3efcbf8b4a7ccdc586d12984d11338ff50aa49d9cf6f582a16081bbbbbcda23d133d43798d2c87faabd36e7c0664b579c7
7
- data.tar.gz: 6db5065c89a865561922cbee7c8d8c55054c26b70a517b6678b2983f248c4ab90bc605a7d0ffd72e739881e187ede51d9a5757116959dd78fdc3bc7ad13fe90e
6
+ metadata.gz: 04d6ce9fa04ab8710d94bbce8e1f15aef923185c08331baf0ddd4d480a8ea537921826c968eff008ec27f70f8055deff7494233ece903f00c8f178980ca2e5f7
7
+ data.tar.gz: ded4f933cf2f3c3595a8696600942fae117c801e4301cfcd3eb69e0657f2d457db00d6c0163b251f5715bc1ccfe3afc37cd61fe1d30e2cfd243a33c59f139924
@@ -267,7 +267,7 @@ module BpmManager
267
267
 
268
268
  unless input['taskInfoList'].nil? || input['taskInfoList'].empty?
269
269
  input['taskInfoList'].each do |tasks_array|
270
- puts '-----> ' + tasks_array['taskSummaries'].map{|e| e['created-on']}
270
+ puts '-----> ' + tasks_array['taskSummaries'].map{|e| e['created-on']}.inspect
271
271
  task = tasks_array['taskSummaries'].map{|e| e['created-on']}.max # Selects only the last active task
272
272
  task_query = self.task_query(task['id'])
273
273
  my_task = OpenStruct.new
@@ -1,3 +1,3 @@
1
1
  module BpmManager
2
- VERSION = "1.0.13"
2
+ VERSION = "1.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bpm_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel Presa