Sha256: bd6539e96f368ec46084435159b6150adba3332d3e05a206a5bf6a74c0be1b94

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

# encoding: UTF-8

# GoodData Module
module GoodData
  VERSION = "0.6.0"

  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.0 lib/gooddata/version.rb