Sha256: cf9336a72a852a986127436a143bedac5c9b9054d9b21d1c39658d1591ef4104
Contents?: true
Size: 284 Bytes
Versions: 6
Compression:
Stored size: 284 Bytes
Contents
# frozen_string_literal: true require 'rspec/core/rake_task' require 'rubocop/rake_task' RuboCop::RakeTask.new(:rubocop) RSpec::Core::RakeTask.new(:spec) do |t| t.verbose = false end task test: :spec task :gem do sh('gem build *.gemspec') end task default: %i[test rubocop]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
guard-nanoc-2.1.9 | Rakefile |
guard-nanoc-2.1.8 | Rakefile |
guard-nanoc-2.1.7 | Rakefile |
guard-nanoc-2.1.6 | Rakefile |
guard-nanoc-2.1.5 | Rakefile |
guard-nanoc-2.1.4 | Rakefile |