Sha256: e2ddd0b966a4bc95e081b0f91f52cc333993a598d85b108be954aa33893543c2
Contents?: true
Size: 171 Bytes
Versions: 1
Compression:
Stored size: 171 Bytes
Contents
# encoding: utf-8 module BitBucket module VERSION MAJOR = 0 MINOR = 3 PATCH = 2 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end # BitBucket
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reenhanced_bitbucket_api-0.3.2 | lib/bitbucket_rest_api/version.rb |