lib/vclog/release.rb in
vclog-1.2
vs lib/vclog/release.rb in
vclog-1.4.0
- old
+ new
@@ -15,9 +15,13 @@
end def to_json to_h.to_json end
+
+ def <=>(other)
+ @tag <=> other.tag
+ end
end end