Skip to content

Commit

Permalink
Version 6.6
Browse files Browse the repository at this point in the history
- Fixed warnings and test errors
- Various bug fixes
- Added #min, #max, and #minmax to Path
- Stopped using mathn
- Switched to Github Actions for testing
- Added ruby v3.x to the test matrix
- Dropped ruby v2.x from the test matrix (because it is EOL)
  • Loading branch information
bfoz committed Mar 21, 2024
1 parent 6d940d7 commit b6f172d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geometry.gemspec
Expand Up @@ -2,8 +2,9 @@
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
spec = s
s.name = "geometry"
s.version = '6.5'
spec.version = '6.6'
s.authors = ["Brandon Fosdick"]
s.email = ["bfoz@bfoz.net"]
s.homepage = "http://github.com/bfoz/geometry"
Expand All @@ -19,7 +20,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.0'

spec = s
spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "rake", "~> 13"
end

0 comments on commit b6f172d

Please sign in to comment.