Sha256: 5ebf2408d2749bfc9934e5a8e4fdd8b9fba1dd56388944af5de0e796d7e1da8f
Contents?: true
Size: 642 Bytes
Versions: 1
Compression:
Stored size: 642 Bytes
Contents
# @(#) MQMBID sn=mqkoa-L141209.14 su=_mOo3sH-nEeSyB8hgsFbOhg 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.2014120914.beta-x86_64-linux | lib/mqlight/version.rb |