Sha256: 9cf42a2a13ed7ef27a830403ec68cd1a84e5c01195d2cf26d17401d477dfeed3

Contents?: true

Size: 279 Bytes

Versions: 29

Compression:

Stored size: 279 Bytes

Contents

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

begin
  require 'v8'
rescue LoadError
  require 'rubygems'
  require 'v8'
end
require 'v8/cli'

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

Version data entries

29 entries across 28 versions & 2 rubygems

Version Path
therubyracer-0.8.2 bin/therubyracer
therubyracer-0.9.0beta3 bin/therubyracer
therubyracer-0.9.0beta2 bin/therubyracer
therubyracer-0.9.0beta1 bin/therubyracer
therubyracer-0.8.2.pre2 bin/therubyracer
therubyracer-0.8.2.pre bin/therubyracer
therubyracer-0.8.1 bin/therubyracer
therubyracer-0.8.1.pre2 bin/therubyracer
therubyracer-heroku-0.8.1.pre3 bin/therubyracer
therubyracer-heroku-0.8.1.pre2 bin/therubyracer
therubyracer-0.8.1.pre1 bin/therubyracer
therubyracer-0.8.0 bin/therubyracer
therubyracer-0.8.0.pre3 bin/therubyracer
therubyracer-0.8.0.pre2 bin/therubyracer
therubyracer-0.8.0.pre bin/therubyracer
therubyracer-0.7.5 bin/therubyracer
therubyracer-0.7.4 bin/therubyracer
therubyracer-0.7.3 bin/therubyracer
therubyracer-0.7.2 bin/therubyracer
therubyracer-0.7.2.pre bin/therubyracer