Sha256: 8ebf5b3994e33f458f5dbeb91ef2f1deea2f4ee292031f0b3635cef2553c1bb5

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

module Gigantron #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 1
    TINY  = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gigantron-0.1.0 lib/gigantron/version.rb