reinh / rspactor forked from rubyphunk/rspactor

A Mac OS X application that runs your RSpec examples.

This URL has Read+Write access

name age message
file .gitignore Fri Nov 14 06:30:31 -0800 2008 Some cleanup after tests on MacRuby [rubyphunk]
file APPL.icns Sun Jun 22 09:41:35 -0700 2008 Basically rewritten everything [rubyphunk]
file CHANGELOG Fri Jan 02 05:46:25 -0800 2009 Updated changelog [rubyphunk]
directory English.lproj/ Fri Jan 09 07:03:38 -0800 2009 Fixed preferences->auto update settings [rubyphunk]
file INSTALL.txt Wed Jan 07 08:58:10 -0800 2009 Updated install instructions [rubyphunk]
file Info.plist Fri Jan 09 05:10:57 -0800 2009 Bumped version to 1.0.1.1 dev [rubyphunk]
file README.txt Fri Jan 09 06:22:01 -0800 2009 Changed URL in README [rubyphunk]
directory RSpactor.xcodeproj/ Loading commit data...
file Rakefile Tue Jan 06 14:05:07 -0800 2009 Rake: Changed default configuration to Release [rubyphunk]
directory Sparkle.framework/ Fri Nov 14 06:30:31 -0800 2008 Some cleanup after tests on MacRuby [rubyphunk]
file VERSION Fri Jan 09 05:10:57 -0800 2009 Bumped version to 1.0.1.1 dev [rubyphunk]
directory app/
file badge.png Tue Oct 14 13:32:17 -0700 2008 Icon badge (dock) to show the current count of ... [rubyphunk]
file main.m Sun Jun 22 09:41:35 -0700 2008 Basically rewritten everything [rubyphunk]
directory pkg/ Fri Jan 02 05:12:34 -0800 2009 Packaged: 1.0.1 [rubyphunk]
file rb_main.rb Sun Jun 22 09:41:35 -0700 2008 Basically rewritten everything [rubyphunk]
directory resources/ Sat Dec 20 03:07:33 -0800 2008 Fixed broken sparkle update mechanism -> Switch... [rubyphunk]
file rspactor_bin.rb Mon Nov 17 15:42:03 -0800 2008 Changed location of dev bin [rubyphunk]
directory spec/ Fri Jan 09 13:50:43 -0800 2009 Merge branch 'master' of git://github.com/rubyp... [richpoirier]
README.txt
NetBeans support by Richard Poirier

Note:
Due to a bug in Netbeans (http://www.netbeans.org/issues/show_bug.cgi?id=113903),
the Netbeans window freezes after opening a file in it from the command line.
But one just has to resize the window or hit command+shift+return to make it full
screen to "unfreeze" it. It's a pain but it's still quicker than opening the file
manually and scrolling down to the relevant line.

== Building instructions

$ git clone git://github.com/rubyphunk/rspactor.git
$ cd rspactor
$ rake package

If you get "ld: framework not found Ruby" on Leopard:

$ cd /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Ruby.framework/Versions/Current
$ sudo ln -s usr/lib/libruby.dylib Ruby