Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
== Version 0.0.10
== Version 0.1.11

2021-01-25: Removed support for _IPP_PRIVATE_STRUCTURES [sasa-friedrich-bitlab]

== Version 0.1.10

2014-12-05: Build compatibility with Mac OS X 10.10 (Yosemite)

== Version 0.0.7
Expand Down
2 changes: 1 addition & 1 deletion cups.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{cups}
s.version = "0.1.10"
s.version = "0.1.11"
s.authors = ["Nathan Stitt", "Tadej Murovec", "Ivan Turkovic", "Chris Mowforth"]
s.email = ["nathan@stitt.org", "tadej.murovec@gmail.com", "me@ivanturkovic.com", "chris@mowforth.com"]
s.summary = "A lightweight Ruby library for printing."
Expand Down