lib/array_logic/version.rb in array_logic-0.1.1 vs lib/array_logic/version.rb in array_logic-0.1.2

- old
+ new

@@ -1,3 +1,16 @@ module ArrayLogic - VERSION = "0.1.1" + VERSION = "0.1.2" end + +# History +# ======= +# +# 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 +#