Sha256: 6a57af8adb3817408e69521f72ed51b95708de58f128e0912a6f7c2907927277

Contents?: true

Size: 850 Bytes

Versions: 1

Compression:

Stored size: 850 Bytes

Contents

module ArrayLogic
  VERSION = "0.2.3"
end

# History
# =======
# 
# Version 0.2.3
# -------------
# Bug fix: Identification of ids in rule would see a number preceded by a number 
# as a valid id. So 51 would be seen as 1, and 34 as 4. Updated id pattern to 
# only return numbers that are preceded by a letter.
# 
# 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
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
array_logic-0.2.3 lib/array_logic/version.rb