cups 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/ext/ruby_cups.h +3 -0
  2. metadata +2 -2
@@ -1,3 +1,6 @@
1
+ // Enable access to IPP private structures post Cups 1.5
2
+ // (In Mac OS 10.8 thru 10.9 specifically enabled by Apple but not 10.10)
3
+ #define _IPP_PRIVATE_STRUCTURES 1
1
4
  #include <cups/cups.h>
2
5
 
3
6
  // st.h is needed for ST_CONTINUE constant
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cups
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-06-03 00:00:00.000000000 Z
15
+ date: 2014-12-09 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: ! ' Ruby CUPS provides a wrapper for the Common UNIX Printing System,
18
18
  allowing rubyists to perform basic tasks like printer discovery, job submission