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

12 commits

Author SHA1 Message Date
Benjamin Quorning
b47b6f297f Specify license in gemspec
Makes it possible to use tools like https://github.com/pivotal/LicenseFinder
2013-02-17 23:34:59 +01:00
Charles Lowell
34baef1be6 add rake task to build binary gem on heroku 2013-01-08 01:46:19 -06:00
Charles Lowell
6e2a27820a delegate makefile configuration to v8
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
its own vendored version of v8.
2013-01-04 16:50:30 -06:00
Charles Lowell
85dfbca706 make sure to pull in all gyp files. 2012-05-09 15:12:41 -05:00
Charles Lowell
95ecfcac51 switch to master. 2012-05-01 14:47:07 -07:00
Charles Lowell
1ff9b95b6e merge origin/master 2012-04-25 22:46:30 -05:00
Logan Lowell
844a0a624e Update gemspec for rake 2011-11-14 16:50:24 -06:00
Logan Lowell
42b2bacfd7 Added some sanity checks to guarantee that we have the v8 src 2011-06-16 13:11:39 -05:00
Logan Lowell
7ebbf10ca9 Rake dependency fix 2011-05-31 12:26:17 -05:00
Logan Lowell
946a91dd2c Cleanup to the gemspec and added a patch for 64-bit builds 2011-05-31 09:52:36 -05:00
Logan Lowell
f4e5a021a8 Switch rake to development dependency. 2011-05-25 15:39:11 -05:00
Logan Lowell
da58b234a7 Initial version! 2011-05-24 13:17:58 -05:00