Skip to content

Tags: g0053/oxidized

Tags

0.2.2

Toggle 0.2.2's commit message
update gemspec version

0.2.1

Toggle 0.2.1's commit message
fix variable reasolving

+ bumpup gemspec

0.2.0

Toggle 0.2.0's commit message
bump up gemspec version

0.1.1

Toggle 0.1.1's commit message
Fix bug in 'vars.rb'

We need to return value of 'r' instead of value of previous evaluation.

0.1.0

Toggle 0.1.0's commit message
bump up gemspec

- actually start to follow semantic version
      - a.b.c   a == major, b == minor c == patch
      - c only for bug-fixes etc
      - b for non-breaking new features
      - a for breaking new featires
      - a == 0 is special, can break anywhere
      - http://semver.org

- add more specific version restrictions for gems

0.0.65

Toggle 0.0.65's commit message
bump up gemspec version

0.0.64

Toggle 0.0.64's commit message
bump up gemspec version

0.0.63

Toggle 0.0.63's commit message
bump up gemspec version

0.0.58

Toggle 0.0.58's commit message
Save stats/last status during Nodes#load

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?

0.0.57

Toggle 0.0.57's commit message
Add support for node stats

Bumpup gemspec