Sha256: 7873149ccbfd0d6e7c298393fd3fff288b3054b0018da7fb23d57032f9e5e17b

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 0
    TINY  = 8
    PRE   = "rc1"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-3.0.8.rc1 lib/active_support/version.rb