cupsffi 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/cupsffi.gemspec +1 -0
  2. data/lib/cupsffi/version.rb +1 -1
  3. metadata +12 -1
data/cupsffi.gemspec CHANGED
@@ -13,6 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.description = %q{Simple wrapper around libcups to give CUPS printing capabilities to Ruby apps.}
14
14
 
15
15
  s.add_development_dependency "ffi"
16
+ s.add_runtime_dependency "ffi"
16
17
 
17
18
  s.rubyforge_project = "cupsffi"
18
19
 
@@ -1,3 +1,3 @@
1
1
  module Cupsffi
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
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.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nathan Ehresman
@@ -23,6 +23,17 @@ dependencies:
23
23
  version: "0"
24
24
  type: :development
25
25
  version_requirements: *id001
26
+ - !ruby/object:Gem::Dependency
27
+ name: ffi
28
+ prerelease: false
29
+ requirement: &id002 !ruby/object:Gem::Requirement
30
+ none: false
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: "0"
35
+ type: :runtime
36
+ version_requirements: *id002
26
37
  description: Simple wrapper around libcups to give CUPS printing capabilities to Ruby apps.
27
38
  email:
28
39
  - nehresma@gmail.com