Sha256: fbcf4a78765bf189ada484aab26fed672cb02fdd0584a728f4f91204f72e6d07

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 0
    TINY  = 9
    PRE   = "rc5"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-3.0.9.rc5 lib/active_support/version.rb