Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Jan 22, 2025
1 parent 693d370 commit 3e93964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
deprecation_toolkit (2.2.1)
deprecation_toolkit (2.2.2)
activesupport (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion deprecation_toolkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/shopify/deprecation_toolkit"
spec.metadata["source_code_uri"] = "https://github.com/Shopify/deprecation_toolkit/tree/v#{spec.version}"
spec.metadata["changelog_uri"] = "https://github.com/Shopify/deprecation_toolkit/blob/main/CHANGELOG.md"

spec.metadata["allowed_push_host"] = "https://rubygems.org"
Expand Down
2 changes: 1 addition & 1 deletion lib/deprecation_toolkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeprecationToolkit
VERSION = "2.2.1"
VERSION = "2.2.2"
end

0 comments on commit 3e93964

Please sign in to comment.