merb 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/merb.rb +1 -1
  3. data/lib/merb/merb_router.rb +1 -1
  4. metadata +1 -1
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ include FileUtils
15
15
 
16
16
 
17
17
  NAME = "merb"
18
- VERS = "0.3.3"
18
+ VERS = "0.3.4"
19
19
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
20
20
 
21
21
  setup_clean [ "pkg", "lib/*.bundle", "*.gem",
@@ -15,7 +15,7 @@ require 'json'
15
15
 
16
16
 
17
17
  module Merb
18
- VERSION='0.3.3' unless defined?VERSION
18
+ VERSION='0.3.4' unless defined?VERSION
19
19
  class Server
20
20
  class << self
21
21
  def config
@@ -199,7 +199,7 @@ module Merb
199
199
  end
200
200
 
201
201
  def generate(name, options = {})
202
- path = @paths[name]
202
+ path = @paths[name].dup
203
203
  while path =~ Router::SECTION_REGEXP
204
204
  path.sub!(Router::SECTION_REGEXP, options[$~[1].intern].to_s)
205
205
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: merb
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.3
6
+ version: 0.3.4
7
7
  date: 2007-05-31 00:00:00 -07:00
8
8
  summary: Merb == Mongrel + Erb. Pocket rocket web framework.
9
9
  require_paths: