Sha256: 40df860e44b7fd0a117fb4e4ab1fdce8caf08868c5802babd1b9958d4ba990c7

Contents?: true

Size: 173 Bytes

Versions: 7

Compression:

Stored size: 173 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 2
    TINY  = 8
    PRE   = nil

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

Version data entries

7 entries across 6 versions & 4 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/activesupport-3.2.8/lib/active_support/version.rb
challah-rolls-0.2.0 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/version.rb
challah-0.8.3 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/version.rb
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/version.rb
challah-0.8.1 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/version.rb
challah-rolls-0.1.0 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/version.rb
activesupport-3.2.8 lib/active_support/version.rb