# -*- encoding: utf-8 -*- # stub: allocation_stats 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "allocation_stats".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sam Rawlins".freeze] s.date = "2013-11-04" s.description = "Tooling for tracing object allocations in Ruby 2.1".freeze s.email = ["sam.rawlins@gmail.com".freeze] s.files = [".gitignore".freeze, ".yardopts".freeze, "CHANGELOG.markdown".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "TODO".freeze, "allocation_stats.gemspec".freeze, "examples/my_class.rb".freeze, "examples/trace_my_class_group_by.rb".freeze, "examples/trace_my_class_raw.rb".freeze, "examples/trace_object_allocations.rb".freeze, "examples/trace_psych_group_by.rb".freeze, "examples/trace_psych_keys.rb".freeze, "lib/active_support/core_ext/module/delegation.rb".freeze, "lib/allocation_stats.rb".freeze, "lib/allocation_stats/allocation.rb".freeze, "lib/allocation_stats/allocations_proxy.rb".freeze, "spec/allocation_stats/allocations_proxy_spec.rb".freeze, "spec/allocation_stats_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/srawlins/allocation_stats".freeze s.licenses = ["Apache v2".freeze] s.required_ruby_version = Gem::Requirement.new("> 2.0.99".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Tooling for tracing object allocations in Ruby 2.1".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end