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