summaryrefslogtreecommitdiff
path: root/oxidized.gemspec
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-04-22 12:20:05 +0300
committerSaku Ytti <saku@ytti.fi>2014-04-22 12:20:05 +0300
commit09dfc11b5dfdfe926b217c17549e417b79009d7d (patch)
tree725a12bd05b8a26bf8cc6c49d8b1aa652cc84ddb /oxidized.gemspec
parentda959461a6f90856d5d3d02e26d32d7d4c0a4c2c (diff)
potential fix to race condition
1) ssh fails 2) user clicks 'update' 3) node is reset and moved head of queue 4) telnet fails 5) node last time is set to current net result, head of queue will block until interval has passed, even though below head there are nodes which need to be processed.
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r--oxidized.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec
index 1145bd7..e3da1df 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'oxidized'
- s.version = '0.0.54'
+ s.version = '0.0.55'
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti' ]
s.email = %w( saku@ytti.fi )