grape-jwt-authentication 2.4.4 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2efb915b4eb86a7fed1e969deb6dfbc365ee137aa22d9cf359e1ad222c67bd2
4
- data.tar.gz: ec6d73056ff8ae049d7a30aa90b1ea0a1eae6f4291929c63caf40fd30bb00046
3
+ metadata.gz: 1b3f2f11cb52a514981b47da3c788d812739f4b63a3d244e64ecb8f25feb318c
4
+ data.tar.gz: 5223a66f76740f0adb9e0fa184059d6f16badc8c1a9fdc753c1a0765d7d6ff1c
5
5
  SHA512:
6
- metadata.gz: c3542dc0351d78f02cd764de1497fad669920b8ab497274de1e671ecb46c68bfcf59cbbfdecb884e32c1578c6cbf844a7d8504d934313dd93dde72779b90db70
7
- data.tar.gz: 063e7d0d8529f9f1b8bc6f2571ca9f361c618384e5aee026822d9b35ccc9739c11a30a1407dc69184fde0839976208b4753c6601e91d2662cec66fb1c2b24e0f
6
+ metadata.gz: 6327e8b47d2fcb934c2fd1d2149a123d8e566a08270d060ea8064f3f26324bf9295bcae05fe50155af2be66d6aae8526c91daa121d942ec01dd72150a79768f1
7
+ data.tar.gz: c2d3338513c43ac57415880d1b9954728de41bf7725f48e41a1c3cea70047bf20eadef31afaf2aa34a8af4f1e3141dba272af03d1fe65676f305f0c3f82a10e1
data/.yardopts CHANGED
@@ -3,4 +3,5 @@
3
3
  --markup=rdoc
4
4
  -
5
5
  README.md
6
- lib/**/*.rb
6
+ doc/examples/**/*.rb
7
+ doc/*.md
data/CHANGELOG.md CHANGED
@@ -2,37 +2,45 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
- ### 2.4.4
5
+ ### 2.5.0 (4 October 2024)
6
+
7
+ * Upgraded the `recursive-open-struct` gem to `~> 2.0` (#15)
8
+
9
+ ### 2.4.5 (15 August 2024)
10
+
11
+ * Just a retag of 2.4.1
12
+
13
+ ### 2.4.4 (15 August 2024)
6
14
 
7
15
  * Just a retag of 2.4.1
8
16
 
9
- ### 2.4.3
17
+ ### 2.4.3 (15 August 2024)
10
18
 
11
19
  * Just a retag of 2.4.1
12
20
 
13
- ### 2.4.2
21
+ ### 2.4.2 (9 August 2024)
14
22
 
15
23
  * Just a retag of 2.4.1
16
24
 
17
- ### 2.4.1
25
+ ### 2.4.1 (9 August 2024)
18
26
 
19
27
  * Added API docs building to continuous integration (#14)
20
28
 
21
- ### 2.4.0
29
+ ### 2.4.0 (8 July 2024)
22
30
 
23
31
  * Dropped support for Ruby <2.7 (#13)
24
32
 
25
- ### 2.3.0
33
+ ### 2.3.0 (16 January 2024)
26
34
 
27
35
  * Implemented case-insensitive header value checks for Grape 2.0.0+
28
36
  compatibility, aligning with HTTP/2+ semantics (#11, #12)
29
37
  * Moved the development dependencies from the gemspec to the Gemfile (#10)
30
38
 
31
- ### 2.2.0
39
+ ### 2.2.0 (24 February 2023)
32
40
 
33
41
  * Added support for Gem release automation
34
42
 
35
- ### 2.1.0
43
+ ### 2.1.0 (18 January 2023)
36
44
 
37
45
  * Bundler >= 2.3 is from now on required as minimal version (#9)
38
46
  * Dropped support for Ruby < 2.5 (#9)
@@ -40,28 +48,28 @@
40
48
  * Updated all development/runtime gems to their latest
41
49
  Ruby 2.5 compatible version (#9)
42
50
 
43
- ### 2.0.4
51
+ ### 2.0.4 (15 October 2021)
44
52
 
45
53
  * Migrated to Github Actions
46
54
  * Migrated to our own coverage reporting
47
55
  * Added the code statistics to the test process
48
56
 
49
- ### 2.0.3
57
+ ### 2.0.3 (12 May 2021)
50
58
 
51
59
  * Pinned rspec-expectations to <= 3.9.2
52
60
  * Removed the rspec-expectations pinning
53
61
 
54
- ### 2.0.2
62
+ ### 2.0.2 (7 September 2020)
55
63
 
56
64
  * Corrected some documentation glitches
57
65
 
58
- ### 2.0.1
66
+ ### 2.0.1 (7 September 2020)
59
67
 
60
68
  * Corrected a migration bug on the configuration which used the wrong namespace
61
69
  for `RsaPublicKey` (resulted in `uninitialized constant
62
70
  Grape::Jwt::Authentication::Configuration::RsaPublicKey`)
63
71
 
64
- ### 2.0.0
72
+ ### 2.0.0 (7 September 2020)
65
73
 
66
74
  * Extracted the JWT verification functionality into its own gem
67
75
  ([keyless](https://github.com/hausgold/keyless)) (#6)
@@ -72,25 +80,25 @@
72
80
  * `Grape::Jwt::Authentication::Jwt` was replace with `Keyless::Jwt`
73
81
  * `Grape::Jwt::Authentication::RsaPublicKey` was replace with `Keyless::RsaPublicKey`
74
82
 
75
- ### 1.3.0
83
+ ### 1.3.0 (4 February 2020)
76
84
 
77
85
  * Dropped support for EOL Ruby 2.3 (in addition to Grape)
78
86
 
79
- ### 1.2.0
87
+ ### 1.2.0 (14 February 2019)
80
88
 
81
89
  * Check the remote response on public key fetching (#3)
82
90
  * Added support for Ruby 2.6
83
91
  * Dropped support for EOL Ruby 2.2
84
92
 
85
- ### 1.1.0
93
+ ### 1.1.0 (1 November 2018)
86
94
 
87
95
  * Added the parsed and original token to the Rack environment (#2)
88
96
  * Two new helper methods are now available to access the JWT from an API spec
89
97
 
90
- ### 1.0.1
98
+ ### 1.0.1 (23 November 2017)
91
99
 
92
100
  * First public release of the gem
93
101
 
94
- ### 1.0.0
102
+ ### 1.0.0 (23 November 2017)
95
103
 
96
104
  * Yanked, published with the wrong account
@@ -37,6 +37,6 @@ Gem::Specification.new do |spec|
37
37
  spec.add_runtime_dependency 'grape', '>= 1.0', '< 3.0'
38
38
  spec.add_runtime_dependency 'httparty', '>= 0.21'
39
39
  spec.add_runtime_dependency 'jwt', '~> 2.6'
40
- spec.add_runtime_dependency 'keyless', '~> 1.1'
41
- spec.add_runtime_dependency 'recursive-open-struct', '~> 1.1'
40
+ spec.add_runtime_dependency 'keyless', '~> 1.4'
41
+ spec.add_runtime_dependency 'recursive-open-struct', '~> 2.0'
42
42
  end
@@ -5,7 +5,7 @@ module Grape
5
5
  # The gem version details.
6
6
  module Authentication
7
7
  # The version of the +grape-jwt-authentication+ gem
8
- VERSION = '2.4.4'
8
+ VERSION = '2.5.0'
9
9
 
10
10
  class << self
11
11
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-jwt-authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.4
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-15 00:00:00.000000000 Z
11
+ date: 2024-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -78,28 +78,28 @@ dependencies:
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '1.1'
81
+ version: '1.4'
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '1.1'
88
+ version: '1.4'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: recursive-open-struct
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '1.1'
95
+ version: '2.0'
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '1.1'
102
+ version: '2.0'
103
103
  description: A reusable Grape JWT authentication concern
104
104
  email:
105
105
  - hermann.mayer92@gmail.com