Skip to content

Commit

Permalink
Remove TODO in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adz committed Sep 16, 2015
1 parent afa49ce commit 2f69596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quickets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Gem::Specification.new do |spec|
spec.authors = ["Adam Davies"]
spec.email = ["[email protected]"]

spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = %q{Quickets}
spec.description = %q{Print quickets}
spec.homepage = "http://github.com/adz/quickets"
spec.license = "MIT"

# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
spec.metadata['allowed_push_host'] = "https://rubygems.org"
else
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
end
Expand Down

0 comments on commit 2f69596

Please sign in to comment.