Sha256: e0d89743281c5caffd688eb437ab84f2ff2b1b9ae9fb3911748c08feb5214316
Contents?: true
Size: 320 Bytes
Versions: 2
Compression:
Stored size: 320 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 = "wolf1" 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.wolf1 | lib/oboe/version.rb |
oboe-2.7.5.wolf1-java | lib/oboe/version.rb |