Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Jun 10, 2010
1 parent b918a99 commit 3a65d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/rack/contrib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Rack
module Contrib
def self.release
"0.9.1"
"1.0.1"
end
end

Expand Down Expand Up @@ -35,5 +35,5 @@ def self.release
autoload :NotFound, "rack/contrib/not_found"
autoload :ResponseCache, "rack/contrib/response_cache"
autoload :RelativeRedirect, "rack/contrib/relative_redirect"
autoload :StaticCache, "rack/contrib/static_cache"
autoload :StaticCache, "rack/contrib/static_cache"
end
4 changes: 2 additions & 2 deletions rack-contrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=

s.name = 'rack-contrib'
s.version = '1.0.0'
s.date = '2010-06-07'
s.version = '1.0.1'
s.date = '2010-06-09'

s.description = "Contributed Rack Middleware and Utilities"
s.summary = "Contributed Rack Middleware and Utilities"
Expand Down

0 comments on commit 3a65d6e

Please sign in to comment.