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

Update base skeleton #7

Merged
merged 5 commits into from
Oct 3, 2023
Merged

Update base skeleton #7

merged 5 commits into from
Oct 3, 2023

Commits on Oct 2, 2023

  1. Remove Ruby version specifier

    These gems are by nature intended to float across versions, so letting that happen more easily in local development is a plus.
    timriley committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6f31eb9 View commit details
    Browse the repository at this point in the history
  2. Simplify linter setup

    Leave Rubocop and SimpleCov in place. Let SimpelCov serve as informational only via removal of the minimum coverage requirement. Remove other linting tools for now.
    timriley committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9891820 View commit details
    Browse the repository at this point in the history
  3. Update Gemfile

    Add docs group with standard yard dependencies.
    
    Remove version specifiers for development tools. This is consistent with our other gems and will help us stay up to date with less work.
    
    Simplify tools group to just the “debug” gem only for now.
    timriley committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c2ede57 View commit details
    Browse the repository at this point in the history
  4. Simplify bin/ setup

    Tidy up shebangs and remove binstubs for tools that can easily be invoked via bundle exec.
    timriley committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    15d55a7 View commit details
    Browse the repository at this point in the history
  5. Update gem authorship

    timriley committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3bded72 View commit details
    Browse the repository at this point in the history