Skip to content

Commit ad0d50c

Browse files
committed
Version 6.4
- Added min, max and minmax to Point - Added minimal support for Bezier curves - Added equality operators to Line
1 parent 629bbce commit ad0d50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "geometry"
6-
s.version = '6.3'
6+
s.version = '6.4'
77
s.authors = ["Brandon Fosdick"]
88
s.email = ["[email protected]"]
99
s.homepage = "http://github.com/bfoz/geometry"

0 commit comments

Comments
 (0)