rack-handlers.gemspec in rack-handlers-0.5.2 vs rack-handlers.gemspec in rack-handlers-0.5.3

- old
+ new

@@ -1,31 +1,32 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rack-handlers" - s.version = "0.5.2" + s.version = "0.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Lin Jen-Shin (godfat)"] - s.date = "2012-02-22" + s.date = "2012-08-15" s.description = "Some Rack handlers which are not included in Rack distribution." s.email = ["godfat (XD) godfat.org"] s.files = [ ".gitignore", ".gitmodules", "CHANGES.md", "README.md", "Rakefile", + "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/.git", "task/.gitignore", "task/gemgem.rb"] s.homepage = "https://github.com/godfat/rack-handlers" s.require_paths = ["lib"] - s.rubygems_version = "1.8.17" + s.rubygems_version = "1.8.24" s.summary = "Some Rack handlers which are not included in Rack distribution." if s.respond_to? :specification_version then s.specification_version = 3