jsonapi_errors_handler 0.1.1 → 0.1.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.
@@ -0,0 +1,8 @@
1
+ {
2
+ "scripts": {
3
+ "lint-md": "remark ."
4
+ },
5
+ "remarkConfig": {
6
+ "plugins": ["remark-preset-lint-recommended"]
7
+ }
8
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi_errors_handler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Wilgosz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-05 00:00:00.000000000 Z
11
+ date: 2019-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,8 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: 'This gem is a convienient wrapper for your application errors. It allows
56
- you to map any error to a nicely formatted standard HTTP error response. '
55
+ description: |
56
+ This gem is a convienient wrapper for your application errors.
57
+ It allows you to map any error to a nicely formatted standard HTTP error response.
57
58
  email:
58
59
  - sebastian@driggl.com
59
60
  executables: []
@@ -63,7 +64,9 @@ files:
63
64
  - ".circleci/config.yml"
64
65
  - ".gitignore"
65
66
  - ".rspec"
67
+ - ".ruby-version"
66
68
  - ".travis.yml"
69
+ - CONTRIBUTING.md
67
70
  - Gemfile
68
71
  - Gemfile.lock
69
72
  - LICENSE.txt
@@ -81,7 +84,10 @@ files:
81
84
  - lib/jsonapi_errors_handler/errors/not_found.rb
82
85
  - lib/jsonapi_errors_handler/errors/standard_error.rb
83
86
  - lib/jsonapi_errors_handler/errors/unauthorized.rb
87
+ - lib/jsonapi_errors_handler/keys_stringifier.rb
84
88
  - lib/jsonapi_errors_handler/version.rb
89
+ - package-lock.json
90
+ - package.json
85
91
  homepage: https://github.com/driggl/jsonapi_errors_handler
86
92
  licenses:
87
93
  - MIT