hatless-hoptoad_notifier 2.2.6 → 2.2.6.001

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.
@@ -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