Sha256: 59b24adda7068f8ac27daae6def047687b8e8dac208c76918bf9e3823209f7f3
Contents?: true
Size: 756 Bytes
Versions: 2
Compression:
Stored size: 756 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 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 = File.read('SDK_VERSION') BRICKS_VERSION = File.read('VERSION') class << self # SDK version # @return SDK version def version VERSION end alias_method :sdk_version, :version # LCM bricks version # @return brick version def bricks_version BRICKS_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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gooddata-1.3.4-java | lib/gooddata/version.rb |
gooddata-1.3.4 | lib/gooddata/version.rb |