rack-handlers.gemspec in rack-handlers-0.7.0 vs rack-handlers.gemspec in rack-handlers-0.7.1

- old
+ new

@@ -1,14 +1,16 @@ # -*- encoding: utf-8 -*- +# stub: rack-handlers 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "rack-handlers" - s.version = "0.7.0" + s.version = "0.7.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib"] s.authors = ["Lin Jen-Shin (godfat)"] - s.date = "2013-08-22" + s.date = "2015-12-12" s.description = "Unicorn family Rack handlers for you. Mostly for `rails s`." s.email = ["godfat (XD) godfat.org"] s.files = [ ".gitignore", ".gitmodules", @@ -17,16 +19,17 @@ "Rakefile", "lib/rack-handlers.rb", "lib/rack/handler/rails-server.rb", "lib/rack/handler/rainbows.rb", "lib/rack/handler/unicorn.rb", + "lib/rack/handler/yahns.rb", "lib/rack/handler/zbatery.rb", "rack-handlers.gemspec", "task/.gitignore", "task/gemgem.rb"] s.homepage = "https://github.com/godfat/rack-handlers" - s.require_paths = ["lib"] - s.rubygems_version = "2.0.6" + s.licenses = ["Apache License 2.0"] + s.rubygems_version = "2.5.0" s.summary = "Unicorn family Rack handlers for you. Mostly for `rails s`." if s.respond_to? :specification_version then s.specification_version = 4