srawlins / allocation_stats

Tooling for tracing object allocations in Ruby 2.1
Other
259 stars 13 forks source link

Release new version? #3

Closed jrafanie closed 10 years ago

jrafanie commented 10 years ago

Can you release a new version?

I'd like to use the rspec allocation tracing by using a released version of the gem.

I had to add: gem 'allocation_stats' , :git => "git@github.com:srawlins/allocation_stats.git" to my Gemfile in order to run the trace_rspec in my spec_helper:

require 'allocation_stats'
AllocationStats.trace_rspec
srawlins commented 10 years ago

Done. Bumped.