Sha256: 6ca22de91dda7b148208312158dd71006ff92246f529f562630eca5dff92f842

Contents?: true

Size: 269 Bytes

Versions: 15

Compression:

Stored size: 269 Bytes

Contents

require 'bundler'
Bundler.require

require 'mspec/opal/rake_task'

::Opal::Processor.arity_check_enabled = true
::Opal::Processor.dynamic_require_severity = :error

use Rack::ShowExceptions
use Rack::ShowStatus
use MSpec::Opal::Index
run MSpec::Opal::Environment.new


Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
opal-0.9.4 config.ru
opal-0.9.3 config.ru
opal-0.9.2 config.ru
opal-0.9.0 config.ru
opal-0.9.0.rc1 config.ru
opal-0.9.0.beta2 config.ru
opal-0.9.0.beta1 config.ru
opal-0.8.1 config.ru
opal-0.8.1.rc1 config.ru
opal-wedge-0.9.0.dev config.ru
opal-0.8.0 config.ru
opal-0.8.0.rc3 config.ru
opal-0.8.0.rc2 config.ru
opal-0.8.0.rc1 config.ru
opal-0.8.0.beta1 config.ru