-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Gem::Specification.new do |s| | ||
s.name = %q{cups} | ||
s.version = "0.1.5" | ||
s.authors = ["Tadej Murovec", "Ivan Turkovic", "Chris Mowforth"] | ||
s.email = ["[email protected]", "[email protected]", "[email protected]"] | ||
s.version = "0.1.6" | ||
s.authors = ["Nathan Stitt", "Tadej Murovec", "Ivan Turkovic", "Chris Mowforth"] | ||
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"] | ||
s.summary = "A lightweight Ruby library for printing." | ||
s.description = <<-EOF | ||
Ruby CUPS provides a wrapper for the Common UNIX Printing System, allowing rubyists to perform basic tasks like printer discovery, job submission & querying. | ||
|
@@ -12,4 +12,4 @@ Gem::Specification.new do |s| | |
s.homepage = "https://github.com/m0wfo/cups" | ||
s.has_rdoc = true | ||
s.rubyforge_project = "cups" | ||
end | ||
end |