Sha256: 84ee82eabaab264dffc697684bc5d18c1470a0c98d98602b393eadb401c4265d

Contents?: true

Size: 203 Bytes

Versions: 24

Compression:

Stored size: 203 Bytes

Contents

require 'rspec/core/rake_task'

task :default => [:tc, :spec]

desc "Run the specs."
RSpec::Core::RakeTask.new

desc "Run the Sorbet type checker."
task :tc do
  system("bundle exec srb tc") || abort
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
parlour-9.0.0 Rakefile
parlour-8.1.0 Rakefile
parlour-8.0.0 Rakefile
parlour-7.0.0 Rakefile
parlour-6.0.1 Rakefile
parlour-6.0.0 Rakefile
parlour-5.0.0 Rakefile
parlour-5.0.0.beta.6 Rakefile
parlour-5.0.0.beta.5 Rakefile
parlour-5.0.0.beta.4 Rakefile
parlour-5.0.0.beta.3 Rakefile
parlour-5.0.0.beta.2 Rakefile
parlour-5.0.0.beta.1 Rakefile
parlour-4.0.1 Rakefile
parlour-4.0.0 Rakefile
parlour-3.0.0 Rakefile
parlour-2.1.0 Rakefile
parlour-2.0.0 Rakefile
parlour-1.0.0 Rakefile
parlour-0.8.1 Rakefile