Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

API: Cities #96

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

API: Cities #96

wants to merge 15 commits into from

Commits on Jul 12, 2024

  1. Make examples time aware

    Time moves on and the ages in these examples are no longer valid. These
    changes replace static ages with calculated equivalents so that they can
    be rerun at any time with confidence.
    sgerrand committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    608260d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    1c9faec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from sgerrand/dependabot-github-actions

    Dependabot: Manage GitHub Actions updates
    sgerrand authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    43aa30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1152098 View commit details
    Browse the repository at this point in the history
  4. Fix RuboCop offense: Gemspec/DevelopmentDependencies

    Gemspec/DevelopmentDependencies: Specify development dependencies in
    Gemfile.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    74fa099 View commit details
    Browse the repository at this point in the history
  5. Fix silently broken test case

    Pull test case out of setup.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    321c9ca View commit details
    Browse the repository at this point in the history
  6. CI: update Ruby test matrix

    - Remove Ruby 2.6: rubocop >= 1.51.0 depends on Ruby >= 2.7.0
    - Add modern, generally available Ruby versions: 3.2, 3.3
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a1737f6 View commit details
    Browse the repository at this point in the history
  7. bundle exec appraisal update

    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    131db12 View commit details
    Browse the repository at this point in the history
  8. Correct RuboCop offense: Style/SuperArguments

    Style/SuperArguments: Call super without arguments and parentheses when
    the signature is identical.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5ad0eb5 View commit details
    Browse the repository at this point in the history
  9. Correct RuboCop offense: Style/RedundantInterpolation

    Style/RedundantInterpolation: Prefer to_s over string interpolation.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2a13f9f View commit details
    Browse the repository at this point in the history
  10. Bump actions/upload-artifact from 2 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f45af27 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5 from sgerrand/time-aware-examples

    Examples: time aware passenger ages
    sgerrand authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6992d61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e64799 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f0d3aed View commit details
    Browse the repository at this point in the history
  14. Satisfy the RuboCop 👮

    - Style/SuperArguments: Call super without arguments and parentheses
      when the signature is identical.
    - Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block
      body end. (https://rubystyle.guide#empty-lines-around-bodies)
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9ca56c8 View commit details
    Browse the repository at this point in the history