Sha256: edb6d6723d2ffdce407f31edb7c881482f728fa4e6b0fda5b0cc9a5f745e7c3c

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 1
    TINY  = 1
    PRE   = "rc3"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-3.1.1.rc3 lib/active_support/version.rb