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