org-converge 0.0.12 → 0.0.13

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: 72e89091fab09c57f8564f168764b393111f5138
4
- data.tar.gz: c7a7d29b0c0a86e11d95271d117a685cbab41793
3
+ metadata.gz: d7a97ec8da9f4a8f8821a467698c8610b8a6b87c
4
+ data.tar.gz: d818011bb528d5db4177f39440fef3714e34f60c
5
5
  SHA512:
6
- metadata.gz: 43e71d209d7ea8bf2ada721adc05cda93734d3c85c1d9d3dcd01f8ee056258d1276aa7d4528672251a377af134cf3ed23507e3af430d7590bde9a7c75932a5b8
7
- data.tar.gz: 6b95cf0b6c050102f52740400aa1d305f47369aec5655772717009b61597b31913250ac3f8c2b1b4704eddcee7aafaa6f7557b34aea2fd84d03f67a1c3802740
6
+ metadata.gz: 5b319849d03e1d323ee6aee744bf8ad62cb6be0eb408c0a0c14db52829799f89433328cd61a3eb8883af3fef9099a16e03499b21bac50c380d3ef10e29c677be
7
+ data.tar.gz: 1a24ec44adfc113364f8514595bd3e4d5b319aea0dcbe25cd2c79c5ed32f81e1e64f41cf0b2bd7f21b6c75d94851fb42b8c3022f0298a05382b0b79927b1ceca
@@ -150,7 +150,7 @@ module OrgConverge
150
150
  file = File.expand_path("#{@run_dir}/#{key}")
151
151
  bin = determine_lang_bin(script)
152
152
  cmd = "#{bin} #{file}"
153
- run_procs(script, cmd)
153
+ run_procs(script, cmd, engine)
154
154
  end
155
155
  end
156
156
  logger.info "Run has completed successfully.".fg 'green'
@@ -1,3 +1,3 @@
1
1
  module OrgConverge
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
@@ -8,27 +8,27 @@
8
8
  ** Runnable blocks
9
9
 
10
10
  #+name: runnable_block_1
11
- #+begin_src bash :results output
11
+ #+begin_src sh
12
12
  echo "first" > output.log
13
13
  #+end_src
14
14
 
15
15
  ** COMMENT Non runnable blocks
16
16
 
17
17
  #+name: not_runnable_block_2
18
- #+begin_src bash :results output
18
+ #+begin_src sh
19
19
  echo "should not run" >> output.log
20
20
  #+end_src
21
21
 
22
22
  ** More runnable blocks
23
23
 
24
24
  #+name: runnable_block_3
25
- #+begin_src bash :results output
25
+ #+begin_src sh
26
26
  echo "third" >> output.log
27
27
  #+end_src
28
28
 
29
29
  *** COMMENT Not runnable block
30
30
 
31
31
  #+name: not_runnable_block_4
32
- #+begin_src bash :results output
32
+ #+begin_src sh
33
33
  echo "fourth" >> output.log
34
34
  #+end_src
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: org-converge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waldemar Quevedo