http-2.gemspec in http-2-0.6.3 vs http-2.gemspec in http-2-0.7.0
- old
+ new
@@ -4,10 +4,10 @@
require 'http/2/version'
Gem::Specification.new do |spec|
spec.name = "http-2"
spec.version = HTTP2::VERSION
- spec.authors = ["Ilya Grigorik"]
+ spec.authors = ["Ilya Grigorik", "Kaoru Maeda"]
spec.email = ["ilya@igvita.com"]
spec.description = "Pure-ruby HTTP 2.0 protocol implementation"
spec.summary = spec.description
spec.homepage = "https://github.com/igrigorik/http-2"
spec.license = "MIT"