dply 0.2.10 → 0.2.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: c60a81b81642343a48a22ff3931e504c51dd3ec1
4
- data.tar.gz: f679ecc74ae8843de5fb1e6f6fd17a4dd3abef71
3
+ metadata.gz: a0ac3b7f967497f1b85a16415990df69b0c854ea
4
+ data.tar.gz: a2d8d0a195d3c349a3be0582b9ca35e1e18879ab
5
5
  SHA512:
6
- metadata.gz: e61c97e9aac65f8f97e392bd145205f1e922b0b6cd7e21f8b74854ea154e02557b542c55b6949d54cb22133f2d115f3884455fb1dfae43a295481f30b65b0cc3
7
- data.tar.gz: 58dd1abb7a93aa5cbb948d0a2599f215481a4cf03690da4448f3b21d2b67bfffa0bdce9a95a95db4ddebb85936e7ac0fdcb4d794407b24a0d9806b7f0a50e485
6
+ metadata.gz: d4a575b0bfc3733134a6d70d9a271e14c672318948c0f665f408134f01de953dfb8f62182392040f0dcbde5e9c2566c30b1f7e2381ee1629951b0159f8547aef
7
+ data.tar.gz: 01cc78729016a11518d3c5d3becfdd610509f76587ccf1d3e20df7547c0f10fbb2b7fc50a1144c75c59784f9e9a6ee233b17b3eafafd96719f8915f2918bbba4
data/lib/dply/helper.rb CHANGED
@@ -11,7 +11,7 @@ module Dply
11
11
  command_arr = command
12
12
  command_str = command.join(" ")
13
13
  else
14
- command_arr = %W(#{command})
14
+ command_arr = command.split
15
15
  command_str = command
16
16
  end
17
17
  stringify_values!(env)
data/lib/dply/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dply
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dply
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-12 00:00:00.000000000 Z
11
+ date: 2016-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-elf