Sha256: bce17ec0aeac5ea4ca22b7b536830f7634f7020b1c86ec4a0e2534156253fe31

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

module ActiveRecord::DatabaseMutex
  # ActiveRecord::DatabaseMutex version
  VERSION         = '2.3.7'
  VERSION_ARRAY   = VERSION.split('.').map(&:to_i) # :nodoc:
  VERSION_MAJOR   = VERSION_ARRAY[0] # :nodoc:
  VERSION_MINOR   = VERSION_ARRAY[1] # :nodoc:
  VERSION_BUILD   = VERSION_ARRAY[2] # :nodoc:
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_record_mutex-2.3.7 lib/active_record/database_mutex/version.rb