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