Sha256: d6d43b463bc26164cbfbaab2b59b75590af138381a39ae5f374f17caa0632759

Contents?: true

Size: 251 Bytes

Versions: 1

Compression:

Stored size: 251 Bytes

Contents

# Version (also for Jeweler Gem, see: https://github.com/technicalpickles/jeweler)
module AdminInterface
  module Version
    MAJOR = 2
    MINOR = 1
    PATCH = 14
    BUILD = nil

    STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin_interface-2.1.14 lib/admin_interface/version.rb