bio-commandeer 0.1.2 → 0.1.3

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: 5d1436e7c7b10bdcdf1a2924bdf1e2449a6f69da
4
- data.tar.gz: fefffaf42425620e2eaa40a1a03a1b4d54430a5f
3
+ metadata.gz: 65c0c939bb20515c6669195c285d113ac6da4638
4
+ data.tar.gz: f23a66f1c076dd46147451c948a68458345540af
5
5
  SHA512:
6
- metadata.gz: 476d9922c20d8975144843baa7f8e6ca1cc4bc6fb64ebbaf20a70dcfe7f6f74d3f419e99e16dd9ffecee6a81bbea54ba6533f5ea32fbe2ec796565be4a1f1f95
7
- data.tar.gz: 286e80621fc7112211486b89301d7c0b3343e05068b453f1e411c6c1b1bfd5144e70ccc919d29742fa41435b7cb89743a8648e5931a084ba5179801cd6d8af2b
6
+ metadata.gz: 3c391e332150e3d05bb2451422c404bd04eb7310656f15910cb72a226ec29e82e510e88c6e537653f23a250df006b292dc8d96a96ab648a066664cef8a51074e
7
+ data.tar.gz: 818c977dd5192d42d0d69fae2e67f9dc8385b873487c98eda9649cc436544a62101075e3cbee7520480aa015146cf78fa67a8f3d6f62f4b007d8bb232bd70f13
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -32,7 +32,7 @@ module Bio
32
32
  end
33
33
 
34
34
  if status.exitstatus != 0
35
- raise Bio::CommandFailedException, "Command returned non-zero exit status (#{status.exitstatus}), likely indicating failure. Command run was #{command} and the STDERR was:\n#{stderr}\nSTDOUTT was: #{stdout}"
35
+ raise Bio::CommandFailedException, "Command returned non-zero exit status (#{status.exitstatus}), likely indicating failure. Command run was #{command} and the STDERR was:\n#{stderr}\nSTDOUT was: #{stdout}"
36
36
  end
37
37
 
38
38
  return stdout
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-commandeer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben J. Woodcroft
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bio-logger
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  requirements: []
137
137
  rubyforge_project:
138
- rubygems_version: 2.2.2
138
+ rubygems_version: 2.5.1
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: dead simple method of running shell commands from within Ruby