lib/array_logic/version.rb in array_logic-0.2.1 vs lib/array_logic/version.rb in array_logic-0.2.2

- old
+ new

@@ -1,24 +1,29 @@ module ArrayLogic - VERSION = "0.2.1" + VERSION = "0.2.2" end # History # ======= # +# Version 0.2.2 +# ------------- +# Refactor to allow functions to be more flexible. That's is, to handle unexpected +# input, rather than just rejecting it. +# # Version 0.2.1 -# ============= +# ------------- # Improved handling of errors in functions and add != operator # # Version 0.2.0 -# ============= +# ------------- # Adds functions: sum, count and average # # Version 0.1.2 -# ============= +# ------------- # Refactor to tidy up code and make private, rule methods that don't need exposing # # # Version 0.1.1 -# ============= +# ------------- # Working version. No history before this point #