Sha256: 4c9da1c91f069e2a8a57ffc70c539d942d292b4e5c0ce6e07eabdf55b9d7c3b7

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

# encoding: utf-8

module Github
  module VERSION
    MAJOR = 0
    MINOR = 4
    PATCH = 4
    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.4.4 lib/github_api/version.rb