err 0.0.1 → 0.0.2

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: 07affa7e7938f1ac3388a2bf05a7aa62de6ccc78
4
- data.tar.gz: c3197404a39f79fcb7a3bf617bc7336f41074193
3
+ metadata.gz: ef940c8996ddb87924dfe348cf1699ac40037e56
4
+ data.tar.gz: 057702d3d026a7ba47ffb2f8395501cf7d881a74
5
5
  SHA512:
6
- metadata.gz: d562d4917ee2b3d23feb9c395bff1143a33acc25308be38979f3e043ff8d124dcaf029700dca1cf7e06aa18459eb0870189ce11ce0ea9c153eeb01d38230a12f
7
- data.tar.gz: 1666098f7ac9ae2dd0cfe9ede947fc3e18fc60e2b4141a5bf60c03a6e68b239c31de5e2ccd0b70020a00e4ae2d1e36706c4fc2f24b48c9b3c0ca1219ea2b850c
6
+ metadata.gz: 3a3e0821ad5c1db5773a837244e6bbc66a388a1ddd89a76150e9a4777606aa83c76f5cea7fef5516bfc257091e4990208c0b88218b70df80852b00472c123919
7
+ data.tar.gz: 1ba9a8d2b79d707095be87ff82f245941e07010b4f34ea6ed97e2f9663a83f79d3bd8b0374396af0f537a68141bf814aa211bd706ade4d1882475921779d2ff3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 0.0.2
4
+
5
+ * Fix default ignored exceptions
6
+
3
7
  ## Version 0.0.1
4
8
 
5
9
  * Initial release
@@ -2,14 +2,14 @@ module Err
2
2
  module Configuration
3
3
  DEFAULT_DEVELOPMENT_ENVIRONMENTS = %w{ development test cucumber }
4
4
  DEFAULT_IGNORE = %w{
5
- ActiveRecord::RecordNotFound,
6
- ActionController::RoutingError,
7
- ActionController::InvalidAuthenticityToken,
8
- CGI::Session::CookieStore::TamperedWithCookie,
9
- ActionController::UnknownHttpMethod,
10
- ActionController::UnknownAction,
11
- AbstractController::ActionNotFound,
12
- Mongoid::Errors::DocumentNotFound,
5
+ ActiveRecord::RecordNotFound
6
+ ActionController::RoutingError
7
+ ActionController::InvalidAuthenticityToken
8
+ CGI::Session::CookieStore::TamperedWithCookie
9
+ ActionController::UnknownHttpMethod
10
+ ActionController::UnknownAction
11
+ AbstractController::ActionNotFound
12
+ Mongoid::Errors::DocumentNotFound
13
13
  ActionController::UnknownFormat
14
14
  }
15
15
 
data/lib/err/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Err
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: err
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lasse Bunk