m0wfo / cups

Ruby bridge to CUPS API
http://cups.rubyforge.org/
59 stars 58 forks source link

fix passing the job title to cups #11

Closed zzip closed 11 years ago

zzip commented 11 years ago

Although a title accessor was added, the actual call would still pass "rCups" hardcoded to cups. This fix actually passes the title that was set on the PrintJob object.

m0wfo commented 11 years ago

Just wondering how this went unnoticed for so long... Thanks!

m0wfo commented 11 years ago

I'll bump the gem version when I get a spare minute.