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 f293818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yml
Expand Up @@ -15,5 +15,5 @@ jobs:
rubygems_api_key: ${{ secrets.RUBYGEMS_API_BOT_KEY }}
gh_token: ${{ secrets.PUBLIC_PUSH_TO_PROTECTED_BRANCH }}
with:
gem_name: html_proofer
gem_name: html-proofer
version_filepath: lib/html_proofer/version.rb
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.8"
end

0 comments on commit f293818

Please sign in to comment.