Skip to content

Commit

Permalink
Support for Ruby 3.3 and latest 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannequin committed Feb 17, 2024
1 parent 7918ff3 commit 39491fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
matrix:
ruby:
- 3.1.4
- 3.2.2
- 3.2.3
- 3.3.0
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion astronoby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = "Ruby version of the calculations from various books like Celestial Calculations by J. L. Lawrence, Practical Astronomy with your Calculator or Spreadsheet by Peter Duffett-Smith and Jonathan Zwart, or Astronomical Algorithms by Jean Meeus"
spec.homepage = "https://github.com/rhannequin/astronoby"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.6"
spec.required_ruby_version = ">= 3.1.4"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit 39491fe

Please sign in to comment.