notifications-ruby-client.gemspec in notifications-ruby-client-1.1.2 vs notifications-ruby-client.gemspec in notifications-ruby-client-2.0.0

- old
+ new

@@ -5,14 +5,13 @@ Gem::Specification.new do |spec| spec.name = "notifications-ruby-client" spec.version = Notifications::Client::VERSION spec.authors = [ - "bitzesty", - "dazahern" + "Government Digital Service" ] - spec.email = ["info@bitzesty.com", "daz.ahern@digital.cabinet-office.gov.uk"] + spec.email = ["notify@digital.cabinet-office.gov.uk"] spec.summary = "Ruby client for GOV.UK Notifications API" spec.homepage = "https://github.com/alphagov/notifications-ruby-client" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }