diff --git a/README.rdoc b/README.rdoc index fc8d71d..cc2d305 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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. diff --git a/Rakefile b/Rakefile index 12a7586..2699bb3 100644 --- a/Rakefile +++ b/Rakefile @@ -19,4 +19,4 @@ Rake::RDocTask.new do |rd| end Bundler::GemHelper.install_tasks -CodeStats::Tasks.new +CodeStats::Tasks.new(:reporting_depth => 3) diff --git a/Tumbler b/Tumbler deleted file mode 100644 index 4c00ce2..0000000 --- a/Tumbler +++ /dev/null @@ -1,4 +0,0 @@ -gem_name "http_router" - -version_file 'lib/http_router/version.rb' -changelog_file "CHANGELOG" diff --git a/lib/http_router/version.rb b/lib/http_router/version.rb index e6933ea..7b88258 100644 --- a/lib/http_router/version.rb +++ b/lib/http_router/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 class HttpRouter #:nodoc - VERSION = '0.3.10' + VERSION = '0.3.11' end \ No newline at end of file