mandy 0.5.7 → 0.5.8

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/mandy-hadoop +0 -1
  3. metadata +6 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.7
1
+ 0.5.8
@@ -108,7 +108,6 @@ begin
108
108
  -output "#{output}" 2>&1)
109
109
 
110
110
  result = []
111
- puts "#{command}"
112
111
  IO.popen(command, 'r') do |subprocess|
113
112
  while line = subprocess.gets
114
113
  if line.include?('Running job:')
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandy
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 27
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 5
8
- - 7
9
- version: 0.5.7
9
+ - 8
10
+ version: 0.5.8
10
11
  platform: ruby
11
12
  authors:
12
13
  - Andy Kent
@@ -26,6 +27,7 @@ dependencies:
26
27
  requirements:
27
28
  - - ">="
28
29
  - !ruby/object:Gem::Version
30
+ hash: 3
29
31
  segments:
30
32
  - 0
31
33
  version: "0"
@@ -116,6 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
116
118
  requirements:
117
119
  - - ">="
118
120
  - !ruby/object:Gem::Version
121
+ hash: 3
119
122
  segments:
120
123
  - 0
121
124
  version: "0"
@@ -124,6 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
127
  requirements:
125
128
  - - ">="
126
129
  - !ruby/object:Gem::Version
130
+ hash: 3
127
131
  segments:
128
132
  - 0
129
133
  version: "0"