Sha256: 5842fcc4c37333f8741f7b8f75aa4697250387c449898b58cd02a5cbebeda54c

Contents?: true

Size: 342 Bytes

Versions: 20

Compression:

Stored size: 342 Bytes

Contents

# FIXME: there must be a better way
Encoding.default_external = 'utf-8'

require 'bundler'
Bundler.require
Bundler::GemHelper.install_tasks

import 'tasks/github.rake'
import 'tasks/testing.rake'
import 'tasks/building.rake'
import 'tasks/linting.rake'
import 'tasks/benchmarking.rake'

task :default => [:rspec, :mspec_nodejs, :cruby_tests]

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
opal-0.10.6 Rakefile
opal-0.10.6.beta Rakefile
opal-0.10.5 Rakefile
opal-0.10.4 Rakefile
opal-0.10.3 Rakefile
opal-0.10.2 Rakefile
opal-0.10.1 Rakefile
opal-0.10.0 Rakefile
opal-0.10.0.rc2 Rakefile
opal-0.9.4 Rakefile
opal-0.9.3 Rakefile
opal-0.10.0.rc1 Rakefile
opal-0.10.0.beta5 Rakefile
opal-0.10.0.beta4 Rakefile
opal-0.10.0.beta3 Rakefile
opal-0.10.0.beta2 Rakefile
opal-0.10.0.beta1 Rakefile
opal-0.9.2 Rakefile
opal-0.9.0 Rakefile
opal-0.9.0.rc1 Rakefile