Skip to content

Commit

Permalink
Add package tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jun 4, 2024
1 parent 9650343 commit d84d859
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ end
require "rubocop/rake_task"

RuboCop::RakeTask.new(:rubocop)

require "bundler/gem_tasks"
require "rubygems/package_task"
GEMSPEC = Bundler.load_gemspec("jekyll-last-modified-at.gemspec")
gem_path = Gem::PackageTask.new(GEMSPEC).define
desc "Package the ruby gem"
task "package" => [gem_path]

0 comments on commit d84d859

Please sign in to comment.