rails-informant 0.4.5 → 0.4.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rails_informant.rb +0 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d0af47e9b626dfed7bcf7a29cb9817ff2fd41ada4700a61a0fab3579c863742
4
- data.tar.gz: e130792dad9233646126fed6bcac17c339e50f5aeb566710307661078a0f7772
3
+ metadata.gz: 7a778d19578d0a29c371f4b5e8363044db91487e9703db86278944208de434d6
4
+ data.tar.gz: 7a60618611f8b9b3d3dcf13385fa720dfd434c6ad3512ed5f70ff072184bbbb7
5
5
  SHA512:
6
- metadata.gz: ab3256ce6ae5de9d3356346d9e5b4c0988f5170439b54a77945051980164a67e2c9e37a6ced0de22e7e68271ac3b5053a1292f4de8cc9f8c5c895e1aad651d0c
7
- data.tar.gz: 46530d277944774af55b2b0012d45a76e471c690d35e5324385ade0a2c9cc67704dfcbf0aa545c4172dba8c75f031d00ee591478b8fd6cb2669a54ddeed42295
6
+ metadata.gz: 8c0d57e79fb46d2e67ab05e34deb0737638710fdd69acafc25b7ea0b7346225251dcf450819a9d0345afb7961c2ff77bbad66de98e2db8110480b28b41457c10
7
+ data.tar.gz: 12f152c83d8d3b7018dad5aaf78e053c4504fc39849dbc0b0ebca9c5bafbb0128af0db53d54f9fb4790d65530225985c8ca0353f77e988ac23587936b8322cc5
@@ -13,7 +13,6 @@ module RailsInformant
13
13
  # recorded now; what remains is process-control and client/tamper noise.
14
14
  IGNORED_EXCEPTIONS_DEFAULT = %w[
15
15
  ActionController::UnknownAction
16
- ActionController::UrlGenerationError
17
16
  CGI::Session::CookieStore::TamperedWithCookie
18
17
  Mime::Type::InvalidMimeType
19
18
  Rack::Utils::InvalidParameterError
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-informant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel López Prat