Skip to content

Commit

Permalink
💎 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Aug 6, 2023
1 parent 1d08f0d commit 27bf20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -36,6 +36,8 @@ task :proof_readme do
HTMLProofer.check_directory("./out", opts).run
end

require "bundler/gem_tasks"
require "rubygems/package_task"
GEMSPEC = Bundler.load_gemspec("html-proofer.gemspec")
gem_path = Gem::PackageTask.new(GEMSPEC).define
desc "Package the ruby gem"
Expand Down
2 changes: 1 addition & 1 deletion lib/html_proofer/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HTMLProofer
VERSION = "5.0.7"
VERSION = "5.0.9"
end

0 comments on commit 27bf20e

Please sign in to comment.