lib/array_logic/version.rb in array_logic-0.1.2 vs lib/array_logic/version.rb in array_logic-0.2.0
- old
+ new
@@ -1,10 +1,14 @@
module ArrayLogic
- VERSION = "0.1.2"
+ VERSION = "0.2.0"
end
# History
# =======
+#
+# 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
#