infreemation.gemspec in infreemation-0.1.0 vs infreemation.gemspec in infreemation-0.2.0

- old
+ new

@@ -1,6 +1,5 @@ - # frozen_string_literal: true lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'infreemation/version' @@ -12,10 +11,10 @@ spec.email = ['hello@mysociety.org'] spec.summary = 'Ruby library for the Infreemation API.' spec.description = 'Infreemation is a eCase management software system ' \ 'built specifically to manage FOI, EIR and SAR requests.' - spec.homepage = 'https://github.com/mysociety/infreemation' + spec.homepage = 'https://github.com/mysociety/infreemation-ruby' 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.