Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v2.0.4 #94

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Prepare v2.0.4 #94

merged 1 commit into from
Nov 28, 2023

Conversation

etiennebarrie
Copy link
Member

No description provided.

@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.files = %x(git ls-files -z).split("\x0").reject do |f|
f.match(%r{^(test)/})
f.match(%r{^(test|spec|\.github|gemfiles)/})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removes a warning when unpacking the gem:

$ bundle exec rake build && gem unpack pkg/*.gem
deprecation_toolkit 2.0.3 built to pkg/deprecation_toolkit-2.0.3.gem.
WARNING:  deprecation_toolkit-2.0.3 ships with a dangling symlink named gemfiles/test/deprecations pointing to missing ../../test/deprecations file. Ignoring
Unpacked gem: '/Users/etienne/src/github.com/Shopify/deprecation_toolkit/deprecation_toolkit-2.0.3'

@etiennebarrie etiennebarrie requested a review from a team November 28, 2023 12:14
@etiennebarrie etiennebarrie merged commit b4d3f39 into main Nov 28, 2023
51 checks passed
@etiennebarrie etiennebarrie deleted the 2.0.4 branch November 28, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants