lib/yaks/breaking_changes.rb in yaks-0.4.3 vs lib/yaks/breaking_changes.rb in yaks-0.4.4
- old
+ new
@@ -1,7 +1,10 @@
module Yaks
+# These are displayed in a post-install message when installing the
+# gem to aid upgraiding
+
BreakingChanges = {
'0.4.3' => %q~
Breaking Changes in Yaks 0.4.3
==============================
@@ -16,7 +19,9 @@
There are other internal changes. See the CHANGELOG and README for full
documentation.
~
}
+
+BreakingChanges['0.4.4'] = BreakingChanges['0.4.3']
end