Sha256: 3e23f53b6ab203c3d51bbe052610d163d73f15576ccf6ea4a89a6b287b1d0b67
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
# encoding: utf-8 module Github module VERSION MAJOR = 0 MINOR = 3 PATCH = 1 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.3.1 | lib/github_api/version.rb |