filecluster 0.4.4 → 0.4.5

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.
Files changed (3) hide show
  1. data/bin/fc-daemon +6 -2
  2. data/lib/fc/version.rb +1 -1
  3. metadata +4 -4
@@ -58,8 +58,12 @@ start_time = Time.new.to_i
58
58
  while true do
59
59
  if $exit_signal
60
60
  $log.debug('wait tasks_threads')
61
- $tasks_copy_threads.each {|t| t.join}
62
- $tasks_delete_threads.each {|t| t.join}
61
+ $tasks_copy_threads.each do|host, tasks|
62
+ tasks.each{|t| t.join}
63
+ end
64
+ $tasks_delete_threads.each do|host, tasks|
65
+ tasks.each{|t| t.join}
66
+ end
63
67
  if $global_daemon_thread
64
68
  $log.debug('wait global_daemon_thread')
65
69
  $global_daemon_thread.join
@@ -1,3 +1,3 @@
1
1
  module FC
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filecluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-04 00:00:00.000000000 Z
12
+ date: 2015-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mysql2
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  version: '0'
182
182
  segments:
183
183
  - 0
184
- hash: -2991505330423298340
184
+ hash: -4597744036765809736
185
185
  required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  none: false
187
187
  requirements:
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: -2991505330423298340
193
+ hash: -4597744036765809736
194
194
  requirements: []
195
195
  rubyforge_project:
196
196
  rubygems_version: 1.8.24