Sha256: ed3dbe15bc9f9e88dc70e6557c72f9b64a47a1d9c00cfa8b6129d2426a0ad04b

Contents?: true

Size: 320 Bytes

Versions: 1

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 = 9
    BUILD = "lynx1"

    STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oboe-2.7.9.lynx1 lib/oboe/version.rb