Sha256: 1b61c8094ea17d13a7229d42394144a5fc962c37eeaca473cbd094526aaba9fa
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true module DogStatsd module Instrumentation # Gem identity information. module Identity def self.name "dogstatsd-instrumentation" end def self.label "DogStatsd::Instrumentation" end def self.version "0.1.3" end def self.version_label "#{label} #{version}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dogstatsd-instrumentation-0.1.3 | lib/dogstatsd/instrumentation/identity.rb |