# -*- encoding: utf-8 -*- # stub: heap-profiler 0.1.0 ruby lib # stub: ext/heap_profiler/extconf.rb Gem::Specification.new do |s| s.name = "heap-profiler".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org/", "homepage_uri" => "https://github.com/Shopify/heap-profiler", "source_code_uri" => "https://github.com/Shopify/heap-profiler" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Jean Boussier".freeze] s.bindir = "exe".freeze s.date = "2020-08-03" s.description = "Make several heap dumps and summarize allocated, retained memory".freeze s.email = ["jean.boussier@gmail.com".freeze] s.executables = ["heap-profiler".freeze] s.extensions = ["ext/heap_profiler/extconf.rb".freeze] s.files = [".github/workflows/tests.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "benchmark/address-parsing.rb".freeze, "benchmark/indexing.rb".freeze, "bin/console".freeze, "bin/generate-report".freeze, "bin/rubocop".freeze, "bin/setup".freeze, "bin/testunit".freeze, "dev.yml".freeze, "exe/heap-profiler".freeze, "ext/heap_profiler/extconf.rb".freeze, "ext/heap_profiler/heap_profiler.cpp".freeze, "ext/heap_profiler/simdjson.cpp".freeze, "ext/heap_profiler/simdjson.h".freeze, "heap-profiler.gemspec".freeze, "lib/heap-profiler.rb".freeze, "lib/heap_profiler/analyzer.rb".freeze, "lib/heap_profiler/cli.rb".freeze, "lib/heap_profiler/diff.rb".freeze, "lib/heap_profiler/dump.rb".freeze, "lib/heap_profiler/full.rb".freeze, "lib/heap_profiler/index.rb".freeze, "lib/heap_profiler/monochrome.rb".freeze, "lib/heap_profiler/native.rb".freeze, "lib/heap_profiler/polychrome.rb".freeze, "lib/heap_profiler/reporter.rb".freeze, "lib/heap_profiler/results.rb".freeze, "lib/heap_profiler/runtime.rb".freeze, "lib/heap_profiler/version.rb".freeze] s.homepage = "https://github.com/Shopify/heap-profiler".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby heap profiling tool".freeze end