Sha256: c070b97a823742c951ee6c9d9c18a846e4fe662d3176b0c0aa9c1d76d8a6cb74
Contents?: true
Size: 425 Bytes
Versions: 3
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true module Datadog module CI module Utils module Identity def self.included(base) base.singleton_class.prepend(ClassMethods) end module ClassMethods # return datadog-ci gem version instead of datadog gem version def gem_datadog_version Datadog::CI::VERSION::STRING end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
datadog-ci-1.4.1 | lib/datadog/ci/utils/identity.rb |
datadog-ci-1.4.0 | lib/datadog/ci/utils/identity.rb |
datadog-ci-1.3.0 | lib/datadog/ci/utils/identity.rb |