Sha256: 73aa892ae37b787cee42d7891dcd2fafea8c6af2f83008c7157b44d1bf8ae697
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
# encoding: utf-8 module Github module VERSION MAJOR = 0 MINOR = 5 PATCH = 2 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.5.2 | lib/github_api/version.rb |