Skip to content

Commit

Permalink
Version 6.5
Browse files Browse the repository at this point in the history
- Added #push, #pop, #shift, and #unshift to the Point family
- Added a convenience method for creating translations
- Added min, max, and minmax to the Point family and Annulus
- Added #intercept to all of the Line subclasses
  • Loading branch information
bfoz committed Mar 21, 2015
1 parent 286ae49 commit 0a67543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ that don't work in higher dimensions and I'll do my best to fix them.
License
-------

Copyright 2012-2014 Brandon Fosdick <bfoz@bfoz.net> and released under the BSD license.
Copyright 2012-2015 Brandon Fosdick <bfoz@bfoz.net> and released under the BSD license.

Primitives
----------
Expand Down
2 changes: 1 addition & 1 deletion geometry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "geometry"
s.version = '6.4'
s.version = '6.5'
s.authors = ["Brandon Fosdick"]
s.email = ["bfoz@bfoz.net"]
s.homepage = "http://github.com/bfoz/geometry"
Expand Down

0 comments on commit 0a67543

Please sign in to comment.