Sha256: 24d8ac98d5198c7e0d7f42d2d0922a56cfb126b32f15a19a1ce1890d2aa30680
Contents?: true
Size: 317 Bytes
Versions: 2
Compression:
Stored size: 317 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 = 19 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oboe-2.7.19-java | lib/oboe/version.rb |
oboe-2.7.19 | lib/oboe/version.rb |