Sha256: c851d1e8aa050be519c58b1f393fd8fa9b495d7b4c540f5bf8a434f6b9bcd30e

Contents?: true

Size: 451 Bytes

Versions: 12

Compression:

Stored size: 451 Bytes

Contents

begin
  require 'bundler'
  require 'bundler/setup'
  require 'bundler/gem_tasks'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rspec/core/rake_task'
require 'jasmine-headless-webkit'

RSpec::Core::RakeTask.new(:spec)
Jasmine::Headless::Task.new

if ENV['SKIP_JASMINE']
  task :default => [:spec]
else
  task :default => [:spec, 'jasmine:headless']
end

Bundler::GemHelper.install_tasks

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
event_cal-2.0.2 Rakefile
event_cal-2.0.1 Rakefile
event_cal-2.0.0 Rakefile
event_cal-1.3.0 Rakefile
event_cal-1.2.5 Rakefile
event_cal-1.2.4 Rakefile
event_cal-1.2.3 Rakefile
event_cal-1.2.2 Rakefile
event_cal-1.2.1 Rakefile
event_cal-1.2 Rakefile
event_cal-1.1 Rakefile
event_cal-1.0 Rakefile