Sha256: 6d662a6bebfab58ac31b9da71d793f887ad318250bd25e21b94a5fdc1b3783ad

Contents?: true

Size: 298 Bytes

Versions: 10

Compression:

Stored size: 298 Bytes

Contents

require "bundler/setup"
require "bundler/audit/task"
require "gemsmith/rake/setup"
require "git/lint/rake/setup"
require "reek/rake/task"
require "rspec/core/rake_task"
require "rubocop/rake_task"

Bundler::Audit::Task.new
Reek::Rake::Task.new
RSpec::Core::RakeTask.new :spec
RuboCop::RakeTask.new

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gemsmith-15.5.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-15.4.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-15.3.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-15.2.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-15.1.1 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-15.1.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-15.0.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-14.11.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-14.10.1 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-14.10.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt