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.13 Rakefile
commonmeta-ruby-3.12.1 Rakefile
commonmeta-ruby-3.12.0 Rakefile
commonmeta-ruby-3.11.0 Rakefile
commonmeta-ruby-3.9.0 Rakefile
commonmeta-ruby-3.8.3 Rakefile
commonmeta-ruby-3.8.2 Rakefile
commonmeta-ruby-3.8.1 Rakefile
commonmeta-ruby-3.8.0 Rakefile
commonmeta-ruby-3.7.3 Rakefile
commonmeta-ruby-3.7.2 Rakefile
commonmeta-ruby-3.7.1 Rakefile
commonmeta-ruby-3.7.0 Rakefile
commonmeta-ruby-3.6.1 Rakefile
commonmeta-ruby-3.6 Rakefile
commonmeta-ruby-3.5.5 Rakefile
commonmeta-ruby-3.5.4 Rakefile
commonmeta-ruby-3.5.3 Rakefile
commonmeta-ruby-3.5.2 Rakefile
commonmeta-ruby-3.5.1 Rakefile