Sha256: dba63028ba634f024e9a5ebd3eee90ff7389c100f7e9933d8f506f3aef4342bf

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

class Infobar
  # Infobar version
  VERSION         = '0.7.0'
  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
infobar-0.7.0 lib/infobar/version.rb