utopia 0.9.29 → 0.9.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,6 @@
3
3
  # See <utopia.rb> for licensing details.
4
4
 
5
5
  require 'utopia/middleware'
6
- require 'utopia/response_helper'
7
6
  require 'utopia/middleware/localization/name'
8
7
 
9
8
  module Rack
@@ -6,7 +6,7 @@ module Utopia
6
6
  module VERSION #:nodoc:
7
7
  MAJOR = 0
8
8
  MINOR = 9
9
- TINY = 29
9
+ TINY = 30
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
- - 29
9
- version: 0.9.29
8
+ - 30
9
+ version: 0.9.30
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Williams