Sha256: ae9bf9fd2d400592e33534e19f75360a3ef72f776bca10c26d97c8bb7d04cab0
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
Gem::Specification.new do |s| s.name = "prometheus_parser" s.version = "0.2.3" 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.3 | prometheus_parser.gemspec |