shairontoledo / rghost

RGhost is a document creation and conversion API. It uses the Ghostscript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents. Support(PDF,PS,GIF,TIF,PNG,JPG,etc)
http://rghost.rubyforge.org
MIT License
187 stars 46 forks source link

gem version rghost-0.9.5: warning: duplicated key at line 82 ignored: :pxlmono #64

Closed harshs08 closed 9 years ago

harshs08 commented 9 years ago

After installing gem with version 0.9.5, whenever I run my code I get the following error:

/Users/harshsingh/.rvm/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rghost-0.9.5/lib/rghost/constants.rb:68: warning: duplicated key at line 82 ignored: :pxlmono /Users/harshsingh/.rvm/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rghost-0.9.5/lib/rghost/constants.rb:69: warning: duplicated key at line 83 ignored: :pxlcolor

My ruby version is 2.2.2

harshs08 commented 9 years ago

The fix is already present in commit #62, so closing off the issue.