Sha256: 882f3b39711cd5ad0b71ea291e18f286b00a1a0fd11e3165257294247992b8f1

Contents?: true

Size: 369 Bytes

Versions: 12

Compression:

Stored size: 369 Bytes

Contents

begin
  require "gemsmith/rake/setup"
  # require "bundler/audit/task"
  # require "git/cop/rake/setup"
  # require "rspec/core/rake_task"
  # require "reek/rake/task"
  # require "rubocop/rake_task"

  # Bundler::Audit::Task.new
  # RSpec::Core::RakeTask.new(:spec)
  # Reek::Rake::Task.new
  # RuboCop::RakeTask.new
rescue LoadError => error
  puts error.message
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gemsmith-13.1.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-13.0.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-12.4.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-12.3.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-12.2.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-12.1.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-12.0.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-11.3.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-11.2.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-11.1.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-11.0.1 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-11.0.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt