1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Commit graph

12 commits

Author SHA1 Message Date
Charles Lowell
fa2787ab4e Add dependency back on libv8
therubyracer now delegates all lookup for its v8
compilation dependencies to the libv8 gem.

if you pass the --with-system-v8 flag to the libv8
gem on install, try to configure therubyracer upon
compile with the following options.

--with-v8-include, --with-v8-lib and --with-v8-dir

Otherwise, it will configure therubyracer to use
the vendored version of v8.
2013-01-04 16:54:53 -06:00
Charles Lowell
ffdceb0d2a move libv8 into a seperate group.
This enables bundling without it for deveolping on
boxes that have the shared library installed.

bundle --without libv8
2012-06-20 06:25:07 -05:00
Charles Lowell
f73e296372 move stuff into the gemfile in order to enable rbx 2012-06-16 08:42:12 -05:00
Charles Lowell
478d99b72f move object access to the class layer. 2012-06-15 09:57:42 -05:00
Charles Lowell
9725e7b86d track master redjs suite. Why not? 2012-06-14 11:47:39 -05:00
Charles Lowell
fc4d0ce3bf remove the dependency on libv8 2012-06-14 07:26:33 -05:00
Charles Lowell
3c8bd2bb1d use the redjs spec v0.6.1 2012-05-09 14:46:05 -05:00
Charles Lowell
112ed41c6d project skeleton 2012-05-09 14:46:04 -05:00
Charles Lowell
9cb4f1c7d2 begin internal rewrite. 2012-05-09 14:44:55 -05:00
Charles Lowell
cd7d5e7b94 add redjs suite at v0.6.0 2012-04-20 10:47:17 -05:00
Charles Lowell
823bb56735 remove redjs submodule 2012-04-20 09:47:03 -05:00
Charles Lowell
65ccb9c438 Modernize the gemspec to use Bundler. Clean up tons of cruft in the gem. 2011-01-17 16:13:37 -06:00