Sha256: 92e840014f820a0d8624e5962ca8924a4f675d044b2d9a6375ab46a17f609ebc
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. # GoodData Module module GoodData VERSION = '0.6.46' class << self # Version def version VERSION end # Identifier of gem version # @return Formatted gem version def gem_version_string "gooddata-gem/#{VERSION}/#{RUBY_PLATFORM}/#{RUBY_VERSION}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.46 | lib/gooddata/version.rb |