Sha256: b324f8cf8ac009ba3fd9690c9f38ab9a07c3aaa42fba9af5be09ff423be0ab6b

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 Bytes

Contents

# @(#) MQMBID sn=mqkoa-L151208.15 su=_G3xYgJ26EeWqUvq4M3I6bA pn=appmsging/ruby/mqlight/lib/mqlight/version.rb
#
# <copyright
# notice="lm-source-program"
# pids="5725-P60"
# years="2013,2014"
# crc="3568777996" >
# Licensed Materials - Property of IBM
#
# 5725-P60
#
# (C) Copyright IBM Corp. 2014
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with
# IBM Corp.
# </copyright>

#
module Mqlight
  require 'yaml'

  def self.load_version_from_yaml
    YAML.load_file File.expand_path('../../../version.yaml', __FILE__)
  end

  VERSION = Mqlight.load_version_from_yaml
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mqlight-1.0.2015120815-x86_64-linux lib/mqlight/version.rb