Sha256: 477568d8974265ec53aa22621e71b361ff83a619150ee9cbee6e1fedf5502db0

Contents?: true

Size: 191 Bytes

Versions: 19

Compression:

Stored size: 191 Bytes

Contents

#!/usr/bin/env ruby
lib = File.expand_path(File.dirname(__FILE__) + '/../lib')
$:.unshift(lib) if File.exists?(lib)

require 'v8'
require 'v8/cli'

V8::CLI.run(File.basename(__FILE__), ARGV)

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
therubyracer-heroku-0.8.1.pre3 bin/v8
therubyracer-heroku-0.8.1.pre2 bin/v8
therubyracer-0.8.1.pre1 bin/v8
therubyracer-0.8.0 bin/v8
therubyracer-0.8.0.pre3 bin/v8
therubyracer-0.8.0.pre2 bin/v8
therubyracer-0.8.0.pre bin/v8
therubyracer-0.7.5 bin/v8
therubyracer-0.7.4 bin/v8
therubyracer-0.7.3 bin/v8
therubyracer-0.7.2 bin/v8
therubyracer-0.7.2.pre bin/v8
therubyracer-0.7.1 bin/v8
therubyracer-0.7.1.pre bin/v8
therubyracer-0.7.0 bin/v8
therubyracer-0.7.0.pre bin/v8
therubyracer-0.6.3 bin/v8
therubyracer-0.6.2 bin/v8
therubyracer-0.6.1 bin/v8