Sha256: 2339bb916ba996d3bf8029dcb5d7430ec78d3368dff3b82971c4c4080450e7e9

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 1
    TINY  = 12
    PRE   = nil

    STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-3.1.12 lib/active_support/version.rb