public
Description: Super streamlined memory profiler with real time graphs for Ruby programs
Clone URL: git://github.com/mojombo/vanhelsing.git
Search Repo:
more files
mojombo (author)
Tue Feb 12 21:26:41 -0800 2008
commit  bdd9838405dc94366bbee45edba7de3e7aa881b5
tree    89ef7df064033e13663043fc879ea8c790ae76b8
parent  f89c64a399664144493d70fefdf61e0650bdb645
...
1
2
3
4
5
6
 
 
 
7
8
9
...
1
2
3
 
 
4
5
6
7
8
9
10
0
@@ -1,9 +1,10 @@
0
 assets/gc.c.patch
0
 assets/parse.y.patch
0
 assets/ruby-1.8.6-p110.tar.bz2
0
-bin/build_ruby.rb
0
-bin/extconf.rb
0
 CHANGELOG
0
+ext/build_ruby.rb
0
+ext/extconf.rb
0
+lib/vanhelsing.rb
0
 LICENSE
0
 LICENSE_bleak_house
0
 LICENSE_eric_hodel
...
4
5
6
 
 
 
 
 
 
 
 
 
 
7
8
...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0
@@ -4,4 +4,14 @@ Echoe.new('vanhelsing') do |p|
0
   p.author = "Tom Preston-Werner"
0
   p.summary = "Super streamlined memory profiler with real time graphs for Ruby programs"
0
   p.url = "http://vanhelsing.rubyforge.com"
0
+end
0
+
0
+task :go do
0
+ sh("rake manifest")
0
+ sh("rake clean")
0
+ sh("rake package")
0
+ Dir.chdir("pkg") do
0
+ sh("sudo gem uninstall vanhelsing") rescue nil
0
+ sh("sudo gem install *.gem")
0
+ end
0
 end
0
\ No newline at end of file

Comments

  • elliottcable Wed Aug 20 19:29:21 -0700 2008

    /usr/local/bin/ruby extconf.rb install vanhelsing-0.1.0.gem
    VanHelsing is currently only supported on Mac OS 10.5 and above

    But… I am on 10.5!

    RUBY_PLATFORM


    1. => “i686-darwin9.4.0”

      Maybe /darwin9/ instead?