theine 0.0.4 → 0.0.5

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/theine/client.rb +1 -1
  2. metadata +1 -1
data/lib/theine/client.rb CHANGED
@@ -87,7 +87,6 @@ module Theine
87
87
  begin
88
88
  if @worker
89
89
  %x[kill -2 #{@worker.pid}] # TODO: if client was term-ed, term worker (maybe term)
90
- puts "Stopping Theine worker."
91
90
  sleep(sleep_for) if sleep_for > 0 # to finish receiving IO
92
91
  end
93
92
  rescue DRb::DRbConnError
@@ -105,6 +104,7 @@ module Theine
105
104
  @argv.shift
106
105
  @worker.command_rspec(@argv)
107
106
  else
107
+ @argv.shift
108
108
  @worker.command_rails(@argv)
109
109
  end
110
110
  rescue DRb::DRbConnError
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: theine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jan Berdajs