Sha256: 8fdfce71a4cacd6e00b1f3c8f22a1970e6f93fe8631829bcbcb708ae721db0f7

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 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 = 15
    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.15.1-java lib/oboe/version.rb
oboe-2.7.15.1 lib/oboe/version.rb