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