Sha256: 90c53bb3556053149c23325e82a74c620be29ee3098ceddd106dcef3b532d188
Contents?: true
Size: 1.84 KB
Versions: 0
Compression: gzip
Compressed size: 700 Bytes
Stored size: 700 Bytes
Contents
--- !ruby/object:Gem::Specification name: allocation_stats version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Sam Rawlins autorequire: bindir: bin cert_chain: [] date: 2013-11-04 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Tooling for tracing object allocations in Ruby 2.1 email: - sam.rawlins@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .yardopts - Gemfile - Gemfile.lock - LICENSE - README.markdown - Rakefile - TODO - allocation_stats.gemspec - examples/my_class.rb - examples/trace_my_class_group_by.rb - examples/trace_my_class_raw.rb - examples/trace_object_allocations.rb - examples/trace_psych_group_by.rb - examples/trace_psych_keys.rb - lib/active_support/core_ext/module/delegation.rb - lib/allocation_stats.rb - lib/allocation_stats/allocation.rb - lib/allocation_stats/allocations_proxy.rb - spec/allocation_stats/allocations_proxy_spec.rb - spec/allocation_stats_spec.rb - spec/spec_helper.rb homepage: licenses: - Apache v2 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>' - !ruby/object:Gem::Version version: 2.0.99 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Tooling for tracing object allocations in Ruby 2.1 test_files: []