We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2293c6a commit fdcd03aCopy full SHA for fdcd03a
lib/rack.rb
@@ -20,7 +20,7 @@ def self.version
20
21
# Return the Rack release as a dotted string.
22
def self.release
23
- "1.6.9"
+ "1.6.10"
24
end
25
PATH_INFO = 'PATH_INFO'.freeze
26
REQUEST_METHOD = 'REQUEST_METHOD'.freeze
rack.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = "rack"
3
- s.version = "1.6.9"
+ s.version = "1.6.10"
4
s.platform = Gem::Platform::RUBY
5
s.summary = "a modular Ruby webserver interface"
6
s.license = "MIT"
0 commit comments