itunes_api.gemspec in itunes_api-0.8.1 vs itunes_api.gemspec in itunes_api-0.8.2

- old
+ new

@@ -3,17 +3,9 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'itunes_api/version' 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. - unless spec.respond_to?(:metadata) - raise 'RubyGems 2.0 or newer is required to protect ' \ - 'against public gem pushes.' - end - spec.name = 'itunes_api' spec.version = ItunesApi::VERSION spec.authors = ['Mario D’Arco'] spec.email = ['mariodarco78@icloud.com'] spec.summary = 'iTunes Api'