Sha256: 02499dc5710f97c17390d8be9f78116092c32a16b47ae9ba02117cfc4d79424a
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 = "fuchs1" 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.fuchs1 | lib/oboe/version.rb |