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