cupsffi 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/cupsffi.gemspec +1 -1
- data/lib/cupsffi/version.rb +1 -1
- metadata +2 -2
data/cupsffi.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Nathan Ehresman"]
|
10
10
|
s.email = ["nehresma@gmail.com"]
|
11
|
-
s.homepage = "
|
11
|
+
s.homepage = "https://github.com/nehresma/cupsffi"
|
12
12
|
s.summary = %q{FFI wrapper around libcups}
|
13
13
|
s.description = %q{Simple wrapper around libcups to give CUPS printing capabilities to Ruby apps.}
|
14
14
|
|
data/lib/cupsffi/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cupsffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- lib/cupsffi/ppd.rb
|
64
64
|
- lib/cupsffi/printer.rb
|
65
65
|
- lib/cupsffi/version.rb
|
66
|
-
homepage:
|
66
|
+
homepage: https://github.com/nehresma/cupsffi
|
67
67
|
licenses: []
|
68
68
|
post_install_message:
|
69
69
|
rdoc_options: []
|