Sha256: e766b5514151dac5b0f622e4115053d7e08f69d46ed439b63827a9750f213f29

Contents?: true

Size: 294 Bytes

Versions: 13

Compression:

Stored size: 294 Bytes

Contents

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

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

task :default => [:rspec, :mspec, :minitest]

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
opal-1.2.0 Rakefile
opal-1.2.0.beta1 Rakefile
opal-1.1.1 Rakefile
opal-1.1.1.rc1 Rakefile
opal-1.1.0 Rakefile
opal-1.1.0.rc1 Rakefile
opal-1.0.5 Rakefile
opal-1.0.4 Rakefile
opal-1.0.3 Rakefile
opal-1.0.2 Rakefile
opal-1.0.1 Rakefile
opal-1.0.0 Rakefile
opal-1.0.0.beta1 Rakefile