rkh / monkey-lib

Making ruby extension frameworks pluggable.

This URL has Read+Write access

name age message
file .gitignore Tue Dec 15 02:59:32 -0800 2009 readded gemspec [rkh]
file LICENSE Mon Jul 13 05:58:26 -0700 2009 added license [rkh]
file README.rdoc Thu Dec 17 15:32:12 -0800 2009 rake task spec [rkh]
file Rakefile Sun Dec 20 04:36:57 -0800 2009 skip framework specs if framework not available... [rkh]
directory lib/ Sun Dec 27 15:17:40 -0800 2009 fixed issue with file_join and symbols [rkh]
file monkey-lib.gemspec Sun Dec 27 15:17:40 -0800 2009 fixed issue with file_join and symbols [rkh]
directory spec/ Sun Dec 27 15:17:40 -0800 2009 fixed issue with file_join and symbols [rkh]
README.rdoc

Some description goes here.

Running the specs

Run specs with all backends:

  rake spec

Run specs with active_support:

  rake spec:active_support

Run specs with backports and using mspec instead of rspec (so it might work on incomplete ruby implementations):

  SPEC_RUNNER=mspec rake spec:backports