Sha256: 005738affe123101e118737f7a7dac06bf23dd79ceb8b9a4da95f61a16467d7a

Contents?: true

Size: 174 Bytes

Versions: 2

Compression:

Stored size: 174 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 2
    TINY  = 22
    PRE   = "5"

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/version.rb
activesupport-3.2.22.5 lib/active_support/version.rb