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