hatless-hoptoad_notifier 2.2.6 → 2.2.6.001

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ module HoptoadNotifier
23
23
  :controller => params[:controller],
24
24
  :action => params[:action],
25
25
  :url => hoptoad_request_url,
26
- :cgi_data => hoptoad_filter_if_filtering(request.env) }
26
+ :cgi_data => hoptoad_filter_if_filtering(request.env).merge "HTTP_REFERER" => request.referer }
27
27
  end
28
28
 
29
29
  def hoptoad_filter_if_filtering(hash)
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hatless-hoptoad_notifier
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 101
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
9
  - 6
10
- version: 2.2.6
10
+ - 1
11
+ version: 2.2.6.001
11
12
  platform: ruby
12
13
  authors:
13
14
  - thoughtbot, inc