Sha256: 89f8f0162ee680a3d6a752e8604d3ad9a9d9f32e2de5f2d1e5999d98523a9fe3
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 = 8 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.8 | lib/github_api/version.rb |