zeusd 0.1.0 → 0.1.1

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.
data/lib/zeusd/daemon.rb CHANGED
@@ -29,8 +29,8 @@ module Zeusd
29
29
  attr_reader :cwd, :verbose, :log_file, :log_queue, :interpreter, :child_process
30
30
 
31
31
  def initialize(options = {})
32
- @cwd = Pathname.new(options.fetch(:cwd, Dir.pwd)).realpath
33
- @verbose = options.fetch(:verbose, false)
32
+ @cwd = Pathname.new(options[:cwd] || Dir.pwd).realpath
33
+ @verbose = !!options[:verbose]
34
34
  @interpreter = Interpreter.new
35
35
  end
36
36
 
data/lib/zeusd/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Zeusd
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeusd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -215,7 +215,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
215
215
  version: '0'
216
216
  segments:
217
217
  - 0
218
- hash: -3204481942119935445
218
+ hash: -177571981788344824
219
219
  required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  none: false
221
221
  requirements:
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  version: '0'
225
225
  segments:
226
226
  - 0
227
- hash: -3204481942119935445
227
+ hash: -177571981788344824
228
228
  requirements: []
229
229
  rubyforge_project:
230
230
  rubygems_version: 1.8.25