Sha256: 8e9be67f26d8a8e324fce530395ae8055582a246495e3580a4a049d044a9a70a

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

# encoding: utf-8

module Github
  module VERSION
    MAJOR = 0
    MINOR = 1
    PATCH = 2
    BUILD = nil

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github_api-0.1.2 lib/github_api/version.rb