rack.gemspec in rack-1.1.5 vs rack.gemspec in rack-1.1.6
- old
+ new
@@ -1,10 +1,10 @@
$:.unshift(File.expand_path('../lib', __FILE__))
require 'rack' # For Rack.release
Gem::Specification.new do |s|
s.name = "rack"
- s.version = "1.1.5"
+ s.version = "1.1.6"
s.platform = Gem::Platform::RUBY
s.summary = "a modular Ruby webserver interface"
s.description = <<-EOF
Rack provides minimal, modular and adaptable interface for developing