Sha256: e560ef796a8bcc7a068ad11ef9e9d60fc1c1010d6dcf2fff79e7385376c7ba14

Contents?: true

Size: 260 Bytes

Versions: 212

Compression:

Stored size: 260 Bytes

Contents

#!/usr/bin/env rake
# frozen_string_literal: true

require 'bundler'
require 'rake'
require 'yaml'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks
RSpec::Core::RakeTask.new('spec')

# default task is running rspec tests
task :default => :spec

Version data entries

212 entries across 212 versions & 2 rubygems

Version Path
bolognese-2.3.2 Rakefile
bolognese-2.3.0 Rakefile
bolognese-2.2.0 Rakefile
bolognese-2.1.1 Rakefile
bolognese-2.1.0 Rakefile
bolognese-2.0.3 Rakefile
bolognese-2.0.2 Rakefile
bolognese-2.0.1 Rakefile
bolognese-2.0.0 Rakefile
bolognese-1.11.5 Rakefile
bolognese-1.11.4 Rakefile
bolognese-1.11.3 Rakefile
bolognese-1.11.2 Rakefile
bolognese-1.11.0 Rakefile
bolognese-1.10.0 Rakefile
bolognese-1.9.18 Rakefile
briard-2.4.2 Rakefile
briard-2.4.1 Rakefile
briard-2.4 Rakefile
briard-2.3.1 Rakefile