easy-jsonapi 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,44 +1,47 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 1.0.9 - 2020-05-04
3
+ ## 1.0.10 - 2021-09-29
4
+ - Updated dependencies to fix security vulnerability
5
+
6
+ ## 1.0.9 - 2021-05-04
4
7
 
5
8
  - Updated dependencies to fix security vulnerability in rexml
6
9
 
7
- ## 1.0.8 - 2020-05-04
10
+ ## 1.0.8 - 2021-05-04
8
11
 
9
12
  - Updated dependencies to fix security vulnerability in rexml
10
13
 
11
- ## 1.0.7 - 2020-03-31
14
+ ## 1.0.7 - 2021-03-31
12
15
 
13
16
  - Fixed bug in JSONAPI::Parser::JSONParser that would serialize hashes with symbol key values instead of string
14
17
 
15
- ## 1.0.6 - 2020-03-30
18
+ ## 1.0.6 - 2021-03-30
16
19
 
17
20
  - Fixed bug in JSONAPI::Middleware that was not checking for environment variables properly
18
21
 
19
- ## 1.0.5 - 2020-03-30
22
+ ## 1.0.5 - 2021-03-30
20
23
 
21
24
  - Fixed bug in JSONAPI::Exceptions::HeadersExceptions that didn't check for user required headers requirements
22
25
  - Fixed bug in JSONAPI::Exceptions::QueryParamExceptions that didn't check for user required query param requirements
23
26
  - Added more tests to the middleware
24
27
  - Updated Documentation
25
28
 
26
- ## 1.0.4 - 2020-03-28
29
+ ## 1.0.4 - 2021-03-28
27
30
 
28
31
  - Fixed JSONAPI::ExceptionsHeadersExceptions bug
29
32
  - Updated README files
30
33
 
31
- ## 1.0.3 - 2020-03-25
34
+ ## 1.0.3 - 2021-03-25
32
35
 
33
36
  - Updated JSONAPI::Exceptions::HeadersExceptions to allow wildcard matching for Accept header
34
37
 
35
- ## 1.0.2 - 2020-03-25
38
+ ## 1.0.2 - 2021-03-25
36
39
 
37
40
  - Updated README and fix READE broken links
38
41
  - Reorganization of README files into docs file.
39
42
  - Make easy-jsonapi compatible with ruby versions >= 2.5
40
43
  - Added wrapper around Oj usage so all raised errors are found in the JSONAPI::Exceptions module
41
44
 
42
- ## 1.0.0 - 2020-03-24
45
+ ## 1.0.0 - 2021-03-24
43
46
 
44
47
  - This is the first release with a version of 1.0.0. All main features supported, but user configurations can be developed to provide greater adherence to the spec and more developer features.
data/Gemfile.lock CHANGED
@@ -1,37 +1,37 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy-jsonapi (1.0.9)
4
+ easy-jsonapi (1.0.10)
5
5
  oj (~> 3.10)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ast (2.4.2)
11
- backport (1.1.2)
11
+ backport (1.2.0)
12
12
  benchmark (0.1.1)
13
- codecov (0.5.1)
13
+ codecov (0.6.0)
14
14
  simplecov (>= 0.15, < 0.22)
15
15
  diff-lcs (1.4.4)
16
- docile (1.3.5)
16
+ docile (1.4.0)
17
17
  e2mmap (0.1.0)
18
18
  jaro_winkler (1.5.4)
19
19
  kramdown (2.3.1)
20
20
  rexml
21
21
  kramdown-parser-gfm (1.1.0)
22
22
  kramdown (~> 2.0)
23
- nokogiri (1.11.2-x86_64-darwin)
23
+ nokogiri (1.12.5-x86_64-darwin)
24
24
  racc (~> 1.4)
25
- nokogiri (1.11.2-x86_64-linux)
25
+ nokogiri (1.12.5-x86_64-linux)
26
26
  racc (~> 1.4)
27
- oj (3.11.5)
28
- parallel (1.20.1)
29
- parser (3.0.0.0)
27
+ oj (3.13.8)
28
+ parallel (1.21.0)
29
+ parser (3.0.2.0)
30
30
  ast (~> 2.4.1)
31
31
  racc (1.5.2)
32
32
  rack (2.2.3)
33
33
  rainbow (3.0.0)
34
- rake (13.0.3)
34
+ rake (13.0.6)
35
35
  redcarpet (3.5.1)
36
36
  regexp_parser (2.1.1)
37
37
  reverse_markdown (2.0.0)
@@ -50,28 +50,29 @@ GEM
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.10.0)
52
52
  rspec-support (3.10.2)
53
- rubocop (1.12.0)
53
+ rubocop (1.22.0)
54
54
  parallel (~> 1.10)
55
55
  parser (>= 3.0.0.0)
56
56
  rainbow (>= 2.2.2, < 4.0)
57
57
  regexp_parser (>= 1.8, < 3.0)
58
58
  rexml
59
- rubocop-ast (>= 1.2.0, < 2.0)
59
+ rubocop-ast (>= 1.12.0, < 2.0)
60
60
  ruby-progressbar (~> 1.7)
61
61
  unicode-display_width (>= 1.4.0, < 3.0)
62
- rubocop-ast (1.4.1)
63
- parser (>= 2.7.1.5)
62
+ rubocop-ast (1.12.0)
63
+ parser (>= 3.0.1.1)
64
64
  ruby-progressbar (1.11.0)
65
65
  simplecov (0.21.2)
66
66
  docile (~> 1.1)
67
67
  simplecov-html (~> 0.11)
68
68
  simplecov_json_formatter (~> 0.1)
69
69
  simplecov-html (0.12.3)
70
- simplecov_json_formatter (0.1.2)
71
- solargraph (0.40.4)
72
- backport (~> 1.1)
70
+ simplecov_json_formatter (0.1.3)
71
+ solargraph (0.44.0)
72
+ backport (~> 1.2)
73
73
  benchmark
74
74
  bundler (>= 1.17.2)
75
+ diff-lcs (~> 1.4)
75
76
  e2mmap
76
77
  jaro_winkler (~> 1.5)
77
78
  kramdown (~> 2.3)
@@ -84,11 +85,11 @@ GEM
84
85
  yard (~> 0.9, >= 0.9.24)
85
86
  thor (1.1.0)
86
87
  tilt (2.0.10)
87
- unicode-display_width (2.0.0)
88
+ unicode-display_width (2.1.0)
88
89
  yard (0.9.26)
89
90
 
90
91
  PLATFORMS
91
- x86_64-darwin-19
92
+ x86_64-darwin-20
92
93
  x86_64-linux
93
94
 
94
95
  DEPENDENCIES
data/easy-jsonapi.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'easy-jsonapi'
5
- spec.version = '1.0.9'
5
+ spec.version = '1.0.10' # update this upon release
6
6
  spec.authors = ['Joshua DeMoss, Joe Viscomi']
7
7
  spec.email = ['demoss.joshua@gmail.com']
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy-jsonapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua DeMoss, Joe Viscomi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-04 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack