Sha256: 25c31fedf104869537e65f17063732f91545ec38749f42656eb5c87da5d089b3

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

module MoreMath
  # MoreMath version
  VERSION         = '0.3.2'
  VERSION_ARRAY   = VERSION.split('.').map(&:to_i) # :nodoc:
  VERSION_MAJOR   = VERSION_ARRAY[0] # :nodoc:
  VERSION_MINOR   = VERSION_ARRAY[1] # :nodoc:
  VERSION_BUILD   = VERSION_ARRAY[2] # :nodoc:
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
more_math-0.3.2 lib/more_math/version.rb