Skip to content

Commit

Permalink
bump version, remove cruft and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Aug 9, 2010
1 parent 17dfeeb commit 639f218
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -14,7 +14,7 @@ This is very new code. Lots of stuff probably doesn't work right. I will likely
* Regex support for variables.
* Request condition support.
* Partial matches.
* Supports interstitial variables (e.g. /my-:variable-brings.all.the.boys/yard).
* Supports interstitial variables (e.g. /my-:variable-brings.all.the.boys/yard) and unnamed variable /one/:/two
* Very fast and small code base (~1,000 loc).
* Sinatra compatibility.

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -19,4 +19,4 @@ Rake::RDocTask.new do |rd|
end

Bundler::GemHelper.install_tasks
CodeStats::Tasks.new
CodeStats::Tasks.new(:reporting_depth => 3)
4 changes: 0 additions & 4 deletions Tumbler

This file was deleted.

2 changes: 1 addition & 1 deletion lib/http_router/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
class HttpRouter #:nodoc
VERSION = '0.3.10'
VERSION = '0.3.11'
end

0 comments on commit 639f218

Please sign in to comment.