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

- old
+ new

@@ -1,32 +1,33 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rack-handlers" - s.version = "0.6.1" + s.version = "0.7.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Lin Jen-Shin (godfat)"] - s.date = "2013-07-11" - s.description = "Some Rack handlers which are not included in Rack distribution." + s.date = "2013-08-22" + s.description = "Unicorn family Rack handlers for you. Mostly for `rails s`." s.email = ["godfat (XD) godfat.org"] s.files = [ ".gitignore", ".gitmodules", "CHANGES.md", "README.md", "Rakefile", + "lib/rack-handlers.rb", "lib/rack/handler/rails-server.rb", "lib/rack/handler/rainbows.rb", "lib/rack/handler/unicorn.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.4" - s.summary = "Some Rack handlers which are not included in Rack distribution." + s.rubygems_version = "2.0.6" + s.summary = "Unicorn family Rack handlers for you. Mostly for `rails s`." if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then