Sha256: cdb3d783ec65af4ef60f53a87b4547542ce574a4ef7f5a5715bbd2eb80142b00
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 Bytes
Contents
# Copyright (c) 2013 AppNeta, Inc. # All rights reserved. module Oboe ## # The current version of the gem. Used mainly by # oboe.gemspec during gem build process module Version MAJOR = 2 MINOR = 7 PATCH = 5 BUILD = 1 STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oboe-2.7.5.1-java | lib/oboe/version.rb |
oboe-2.7.5.1 | lib/oboe/version.rb |