infopark_reactor 1.8.3 → 1.8.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,6 +28,7 @@ module Reactor
28
28
 
29
29
  private
30
30
  def match_url
31
+ return {} if @url.match(/\A[a-z0-9]*:/) # ignore fully qualified urls
31
32
  relative_url_root = ENV['RAILS_RELATIVE_URL_ROOT']
32
33
  url = @url.clone
33
34
  url.gsub!(/^#{Regexp.escape(relative_url_root)}/, '') if relative_url_root.present?
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Reactor
3
- VERSION = "1.8.3"
3
+ VERSION = "1.8.4"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_reactor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 3
10
- version: 1.8.3
9
+ - 4
10
+ version: 1.8.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tomasz Przedmojski
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-07-17 00:00:00 +02:00
18
+ date: 2013-07-23 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency