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