cupsffi 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/cupsffi/lib.rb CHANGED
@@ -28,7 +28,7 @@ module CupsFFI
28
28
  paths =
29
29
  Array(
30
30
  ENV['CUPS_LIB'] ||
31
- Dir['/{opt,usr}/{,local/}lib{,64}/libcups.{dylib,so*}']
31
+ Dir['/{opt,usr}/{,local/}lib{,64}/{,x86_64-linux-gnu/}libcups.{dylib,so*}']
32
32
  )
33
33
  begin
34
34
  ffi_lib(*paths)
@@ -1,3 +1,3 @@
1
1
  module Cupsffi
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cupsffi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nathan Ehresman
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-27 00:00:00 -04:00
14
- default_executable:
13
+ date: 2012-04-13 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: ffi
@@ -46,7 +45,6 @@ files:
46
45
  - lib/cupsffi/ppd.rb
47
46
  - lib/cupsffi/printer.rb
48
47
  - lib/cupsffi/version.rb
49
- has_rdoc: true
50
48
  homepage: http://www.tebros.com/
51
49
  licenses: []
52
50
 
@@ -70,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
68
  requirements: []
71
69
 
72
70
  rubyforge_project: cupsffi
73
- rubygems_version: 1.6.1
71
+ rubygems_version: 1.8.13
74
72
  signing_key:
75
73
  specification_version: 3
76
74
  summary: FFI wrapper around libcups