ffi-cups 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af96b1939b903f31829bf99b8508ac0acf6c252198b517f1fb55ee0acb207011
4
- data.tar.gz: 5147e3adc7509fc5ad8a688d19060b07d5e75d44d1e63b405393d20c06371f7b
3
+ metadata.gz: 4293a14e3bfde7951974c3dd46d47077027f9e44279eafdad1d424a6aeb6ac00
4
+ data.tar.gz: f6aa8bb124c7aa1680196a4e26d8aaa7f95385fd8493b3d13b8856dd49be046b
5
5
  SHA512:
6
- metadata.gz: e3f44883fbd5dc010bedbaafd653783e082a169f930e63591b7348ef00c9df32879830466236f1602853e24c6d4d13e8e9f048c55666ffef403f6c5c9d76ffd7
7
- data.tar.gz: 95b4367476047cf1c74a998dcdca8eddb838839b65740c7b0dd8c73d2b74f7f4b925b608228fa780d28d58feefbc0697328e1a3ae9e75457663a288cea906f96
6
+ metadata.gz: 0efcf78df764644be508932592fd5c7c19dc039fda7724524542395c424dde620473d74f243af425e76c360622f9ed74f0a7563e10c6b8ec981dd511a590ea23
7
+ data.tar.gz: c7f475d5fcfdffbae26cfb4256074117b2d279f9b9b135f4c4231a0407598a55c0f1f7ed375a44a94198588f5c5998f8aae57131071e436c52c2dabd7cd82c20
@@ -28,7 +28,7 @@ module Cups
28
28
  end
29
29
 
30
30
  def print_file(filename, title, options={})
31
- raise "File not found: #{filename}" unless File.exists? filename
31
+ raise "File not found: #{filename}" unless File.exist? filename
32
32
 
33
33
  http = @connection.nil? ? nil : @connection.httpConnect2
34
34
  # Get all destinations with cupsGetDests2
@@ -1,3 +1,3 @@
1
1
  module Cups
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-cups
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugo Marquez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-03-20 00:00:00.000000000 Z
12
+ date: 2023-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi