Skip to content

Commit

Permalink
Merge pull request #127 from Shopify/bump
Browse files Browse the repository at this point in the history
Version 2.2.2
  • Loading branch information
etiennebarrie authored Jan 23, 2025
2 parents 6be1a50 + 3e93964 commit b5212e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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
6 changes: 2 additions & 4 deletions deprecation_toolkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ 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"

spec.required_ruby_version = ">= 3.0.0"

spec.files = %x(git ls-files -z).split("\x0").reject do |f|
f.match(%r{^(test|spec|\.github|gemfiles)/})
end
spec.files = Dir["lib/**/*", "LICENSE.txt", "README.md"]
spec.require_paths = ["lib"]

spec.add_runtime_dependency("activesupport", ">= 6.1")
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 b5212e9

Please sign in to comment.