diff --git a/workarea-livechat.gemspec b/workarea-livechat.gemspec index 0f10598..a5d6f78 100644 --- a/workarea-livechat.gemspec +++ b/workarea-livechat.gemspec @@ -14,15 +14,6 @@ Gem::Specification.new do |spec| spec.description = "Installs chat window onto all store front pages" spec.license = "MIT" - # 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.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] spec.add_dependency 'workarea', '~> 3.x'