mandy 0.5 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/mandy-hadoop +1 -0
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5
1
+ 0.5.1
@@ -49,6 +49,7 @@ def gemfile(file)
49
49
  end
50
50
 
51
51
  def set_env(opts_string)
52
+ return if opts_string.nil?
52
53
  opts_string.split(' ').each do |pair|
53
54
  key, value = pair.split("=")
54
55
  ENV[key] = value
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandy
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.5"
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Kent