snippr 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/snippr/snippr_path.rb +1 -1
  2. metadata +2 -2
@@ -9,7 +9,7 @@ module SnipprPath
9
9
 
10
10
  # Returns the snippr path from JVM properties.
11
11
  def path
12
- JavaLang::System.get_property(JVMProperty) rescue @path
12
+ (JavaLang::System.get_property(JVMProperty) rescue @path) || ""
13
13
  end
14
14
 
15
15
  # Sets the snippr path as a JVM property.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Harrington