Sha256: 8615b09fd56fda0026ba643e9401242cf75fec217d1eebf0ca0fa44067163c1f

Contents?: true

Size: 171 Bytes

Versions: 22

Compression:

Stored size: 171 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec'

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
coursegen-0.9.25 Rakefile
coursegen-0.9.24 Rakefile
coursegen-0.9.21 Rakefile
coursegen-0.9.20 Rakefile
coursegen-0.9.19 Rakefile
coursegen-0.9.18 Rakefile
coursegen-0.9.17 Rakefile
coursegen-0.9.16 Rakefile
coursegen-0.9.15 Rakefile
coursegen-0.9.14 Rakefile
coursegen-0.9.13 Rakefile
coursegen-0.9.12 Rakefile
coursegen-0.9.11 Rakefile
coursegen-0.9.10 Rakefile
coursegen-0.9.9 Rakefile
coursegen-0.9.8 Rakefile
coursegen-0.9.7 Rakefile
coursegen-0.9.6 Rakefile
coursegen-0.9.4 Rakefile
coursegen-0.9.3 Rakefile