Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Allow gem to be published to rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
Carla Galarza committed Mar 14, 2019
1 parent 1167e21 commit a879ca4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions uri_service-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the
# 'allowed_push_host' to allow pushing to a single host or delete this section
# to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
else
raise 'RubyGems 2.0 or newer is required to protect against ' \
'public gem pushes.'
end

spec.add_runtime_dependency 'faraday', '~> 0.15.4'

spec.add_development_dependency 'bundler', '~> 1.16'
Expand Down

0 comments on commit a879ca4

Please sign in to comment.