Skip to content

Commit

Permalink
[padrino-core] Use latest version of http_router.
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Apr 20, 2011
1 parent 7e7fd70 commit 116c745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rdoc
Expand Up @@ -8,7 +8,7 @@
* Use MongoMapper official gem
* Fixes ERBHandler type detection
* Fixes Routes with globs that when something is after the glob i.e. get :show, :map => '/pictures/*path.html'
* Updated http_router to ~> 0.6.7
* Updated http_router to ~> 0.7.0
* Completed Padrino Cache Doc [Thanks to Onethirtyfive]
* Added a global Padrino.cache option
* Padrino-Cache now is able to store ruby objects
Expand Down
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"
s.add_dependency("sinatra", "~> 1.2.3")
s.add_dependency("http_router", "~> 0.6.9")
s.add_dependency("http_router", "~> 0.7.0")
s.add_dependency("thor", ">=0.14.3")
s.add_dependency("activesupport", ">= 3.0.0")
s.add_dependency("tzinfo")
Expand Down

0 comments on commit 116c745

Please sign in to comment.