-
Notifications
You must be signed in to change notification settings - Fork 25
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
⬆️ gem_bench v2.0.5 #351
base: main
Are you sure you want to change the base?
⬆️ gem_bench v2.0.5 #351
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #351 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 190 190
Branches 90 90
=========================================
Hits 190 190 ☔ View full report in Codecov by Sentry. |
It failed to run the benchmarks because I forgot to enter my MFA code to actually push the new gem version to RubyGems before I made this change. 😬 🤦 It will pass if run again, no other changes needed. The gem is released now. |
Thanks! I'll wait to re-run this until after #350 is merged. |
db0bc03
to
0a4d95f
Compare
@pboling based on #349 (comment) I expected that with this code, if I add |
@JacobEvelyn as it happens, I have another gem, |
@JacobEvelyn OK, I figured out exactly what is happening. I'd like to demostrate the solution with yet another gem of mine, To briefly summarize -
I use this I've just reviewed the README over there, and found that I left out the secret sauce that actually solves this issue. So here it is from
You'll note that it only removes the In any case, using that pattern you could clean up all of the constants that get defined there, and have an entirely clean gemspec. Also, to follow the pattern, you actually don't need Without fixing this, the The The original reason the |
Fixes the
require_relative
>require
issue discussed in #349 for thegem_bench
gem itself. Does not merit a mention in the changelog, IMO.Before merging:
README.md
and update this PRCHANGELOG.md
, add an entry following Keep a Changelog guidelines with semantic versioning