cupsffi 0.1.0 → 0.1.1

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 -1
  2. data/lib/cupsffi/version.rb +1 -1
  3. 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 = "http://www.tebros.com/"
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
 
@@ -1,3 +1,3 @@
1
1
  module Cupsffi
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: http://www.tebros.com/
66
+ homepage: https://github.com/nehresma/cupsffi
67
67
  licenses: []
68
68
  post_install_message:
69
69
  rdoc_options: []