Skip to content

Commit

Permalink
fix hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
abepetrillo committed Apr 12, 2016
1 parent 0751195 commit a311dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sneakers_handlers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Adds handlers to support retry and custom shoveling}
spec.homepage = "https://github.com/alphasights/sneakers_handlers"

spec.metadata['allowed_push_host'] = 'http://mygemserver.com'
spec.metadata['allowed_push_host'] = 'https://rubygems.org'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "exe"
Expand Down

0 comments on commit a311dfa

Please sign in to comment.