Sha256: 59adbf49cf7a90877bc090a0a77109722bae92fbaace5a79aea3580c29a9a144

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = "prometheus_parser"
  s.version     = "0.2.1"
  s.summary     = "Parse prometheus metrics"
  s.authors     = ["Magnus Landerblom"]
  s.email       = "mange@84codes.com"
  s.files = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
  end
  s.homepage    =
    "https://rubygems.org/gems/prometheus_parser"
  s.license       = "MIT"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prometheus_parser-0.2.1 prometheus_parser.gemspec