Skip to content

Commit

Permalink
fixing circle method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fynanz committed Dec 21, 2010
1 parent d3f8831 commit 986a8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rghost/ps_facade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def polygon(options={},&block)
end

#A facade for the class Circle
def circle(option={})
def circle(options={})
set RGhost::Circle.new(options)
end

Expand Down
2 changes: 1 addition & 1 deletion rghost.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'rubygems'

spec = Gem::Specification.new do |s|
s.name = "rghost"
s.version = "0.8.7.3"
s.version = "0.8.7.4"
s.author = "Shairon Toledo"
s.email = "shairon.toledo@gmail.com"
s.homepage = "http://rghost.rubyforge.org"
Expand Down

0 comments on commit 986a8f0

Please sign in to comment.