From 261065fd98d485f4a9ff1550ba120d8d32ba0996 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 2 Oct 2016 09:32:11 -0400 Subject: [PATCH] fixed gemspec. --- kiss-tnc.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss-tnc.gemspec b/kiss-tnc.gemspec index 3c33c49..152eb14 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' -- GitLab