aries_ruby_cli 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 325d128d6f731fe8bebf80de93bd43e40d8ad58a
4
- data.tar.gz: 35e6977bd9c304fcc5a9deaaef8f3138bb58f1be
3
+ metadata.gz: 54221499353e5115857d8347ca1f3490b70d04d3
4
+ data.tar.gz: f6d3280b5407b1e6aeddd7ce3e270bae806d88a1
5
5
  SHA512:
6
- metadata.gz: 023a25d70b10353bf1f9c7615041b36c9f811f345f35e717366a584960478fc22b8c1d7a7ba152269a3e8050f0e40c5b6a03efc1ad7f8591698eb40fa6a5dca9
7
- data.tar.gz: 185828add66e2b47f6ad1dcebaca5dc484b6aa49f1e3d242b22bf2c216fcde05e858b2840edb5fefbd17f6b4607fe80a6aeed2b88d43effbbdaa8010cf520579
6
+ metadata.gz: c6d3c4f7597a7b9168ab000b552b04df1d3438b2569bc06553aa893bac475e74365783e839adfd9966ad0819fedf6e918ec0913292526c5c2047de8cfb7d6186
7
+ data.tar.gz: eb710f075fda85716360f7450f54654a35528e0dc79a70436640e8a8161c77e2d09e92689ba59f33813968771d7bf8db50adb211b0d67cd35753bfeebab42302
@@ -9,7 +9,7 @@ def run_task(input, config, execution_date)
9
9
  require task_name
10
10
  activity = task_name.tr('-', '_').classify.constantize.new
11
11
  output = activity.on_task(JSON.parse(input), JSON.parse(config), execution_date)
12
- at_exit { puts output }
12
+ puts output
13
13
  end
14
14
 
15
15
  run_task(ARGV[0], ARGV[1], ARGV[2])
@@ -1,3 +1,3 @@
1
1
  module AriesRubyCli
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - alois