-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Replace git
command in gemspec
#1055
Comments
Thanks for the kind words. Yeah, I'd be open to moving away from |
Closed
thiagoa
added a commit
that referenced
this issue
May 6, 2022
thiagoa
added a commit
that referenced
this issue
May 6, 2022
thiagoa
added a commit
that referenced
this issue
May 6, 2022
thiagoa
added a commit
that referenced
this issue
May 6, 2022
Closes #1055 Changes `suspenders.gemspec` to not depend on git. Additionally, we can safely remove `s.test_files` since its use is no longer recommended and was introduced in the Suspenders codebase many years ago. References: rubygems/guides#90
thiagoa
added a commit
that referenced
this issue
May 6, 2022
Closes #1055 Changes `suspenders.gemspec` to not depend on git. Additionally, we can safely remove `s.test_files` since its use is no longer recommended and was introduced in the Suspenders codebase many years ago. References: rubygems/guides#90
Web-Go-To
added a commit
to Web-Go-To/rails_suspenders
that referenced
this issue
Mar 23, 2023
Closes thoughtbot/suspenders#1055 Changes `suspenders.gemspec` to not depend on git. Additionally, we can safely remove `s.test_files` since its use is no longer recommended and was introduced in the Suspenders codebase many years ago. References: rubygems/guides#90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @composerinteralia 👋🏻
Thanks for your great work here and elsewhere! ❤️
Whilst maintaining this in Debian, I found that this library relies on
git
to produce a list of files.suspenders/suspenders.gemspec
Line 20 in f16e743
Using
git
in gemspec is a bit problematic and it's best if avoided. More about this can be found here:https://docs.rubocop.org/rubocop-packaging/cops_packaging.html#gemspec-git-rationale
I'd be happy to submit a PR if you concur with this?
The text was updated successfully, but these errors were encountered: