coach.gemspec in coach-0.4.6 vs coach.gemspec in coach-0.5.0

- old
+ new

@@ -5,11 +5,10 @@ require 'coach/version' Gem::Specification.new do |spec| spec.name = 'coach' spec.version = Coach::VERSION - spec.summary = 'coach middleware' - spec.description = 'Controller framework' + spec.summary = 'Alternative controllers built with middleware' spec.authors = %w[GoCardless] spec.homepage = "https://github.com/gocardless/coach" spec.email = %w[developers@gocardless.com] spec.license = 'MIT'