Sha256: 51f7cba35c14a1666f25a881740600942969208be04b513a5d16b3f20ce205da

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

module GoodData
  VERSION = "0.6.0.pre11"

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