Skip to content
Permalink

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
Choose a base ref
...
head repository: ammar/regexp_parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.2
Choose a head ref
  • 10 commits
  • 16 files changed
  • 3 contributors

Commits on May 6, 2024

  1. Use require_relative in the Regexp::Parser codebase

    If 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.
    koic committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2aef678 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge pull request #90 from koic/use_require_relative

    Use `require_relative` in the Regexp::Parser codebase
    jaynetics authored May 11, 2024
    Configuration menu
    Copy the full SHA
    0ec8b3e View commit details
    Browse the repository at this point in the history
  2. Simplify path slightly

    jaynetics committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5fe527e View commit details
    Browse the repository at this point in the history
  3. Unify CHANGELOG formatting

    jaynetics committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2d0c9a5 View commit details
    Browse the repository at this point in the history
  4. Release v2.9.1

    jaynetics committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2d196c1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Fix typos

    ```
    codespell **/*.rb **/*.md -w -L te,vai,cant,serch
    ```
    tagliala committed May 12, 2024
    Configuration menu
    Copy the full SHA
    316bf15 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request #92 from tagliala/chore/fix-typos

    Fix typos
    jaynetics authored May 13, 2024
    Configuration menu
    Copy the full SHA
    9883215 View commit details
    Browse the repository at this point in the history
  2. 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/
    tagliala committed May 13, 2024
    Configuration menu
    Copy the full SHA
    50f6259 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request #91 from tagliala/security/opt-in-for-mfa

    Opt-in for MFA requirement explicitly
    jaynetics authored May 15, 2024
    Configuration menu
    Copy the full SHA
    6ae8ad9 View commit details
    Browse the repository at this point in the history
  2. Release v2.9.2

    jaynetics committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8851030 View commit details
    Browse the repository at this point in the history
Loading