# -*- encoding: utf-8 -*- # stub: prometheus-client-mmap 0.7.0.beta19 ruby lib Gem::Specification.new do |s| s.name = "prometheus-client-mmap".freeze s.version = "0.7.0.beta19".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tobias Schmidt".freeze] s.date = "2017-11-13" s.email = ["ts@soundcloud.com".freeze] s.files = ["README.md".freeze, "lib/prometheus.rb".freeze, "lib/prometheus/client.rb".freeze, "lib/prometheus/client/configuration.rb".freeze, "lib/prometheus/client/counter.rb".freeze, "lib/prometheus/client/formats/text.rb".freeze, "lib/prometheus/client/gauge.rb".freeze, "lib/prometheus/client/helper/entry_parser.rb".freeze, "lib/prometheus/client/helper/file_locker.rb".freeze, "lib/prometheus/client/helper/json_parser.rb".freeze, "lib/prometheus/client/helper/mmaped_file.rb".freeze, "lib/prometheus/client/helper/plain_file.rb".freeze, "lib/prometheus/client/histogram.rb".freeze, "lib/prometheus/client/label_set_validator.rb".freeze, "lib/prometheus/client/metric.rb".freeze, "lib/prometheus/client/mmaped_dict.rb".freeze, "lib/prometheus/client/mmaped_value.rb".freeze, "lib/prometheus/client/push.rb".freeze, "lib/prometheus/client/rack/collector.rb".freeze, "lib/prometheus/client/rack/exporter.rb".freeze, "lib/prometheus/client/registry.rb".freeze, "lib/prometheus/client/simple_value.rb".freeze, "lib/prometheus/client/summary.rb".freeze, "lib/prometheus/client/support/unicorn.rb".freeze, "lib/prometheus/client/uses_value_type.rb".freeze, "lib/prometheus/client/version.rb".freeze] s.homepage = "https://gitlab.com/gitlab-org/prometheus-client-mmap".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A suite of instrumentation metric primitivesthat can be exposed through a web services interface.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze, ">= 2.2.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.1".freeze]) end