Skip to content

Commit

Permalink
Modernize gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 26, 2024
1 parent 92ce3a8 commit 07323c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Expand Up @@ -3,3 +3,7 @@ root = true
[*]
indent_style = tab
indent_size = 2

[*.{yml,yaml}]
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions .github/workflows/test-external.yaml
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion gems.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2019-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

source "https://rubygems.org"

Expand Down
2 changes: 1 addition & 1 deletion license.md
@@ -1,6 +1,6 @@
# MIT License

Copyright, 2019-2023, by Samuel Williams.
Copyright, 2019-2024, by Samuel Williams.
Copyright, 2019, by Brian Morearty.
Copyright, 2020, by Olle Jonsson.
Copyright, 2020, by Bruno Sutic.
Expand Down

0 comments on commit 07323c9

Please sign in to comment.