rboss 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rboss/twiddle.rb CHANGED
@@ -26,4 +26,4 @@ require_relative 'twiddle/monitor'
26
26
 
27
27
  file = ENV["RBOSS_TWIDDLE"] || File.expand_path("~/.rboss.twiddle")
28
28
 
29
- eval File.read(file), binding, file
29
+ eval File.read(file), binding, file if File.exist? file
data/lib/rboss/version.rb CHANGED
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module RBoss
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rboss
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ataxexe