Skip to content

Commit

Permalink
add packaging task
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jul 6, 2023
1 parent db0e1dc commit 5bca838
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ task :proof_readme do
opts = {}
HTMLProofer.check_directory("./out", opts).run
end

GEMSPEC = Bundler.load_gemspec("html-proofer.gemspec")
gem_path = Gem::PackageTask.new(GEMSPEC).define
desc "Package the ruby gem"
task "package" => [gem_path]

0 comments on commit 5bca838

Please sign in to comment.