bugsnag 1.8.0 → 1.8.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf8c0fe6917926d4d428f338c52fc186d1f8ee5d
4
- data.tar.gz: 036c41b693442bf0538a10c39a23c6f63035af68
3
+ metadata.gz: 5d0e0cddfbae24391d9d2d0835b222e230820baf
4
+ data.tar.gz: 3b7e5bfc4e2ff432d1c97e609ca075ed526eb7db
5
5
  SHA512:
6
- metadata.gz: fc81f6071dd7064a9fa916440d0c44858a830d4ef516fb401ab186fac1bf0b57df767efd1c43dc7acd1dacb065f2217514abeea5916aed3e70d6f0eadb0f7ef9
7
- data.tar.gz: 9b5acfbc17863ef59e5e67730e14f702b17dfe6c163d8c4d648d8db5dd8288162fe14972a75805222dc36d1c8a37b3c74d5dabaf2ec98eb579a14f2217dc7622
6
+ metadata.gz: 904eda0c1430402a8bf0fac602787c4c715a8ba627985dc32212b347d24a01e5dddd9e84970aa0c4e2a14de2d705cbfe2f6ea60139dad146ab7e0ddaf016f424
7
+ data.tar.gz: 26bbfeb529892e4836b7e51f2fd13dab305623014c41daade891f951df9ebcc7f80ea9eaffccc330d036790c538cecd43a3260c776bec0e9111bd154383f0a4b
@@ -1,6 +1,10 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.8.1
5
+ -----
6
+ - Fix Rails2 middleware issue that stopped automatic metadata collection
7
+
4
8
  1.8.0
5
9
  -----
6
10
  - Move away from Jeweler
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.8.1
@@ -19,7 +19,7 @@ module Bugsnag::Middleware
19
19
  # Build the clean url
20
20
  url = "#{request.protocol}#{request.host}"
21
21
  url << ":#{request.port}" unless [80, 443].include?(request.port)
22
- url << Helpers.cleanup_url(request.fullpath, notification.configuration.params_filters)
22
+ url << Bugsnag::Helpers.cleanup_url(request.fullpath, notification.configuration.params_filters)
23
23
 
24
24
  # Add a request tab
25
25
  notification.add_tab(:request, {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-28 00:00:00.000000000 Z
11
+ date: 2014-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json