# -*- encoding: utf-8 -*- # stub: benchmark-malloc 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "benchmark-malloc".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 = { "changelog_uri" => "https://github.com/piotrmurach/benchmark-malloc/CHANGELOG.md", "homepage_uri" => "https://github.com/piotrmurach/benchmark-malloc", "source_code_uri" => "https://github.com/piotrmurach/benchmark-malloc" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Piotr Murach".freeze] s.bindir = "exe".freeze s.date = "2019-04-06" s.description = "Trace memory allocations and collect stats.".freeze s.email = ["me@piotrmurach.com".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark-malloc.gemspec".freeze, "lib/benchmark-malloc.rb".freeze, "lib/benchmark/malloc.rb".freeze, "lib/benchmark/malloc/allocation.rb".freeze, "lib/benchmark/malloc/allocation_result.rb".freeze, "lib/benchmark/malloc/allocation_set.rb".freeze, "lib/benchmark/malloc/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/allocation/new_spec.rb".freeze, "spec/unit/allocation_set/new_spec.rb".freeze, "spec/unit/run_spec.rb".freeze, "tasks/console.rake".freeze, "tasks/coverage.rake".freeze, "tasks/spec.rake".freeze] s.homepage = "https://github.com/piotrmurach/benchmark-malloc".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Trace memory allocations and collect stats.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.17".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0".freeze]) end