1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Embed the V8 Javascript Interpreter into Ruby
Find a file
2010-01-09 18:55:37 +02:00
docs Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
ext/v8 expose Get() method on native message object. Re-raise javascript exceptions in ruby. 2010-01-09 18:55:37 +02:00
lib expose Get() method on native message object. Re-raise javascript exceptions in ruby. 2010-01-09 18:55:37 +02:00
script change prompt to something more fun 2009-12-15 07:40:57 +02:00
spec start building out ruby interface 2009-12-18 09:48:06 +02:00
tasks 'gemify' the source 2009-12-15 07:35:55 +02:00
.gitignore Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
.gitmodules add support for the redjs test suite 2009-12-16 13:50:54 +01:00
Doxyfile Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
History.txt 'gemify' the source 2009-12-15 07:35:55 +02:00
Manifest.txt update manifest, gemspec for 0.4.0 release 2009-12-22 14:45:32 +02:00
Rakefile incrementally compile source files 2010-01-09 18:00:58 +02:00
README.rdoc 'gemify' the source 2009-12-15 07:35:55 +02:00
therubyracer.gemspec update manifest, gemspec for 0.4.0 release 2009-12-22 14:45:32 +02:00

= therubyracer

* http://github.com/cowboyd/therubyracer

== DESCRIPTION:

Embed the V8 Javascript interpreter into Ruby.

== FEATURES/PROBLEMS:

* Inspires fun.
* Not close to production ready.

== SYNOPSIS:

  Check back in February 2009 for an alpha release.

== REQUIREMENTS:

* libv8 >= 0.4.0

== INSTALL:

* sudo gem install therubyracer

== LICENSE:

(The MIT License)

Copyright (c) 2009 FIXME full name

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.