Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Clean up gemspec to please Bundler
Browse files Browse the repository at this point in the history
- I was having trouble using the napoleon github repo directly via the
  Gemfile in the dispersion app (the new user manager app for BDT).

the error I was getting:
rubygems/bundler#3895
  • Loading branch information
prestoncabe committed Dec 24, 2015
1 parent a2d2a8b commit 1fc2cef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions napoleon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ Gem::Specification.new do |spec|
spec.authors = ["Carl Partridge"]
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{Command builder for Benefits Data Trust}
spec.homepage = ""

# 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'] = ""
else
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
end
Expand Down

0 comments on commit 1fc2cef

Please sign in to comment.