Sha256: 4b9f18d010de5bc4040c2c56f48d4a5b7c42ff5fb3565a638b3867ec6a562565

Contents?: true

Size: 335 Bytes

Versions: 17

Compression:

Stored size: 335 Bytes

Contents

begin
  gem 'rake-compiler', '>= 0.4.1'
  require "rake/extensiontask"
  Rake::ExtensionTask.new("v8", $gemspec) do |ext|    
    ext.lib_dir = "lib/v8"
    ext.source_pattern = "*.{cpp,h}"
  end  
rescue LoadError
  puts "Rake Compiler not available. You won't be able to compile with rake, unless you gem install rake-compiler"
end
 

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
therubyracer-0.8.0 tasks/compile.rake
therubyracer-0.8.0.pre3 tasks/compile.rake
therubyracer-0.8.0.pre2 tasks/compile.rake
therubyracer-0.8.0.pre tasks/compile.rake
therubyracer-0.7.5 tasks/compile.rake
therubyracer-0.7.4 tasks/compile.rake
therubyracer-0.7.3 tasks/compile.rake
therubyracer-0.7.2 tasks/compile.rake
therubyracer-0.7.2.pre tasks/compile.rake
therubyracer-0.7.1 tasks/compile.rake
therubyracer-0.7.1.pre tasks/compile.rake
therubyracer-0.7.0 tasks/compile.rake
therubyracer-0.7.0.pre tasks/compile.rake
therubyracer-0.6.3 tasks/compile.rake
therubyracer-0.6.2 tasks/compile.rake
therubyracer-0.6.1 tasks/compile.rake
therubyracer-0.6.0 tasks/compile.rake