utopia 0.9.27 → 0.9.28

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.
@@ -131,10 +131,9 @@ module Utopia
131
131
  end
132
132
 
133
133
  @patterns.each do |pattern, uri|
134
- $stderr.puts "Trying #{pattern} for #{base_path}"
135
134
  if match_data = pattern.match(base_path)
136
135
  result = redirect(uri, match_data)
137
-
136
+
138
137
  return result if result != nil
139
138
  end
140
139
  end
@@ -6,7 +6,7 @@ module Utopia
6
6
  module VERSION #:nodoc:
7
7
  MAJOR = 0
8
8
  MINOR = 9
9
- TINY = 27
9
+ TINY = 28
10
10
 
11
11
  STRING = [MAJOR, MINOR, TINY].join('.')
12
12
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 27
9
- version: 0.9.27
8
+ - 28
9
+ version: 0.9.28
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Williams