README.md in therubyracer-0.12.1 vs README.md in therubyracer-0.12.2
- old
+ new
@@ -26,10 +26,12 @@
gem install therubyracer
then in your Ruby code
require 'v8'
- # or if using bundler (as with Rails), add the following to your Gemfile
+
+or if using bundler (as with Rails), add the following to your Gemfile
+
gem "therubyracer"
evaluate some simple JavaScript
cxt = V8::Context.new