Sha256: b6f6e58d26544566650018a6dd71269344d0c86da4c69d8dc15595fec6a16db2

Contents?: true

Size: 189 Bytes

Versions: 16

Compression:

Stored size: 189 Bytes

Contents

#!/usr/bin/env rake


# BUNDLER

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


# TEST

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new :rspec

task :default => :rspec

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
opal-rails-2.0.4 Rakefile
opal-rails-2.0.3 Rakefile
opal-rails-2.0.2 Rakefile
opal-rails-2.0.1 Rakefile
opal-rails-2.0.0 Rakefile
opal-rails-1.1.2 Rakefile
opal-rails-1.1.1 Rakefile
opal-rails-1.1.0 Rakefile
opal-rails-1.0.1 Rakefile
opal-rails-1.0.0 Rakefile
opal-rails-1.0.0.rc1 Rakefile
opal-rails-0.9.5 Rakefile
opal-rails-0.9.4 Rakefile
opal-rails-0.9.3 Rakefile
opal-rails-0.9.1 Rakefile
opal-rails-0.9.0 Rakefile