Sha256: bf937aacdbdb7ac8a4bff85b5996f0cc2f69224ce2c3a1660bbedce6ce7fdcad

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

# encoding: utf-8

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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