Sha256: 57c3b8aaca4f267d9ce50b9776de57d9338420bb6e7f5e61e99c137553fb1931

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

# encoding: UTF-8

# GoodData Module
module GoodData
  VERSION = '0.6.19'

  class << self
    # Version
    def version
      VERSION
    end

    # Identifier of gem version
    # @return Formatted gem version
    def gem_version_string
      "gooddata-gem/#{VERSION}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gooddata-0.6.19 lib/gooddata/version.rb