thorsson_cups 0.0.9 → 0.0.10

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
@@ -498,6 +498,6 @@ void Init_cups() {
498
498
  rb_define_singleton_method(rubyCups, "show_destinations", cups_show_dests, 0);
499
499
  rb_define_singleton_method(rubyCups, "default_printer", cups_get_default, 0);
500
500
  rb_define_singleton_method(rubyCups, "all_jobs", cups_get_jobs, 1);
501
- rb_define_singleton_method(rubyCups, "cancel_print", cups_cancel_print, -1)
501
+ rb_define_singleton_method(rubyCups, "cancel_print", cups_cancel_print, -1);
502
502
  rb_define_singleton_method(rubyCups, "options_for", cups_get_options, 1);
503
503
  }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ivan Turkovic