Sha256: c009177f5a0159acf23932d7f5ed49a86d7659a64290ec59e527becffa661c77

Contents?: true

Size: 257 Bytes

Versions: 90

Compression:

Stored size: 257 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

90 entries across 90 versions & 2 rubygems

Version Path
commonmeta-ruby-3.2.1 Rakefile
commonmeta-ruby-3.2.0 Rakefile
commonmeta-ruby-3.0.10 Rakefile
commonmeta-ruby-3.0.9 Rakefile
commonmeta-ruby-3.0.8 Rakefile
commonmeta-ruby-3.0.7 Rakefile
commonmeta-ruby-3.0.6 Rakefile
commonmeta-ruby-3.0.5 Rakefile
commonmeta-ruby-3.0.4 Rakefile
commonmeta-ruby-3.0.3 Rakefile
commonmeta-ruby-3.0.2 Rakefile
commonmeta-ruby-3.0.1 Rakefile
commonmeta-ruby-3.0.0 Rakefile
briard-2.9.4 Rakefile
briard-2.9.3 Rakefile
briard-2.9.2 Rakefile
briard-2.9.1 Rakefile
briard-2.9.0 Rakefile
briard-2.8.2 Rakefile
briard-2.8.1 Rakefile