thorsson_cups 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/cups.c +1 -1
  2. metadata +2 -2
data/ext/cups.c CHANGED
@@ -417,7 +417,7 @@ static VALUE cups_get_jobs(VALUE self, VALUE printer)
417
417
  *
418
418
  * Cancel the print job. Returns true if successful, false otherwise.
419
419
  */
420
- static VALUE cups_cancel_print(int argc, VALUE* argv, VALUE self, VALUE self)
420
+ static VALUE cups_cancel_print(int argc, VALUE* argv, VALUE self)
421
421
  {
422
422
  VALUE printer, job_id;
423
423
  rb_scan_args(argc, argv, "12", &job_id, &printer);
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 10
9
- version: 0.0.10
8
+ - 11
9
+ version: 0.0.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ivan Turkovic