deadly_serious 0.9.3 → 0.9.4

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: 941a144211df0a1b54e1bd520a316932ec66dcc2
4
- data.tar.gz: e0606baf5466d8f7ae5cbf357851491b22c2aa68
3
+ metadata.gz: 74f8ac5e58da529c148850d7fa5354270c66b53d
4
+ data.tar.gz: 330f78ca6925b88543d1c6d1c2dd6d5d967e182a
5
5
  SHA512:
6
- metadata.gz: 89f2a71f3268d657e9a8b317e287c14a540d2630d82bfde678d13e7ba2cddc8968a934c82dbf08d5ffdc486860761b3ca31f7af984e03fa2bd57d0f260a4d00b
7
- data.tar.gz: 2c2e25c17c05019e0a7ff3ad3692262cf2d0e00f02885732efadfa109fc441943a04f55ce01bcdc6c6897c2f3cf9b2832b2c157cf8db75ccb410b9314a6723c7
6
+ metadata.gz: bdeb01f8f609608afbe02fc323cb9b298018f85e6d410e2cda7aa476bfa78f3dd760d3ef979bc5587127daa09d853929d4d307ee11305769ee07d713406b539c
7
+ data.tar.gz: 6246198bc245ad500cf37a8a70a30694c100dafcb77826b1450db4b8ef6285570ed6e01ba6f816500855d7345f3cc215df7759a3ab2b2d8951d6cb7f650ab757
@@ -99,7 +99,7 @@ module DeadlySerious
99
99
  command = a_shell_command.dup
100
100
  a_shell_command.scan(/\(\((.*?)\)\)/) do |(pipe_name)|
101
101
  pipe_path = create_pipe(pipe_name)
102
- command.gsub!("((#{pipe_name}))", pipe_path)
102
+ command.gsub!("((#{pipe_name}))", "'#{pipe_path.gsub("'", "\\'")}'")
103
103
  end
104
104
  @ids << spawn(command)
105
105
  end
@@ -1,3 +1,3 @@
1
1
  module DeadlySerious
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deadly_serious
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ronie Uliana