Sha256: 148e571d120b1edba703b22306c7e7bdb9d62489c2f200f76f19e20c0008ec66

Contents?: true

Size: 171 Bytes

Versions: 10

Compression:

Stored size: 171 Bytes

Contents

module ActiveModel
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 2
    TINY  = 7
    PRE   = nil

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

Version data entries

10 entries across 8 versions & 3 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-rolls-0.2.0 vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-rolls-0.1.0 vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-0.8.0.pre vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-0.7.1 vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-0.7.0 vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-0.7.0.pre2 vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
challah-0.7.0.pre vendor/bundle/gems/activemodel-3.2.7/lib/active_model/version.rb
activemodel-3.2.7 lib/active_model/version.rb