aries_ruby_cli 0.0.8 → 0.0.9

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: 50aa5cb16def9975ef5e0de6cc7294a6daabe867
4
- data.tar.gz: d7001f3cde6e9e8bf4a4fba1c251f4890a5f15fa
3
+ metadata.gz: ea8ac61f88d433242be3a70e9b516e6948d6b64d
4
+ data.tar.gz: 8284d4f89699e10b012c6dfcb049fce48786fd7d
5
5
  SHA512:
6
- metadata.gz: 0f029f4444893ee50a524827e564f961fb929e9e3aabaae211ecdcd40362457aac90140968a284fd68f506392cd7b3cd3005ffecf36e333e5f11aea489d48f64
7
- data.tar.gz: 9104944632012df2713ceac93e0df46ecf10d99247528d3792fb2b0da61ac7546c1ef7bb3751ba25c912d61d1fa3a15a67641033091fb50488ef8f4815ee4c6b
6
+ metadata.gz: 81ae26569d97d71b21b57a4857f663574932c15e560b4a088ee8adba3837f631415e8890a11a1192634cfd6ddcd921a99529af15759387a5d797b6eefe188798
7
+ data.tar.gz: 350d553844d1f0724a6e23f1d15da85bd51374af97b6c46295a3fccf3957ae255fa65a01de5efc06a6921e8aba190418fb09f71259f877f63d7e5c1173681a98
@@ -1,3 +1,3 @@
1
1
  module AriesRubyCli
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -14,7 +14,8 @@ module AriesRubyCli
14
14
  task_name = ENV['TASK_NAME']
15
15
  require task_name
16
16
  activity = task_name.tr('-', '_').classify.constantize.new
17
- puts activity.on_task(JSON.parse(input), JSON.parse(config), execution_date)
17
+ output = activity.on_task(JSON.parse(input), JSON.parse(config), execution_date)
18
+ at_exit { puts output }
18
19
  end
19
20
  end
20
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aries_ruby_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - alois