Sha256: 859a02a43c2fabeb7d6e4224ec1041ba14a851b250288eb1d430e8c5a716b6da
Contents?: true
Size: 332 Bytes
Versions: 7
Compression:
Stored size: 332 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, :minitest]
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
opal-0.11.4 | Rakefile |
opal-0.11.3 | Rakefile |
opal-0.11.2 | Rakefile |
opal-0.11.1 | Rakefile |
opal-0.11.1.pre | Rakefile |
opal-0.11.0 | Rakefile |
opal-0.11.0.rc1 | Rakefile |