Sha256: 179b0ddae408ff7fd37f81ffbc5c16cd26454ab80b738b0e6e89c23d6f89cc8e

Contents?: true

Size: 374 Bytes

Versions: 8

Compression:

Stored size: 374 Bytes

Contents

begin
  require "gemsmith/rake/setup"
  # require "rspec/core/rake_task"
  # require "reek/rake/task"
  # require "rubocop/rake_task"
  # require "scss_lint/rake_task"

  # RSpec::Core::RakeTask.new(:spec)
  # Reek::Rake::Task.new
  # RuboCop::RakeTask.new
  # SCSSLint::RakeTask.new { |task| task.files = ["app/assets"] }
rescue LoadError => error
  puts error.message
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gemsmith-9.6.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-9.5.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-9.4.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-9.3.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-9.2.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-9.1.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-9.0.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt
gemsmith-8.2.0 lib/gemsmith/templates/%gem_name%/Rakefile.tt