Sha256: 91d4b03ffc27a99fa5ab8298f48f0dd279d52a5c807401b87e277e80cfa43683

Contents?: true

Size: 124 Bytes

Versions: 1

Compression:

Stored size: 124 Bytes

Contents

module API
  module Consumer
    MAJOR = 0
    MINOR = 0
    PATCH = 1
    VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api-consumer-0.0.1 lib/api/consumer/version.rb