Sha256: 8599b2afc4bed9bb59dfe15ea3d0e855a19d55f013e8337a1aa4b650439e6eb8
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.27' 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.27 | lib/gooddata/version.rb |