summaryrefslogtreecommitdiff
path: root/oxidized.gemspec
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-05-07 15:04:28 +0300
committerSaku Ytti <saku@ytti.fi>2014-05-07 15:04:28 +0300
commitf81050b7dd9cc6c9a41919f11d716a3ad71de8e9 (patch)
treea978d04b15c7048dc3843a69d7eae331e18f0c73 /oxidized.gemspec
parent59aa0a256b1d521ac8f7fdb088a46580efa2f28c (diff)
Save stats/last status during Nodes#load0.0.58
We probably should just axe Node#last, as Node#stats contains all it does and more. However it would need changing web views and I'm too lazy for that right now. Perhaps Nodes/Node also needs some unique ID so two instances of Nodes can be compared exactly. Right now copying the old stats relies on name being identical, but can we trust name to be unique? Even with groups support?
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 7e89ad7..86ef906 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'oxidized'
- s.version = '0.0.57'
+ s.version = '0.0.58'
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti' ]
s.email = %w( saku@ytti.fi )