Skip to content

Commit

Permalink
Add author, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
m0wfo committed Jun 27, 2013
1 parent 65f2c58 commit a0d33f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cups.gemspec
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.
Expand All @@ -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

0 comments on commit a0d33f5

Please sign in to comment.