diff --git a/kiss-tnc.gemspec b/kiss-tnc.gemspec index 3c33c49e7a5f730fbdc9092ce30daa5dc316e91c..152eb14f98925318687047f6090573e50e68ef77 100644 --- a/kiss-tnc.gemspec +++ b/kiss-tnc.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| # 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'" + spec.metadata['allowed_push_host'] = "https://rubygems.org" else raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' end @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - + spec.add_dependency 'abstraction', '~> 0.0.4' spec.add_development_dependency 'bundler', '~> 1.13' spec.add_development_dependency 'rake', '~> 11.3'