Sha256: c8ef41386857864581e530f836f0353d61cba57c00a4dc797f1d3ab6079dc216
Contents?: true
Size: 299 Bytes
Versions: 3
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true require 'bundler/gem_tasks' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task default: :spec require 'rubocop/rake_task' RuboCop::RakeTask.new(:rubocop) require 'bundler/audit/task' Bundler::Audit::Task.new task lint: [:rubocop, 'bundle:audit']
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
saml-kit-1.0.14 | Rakefile |
saml-kit-1.0.13 | Rakefile |
saml-kit-1.0.12 | Rakefile |