Sha256: d8b5183a84ba1356c289b596e447044aaae49bd57b5ff7e8a781b5cf73fea2ff

Contents?: true

Size: 177 Bytes

Versions: 1

Compression:

Stored size: 177 Bytes

Contents

module Imap; end

module Imap::Backup
  MAJOR    = 4
  MINOR    = 0
  REVISION = 0
  PRE      = nil
  VERSION  = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
imap-backup-4.0.0 lib/imap/backup/version.rb