# -*- encoding: utf-8 -*- # stub: prometheus-client-mmap 0.23.0 x86_64-linux lib Gem::Specification.new do |s| s.name = "prometheus-client-mmap".freeze s.version = "0.23.0".freeze s.platform = "x86_64-linux".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tobias Schmidt".freeze, "Pawe\u0142 Chojnacki".freeze, "Stan Hu".freeze, "Will Chandler".freeze] s.date = "2023-05-01" s.email = ["ts@soundcloud.com".freeze, "pawel@gitlab.com".freeze, "stanhu@gmail.com".freeze, "wchandler@gitlab.com".freeze] s.files = ["README.md".freeze, "ext/fast_mmaped_file/extconf.rb".freeze, "ext/fast_mmaped_file/fast_mmaped_file.c".freeze, "ext/fast_mmaped_file/file_format.c".freeze, "ext/fast_mmaped_file/file_format.h".freeze, "ext/fast_mmaped_file/file_parsing.c".freeze, "ext/fast_mmaped_file/file_parsing.h".freeze, "ext/fast_mmaped_file/file_reading.c".freeze, "ext/fast_mmaped_file/file_reading.h".freeze, "ext/fast_mmaped_file/globals.h".freeze, "ext/fast_mmaped_file/mmap.c".freeze, "ext/fast_mmaped_file/mmap.h".freeze, "ext/fast_mmaped_file/rendering.c".freeze, "ext/fast_mmaped_file/rendering.h".freeze, "ext/fast_mmaped_file/utils.c".freeze, "ext/fast_mmaped_file/utils.h".freeze, "ext/fast_mmaped_file/value_access.c".freeze, "ext/fast_mmaped_file/value_access.h".freeze, "ext/fast_mmaped_file_rs/.cargo/config.toml".freeze, "ext/fast_mmaped_file_rs/Cargo.lock".freeze, "ext/fast_mmaped_file_rs/Cargo.toml".freeze, "ext/fast_mmaped_file_rs/README.md".freeze, "ext/fast_mmaped_file_rs/extconf.rb".freeze, "ext/fast_mmaped_file_rs/src/error.rs".freeze, "ext/fast_mmaped_file_rs/src/file_entry.rs".freeze, "ext/fast_mmaped_file_rs/src/file_info.rs".freeze, "ext/fast_mmaped_file_rs/src/lib.rs".freeze, "ext/fast_mmaped_file_rs/src/macros.rs".freeze, "ext/fast_mmaped_file_rs/src/map.rs".freeze, "ext/fast_mmaped_file_rs/src/mmap.rs".freeze, "ext/fast_mmaped_file_rs/src/mmap/inner.rs".freeze, "ext/fast_mmaped_file_rs/src/parser.rs".freeze, "ext/fast_mmaped_file_rs/src/raw_entry.rs".freeze, "ext/fast_mmaped_file_rs/src/testhelper.rs".freeze, "ext/fast_mmaped_file_rs/src/util.rs".freeze, "lib/2.7/fast_mmaped_file.so".freeze, "lib/2.7/fast_mmaped_file_rs.so".freeze, "lib/3.0/fast_mmaped_file.so".freeze, "lib/3.0/fast_mmaped_file_rs.so".freeze, "lib/3.1/fast_mmaped_file.so".freeze, "lib/3.1/fast_mmaped_file_rs.so".freeze, "lib/3.2/fast_mmaped_file.so".freeze, "lib/3.2/fast_mmaped_file_rs.so".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/metrics_processing.rb".freeze, "lib/prometheus/client/helper/metrics_representation.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/page_size.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, "vendor/c/hashmap/.gitignore".freeze, "vendor/c/hashmap/LICENSE".freeze, "vendor/c/hashmap/README.md".freeze, "vendor/c/hashmap/_config.yml".freeze, "vendor/c/hashmap/src/hashmap.c".freeze, "vendor/c/hashmap/src/hashmap.h".freeze, "vendor/c/hashmap/test/Makefile".freeze, "vendor/c/hashmap/test/hashmap_test.c".freeze, "vendor/c/jsmn/.travis.yml".freeze, "vendor/c/jsmn/LICENSE".freeze, "vendor/c/jsmn/Makefile".freeze, "vendor/c/jsmn/README.md".freeze, "vendor/c/jsmn/example/jsondump.c".freeze, "vendor/c/jsmn/example/simple.c".freeze, "vendor/c/jsmn/jsmn.c".freeze, "vendor/c/jsmn/jsmn.h".freeze, "vendor/c/jsmn/library.json".freeze, "vendor/c/jsmn/test/test.h".freeze, "vendor/c/jsmn/test/tests.c".freeze, "vendor/c/jsmn/test/testutil.h".freeze] s.homepage = "https://gitlab.com/gitlab-org/prometheus-client-mmap".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new([">= 2.7".freeze, "< 3.3.dev".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, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.12.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.16.2".freeze]) end