mandy 0.5.13 → 0.5.14

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-lsr +1 -1
  3. metadata +6 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.13
1
+ 0.5.14
data/bin/mandy-lsr CHANGED
@@ -8,7 +8,7 @@ require "mandy"
8
8
 
9
9
  HadoopConfiguration.check_home_and_version
10
10
 
11
- exec('mandy-lsr -h') unless ARGV.size == 1
11
+ exec('mandy-lsr -h') if ARGV.size == 0
12
12
 
13
13
  options = OpenStruct.new
14
14
 
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: 23
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 5
8
- - 13
9
- version: 0.5.13
9
+ - 14
10
+ version: 0.5.14
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"
@@ -119,6 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
121
  requirements:
120
122
  - - ">="
121
123
  - !ruby/object:Gem::Version
124
+ hash: 3
122
125
  segments:
123
126
  - 0
124
127
  version: "0"
@@ -127,6 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
130
  requirements:
128
131
  - - ">="
129
132
  - !ruby/object:Gem::Version
133
+ hash: 3
130
134
  segments:
131
135
  - 0
132
136
  version: "0"