xhive 1.0.5.pre → 1.0.6.pre

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.
@@ -30,6 +30,8 @@ module Xhive
30
30
  # Public: process the previously stored routes
31
31
  #
32
32
  def self.process_routes
33
+ return unless defined?(@@routes)
34
+
33
35
  @@routes.each do |route|
34
36
  path = route[:path]
35
37
  options = route[:options]
@@ -1,3 +1,3 @@
1
1
  module Xhive
2
- VERSION = "1.0.5.pre"
2
+ VERSION = "1.0.6.pre"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xhive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5.pre
4
+ version: 1.0.6.pre
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -223,7 +223,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
223
223
  version: '0'
224
224
  segments:
225
225
  - 0
226
- hash: -3121959772231575162
226
+ hash: -2204793199243602054
227
227
  required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  none: false
229
229
  requirements: