bleak_house 5 → 5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/CHANGELOG +1 -0
  2. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,6 +1,7 @@
1
1
 
2
2
  BleakHouse Changelog
3
3
 
4
+ 5.1. close file properly
4
5
  5. totally awesome C instrumentation
5
6
  4. log memory usage on *nix
6
7
  3.1. fix nil directory traversal error on windows
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: bleak_house
5
5
  version: !ruby/object:Gem::Version
6
- version: "5"
6
+ version: "5.1"
7
7
  date: 2007-05-06 00:00:00 -04:00
8
8
  summary: BleakHouse is a Rails plugin for finding memory leaks. It tracks ObjectSpace for your entire app, and produces charts of references by controller, by action, and by object class.
9
9
  require_paths:
@@ -27,7 +27,7 @@ signing_key:
27
27
  cert_chain:
28
28
  post_install_message: |+
29
29
 
30
- Thanks for installing Bleak House 5.
30
+ Thanks for installing Bleak House 5.1.
31
31
 
32
32
  For each Rails app you want to profile, you will need to add the following
33
33
  rake task in RAILS_ROOT/lib/tasks/bleak_house_tasks.rake to be able to run