-
Notifications
You must be signed in to change notification settings - Fork 24
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ammar/regexp_parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ammar/regexp_parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 16 files changed
- 3 contributors
Commits on May 6, 2024
-
Use
require_relativein the Regexp::Parser codebaseIf there are many searches in the `$LOAD_PATH` in the user environment, require will perform unnecessary searches that are not needed. In contrast, `require_relative` is efficient because it uses a relative path.
Configuration menu - View commit details
-
Copy full SHA for 2aef678 - Browse repository at this point
Copy the full SHA 2aef678View commit details
Commits on May 11, 2024
-
Merge pull request #90 from koic/use_require_relative
Use `require_relative` in the Regexp::Parser codebase
Configuration menu - View commit details
-
Copy full SHA for 0ec8b3e - Browse repository at this point
Copy the full SHA 0ec8b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe527e - Browse repository at this point
Copy the full SHA 5fe527eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0c9a5 - Browse repository at this point
Copy the full SHA 2d0c9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d196c1 - Browse repository at this point
Copy the full SHA 2d196c1View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 316bf15 - Browse repository at this point
Copy the full SHA 316bf15View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9883215 - Browse repository at this point
Copy the full SHA 9883215View commit details -
Opt-in for MFA requirement explicitly
As a pupular gem, `regexp_parser` implicitly requires that all privileged operations by any of the owners require OTP. However, by explicitly setting `rubygems_mfa_required` metadata, the gem will show "NEW VERSIONS REQUIRE MFA" and "VERSION PUBLISHED WITH MFA" in the sidebar at https://github.com/ammar/regexp_parser Ref: - https://blog.rubygems.org/2022/08/15/requiring-mfa-on-popular-gems.html - https://guides.rubygems.org/mfa-requirement-opt-in/
Configuration menu - View commit details
-
Copy full SHA for 50f6259 - Browse repository at this point
Copy the full SHA 50f6259View commit details
Commits on May 15, 2024
-
Merge pull request #91 from tagliala/security/opt-in-for-mfa
Opt-in for MFA requirement explicitly
Configuration menu - View commit details
-
Copy full SHA for 6ae8ad9 - Browse repository at this point
Copy the full SHA 6ae8ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8851030 - Browse repository at this point
Copy the full SHA 8851030View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.9.0...v2.9.2