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

Add missing files to gemspec & bump version to 2.15.1 #615

Merged
merged 2 commits into from
Feb 15, 2024

Commits on Feb 15, 2024

  1. Add missing files to gemspec

    2.15.0 is broken because we're failing to include the backport patch
    which we try to `require` at the top of `rubocop.yml`.
    
    This updates the `gempspec` to include all ruby files under `lib`, as
    well as the `README.md`. It also switches to use a wildcard to match the
    `rubocop.yml` and `rubocop-cli.yml` files, which will be useful when we
    add extension configs.
    sambostock committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    70a48d5 View commit details
    Browse the repository at this point in the history
  2. Bump gem version to 2.15.1

    sambostock committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    70399a5 View commit details
    Browse the repository at this point in the history