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

Housekeeping 13443 #6

Merged
merged 14 commits into from
Aug 27, 2024
Merged

Housekeeping 13443 #6

merged 14 commits into from
Aug 27, 2024

Conversation

atcruice
Copy link
Member

@atcruice atcruice commented Aug 21, 2024

Highlights

  • GitHub Actions workflow for test suite
  • direnv hook
  • various refactorings

Post-merge actions

  • tag merge commit with v0.1.5

@atcruice atcruice requested a review from a team August 21, 2024 08:16
@atcruice atcruice force-pushed the housekeeping-13443 branch from 684627c to c7ec8b9 Compare August 21, 2024 08:18
Base automatically changed from radius to master August 27, 2024 07:05
While the accepted wisdom suggests that Gemfile.lock should be committed
for gems, this gem has only development dependencies. It should be
useful for GitHub Actions testing to pull in updated gems across the
matrix of supported Ruby versions.
https://bundler.io/guides/faq.html#using-gemfiles-inside-gems
Resolves deprecation warning.
```
[DEPRECATED] The source :rubygems is deprecated because HTTP requests
are insecure. Please change your source to 'https://rubygems.org' if
possible, or 'http://rubygems.org' if not.
```
Addresses warning.
```
warning: csv was loaded from the standard library, but will no longer be
part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or
gemspec.
```
- smoother CSV handling
- avoids unnecessary Postcode instantiation
- more explicit Postcode positional instantiation
@atcruice atcruice force-pushed the housekeeping-13443 branch from c7ec8b9 to fb1ce64 Compare August 27, 2024 07:13
@atcruice atcruice merged commit ccc9563 into master Aug 27, 2024
5 checks passed
@atcruice atcruice deleted the housekeeping-13443 branch August 27, 2024 07:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants