grape-jwt-authentication 1.2.0 → 1.3.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: 7900166f72226d3f5dc97a2f025ff3d2e515555a3828382aaa6bbe40f76e7fd6
4
- data.tar.gz: bd31474aac492ba98f0eb86b1b669e948daac39686b4a12b7e658954a8687813
3
+ metadata.gz: a33372149e82a854964a634712e715c7bfecb81116d54f182e0bacaad7969630
4
+ data.tar.gz: c97fced07a3740c14dcaab1c037cdf2f2d39b1ede386938bda483bcf246e1942
5
5
  SHA512:
6
- metadata.gz: d2f26a9a534a847b94cfc05db8dde97bf9592ff1ab42204e21e3c7334cfd9f6a2d4328948a23e536c07e48c027932ef17b68c58c9a40226d014cbb00498b6bf0
7
- data.tar.gz: dfa9f8e2362e79126df5e5ff6de634ef47c9cc2cb1f2cb44907766902772025d9d16e22a0fbc487c9c7058c1853f38b1459746100a4c06538e5b2d26fb6f8c11
6
+ metadata.gz: 3a3b8e0cf468782c570178879c2223763b00893081e76a0682cf230df332a40207d02fe02a1b6bf09e16426a51ed3694a326b2e8453b3e885fbfdeae131c1f09
7
+ data.tar.gz: 2e45e3eeb4c9ce9345a751f138c765230bfc622616b51afc843c6781c2f947d6136bc35b1523eea0aa511513ad9c973f0a642a1fc06130868a56bafb01f57dba
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ /Gemfile.lock
9
10
 
10
11
  # rspec failure tracking
11
12
  .rspec_status
@@ -1,6 +1,6 @@
1
1
  env:
2
2
  global:
3
- - CC_TEST_REPORTER_ID=6e5d2de1ccc0412cdc8d01fdddc560fe3051b14f1c15fea55b0d6e32e27a81cf
3
+ - CC_TEST_REPORTER_ID=ecb753423174dbd8e4aaf04fb62bf4ef9c2a54904ac49a33fdf2b908b3c5e5f3
4
4
 
5
5
  sudo: false
6
6
  language: ruby
@@ -8,7 +8,6 @@ rvm:
8
8
  - 2.6
9
9
  - 2.5
10
10
  - 2.4
11
- - 2.3
12
11
 
13
12
  before_install: gem install bundler
14
13
 
@@ -1,3 +1,7 @@
1
+ ### 1.3.0
2
+
3
+ * Dropped support for EOL Ruby 2.3 (in addition to Grape)
4
+
1
5
  ### 1.2.0
2
6
 
3
7
  * Check the remote response on public key fetching (#3)
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  ![grape-jwt-authentication](doc/assets/project.svg)
2
2
 
3
- [![Build Status](https://travis-ci.org/hausgold/grape-jwt-authentication.svg?branch=master)](https://travis-ci.org/hausgold/grape-jwt-authentication)
3
+ [![Build Status](https://travis-ci.com/hausgold/grape-jwt-authentication.svg?branch=master)](https://travis-ci.com/hausgold/grape-jwt-authentication)
4
4
  [![Gem Version](https://badge.fury.io/rb/grape-jwt-authentication.svg)](https://badge.fury.io/rb/grape-jwt-authentication)
5
- [![Maintainability](https://api.codeclimate.com/v1/badges/446f3eff18bebff9c174/maintainability)](https://codeclimate.com/github/hausgold/grape-jwt-authentication/maintainability)
6
- [![Test Coverage](https://api.codeclimate.com/v1/badges/446f3eff18bebff9c174/test_coverage)](https://codeclimate.com/github/hausgold/grape-jwt-authentication/test_coverage)
5
+ [![Maintainability](https://api.codeclimate.com/v1/badges/ab14a3bab572edfbf305/maintainability)](https://codeclimate.com/repos/5cac8bc06c282f791c009a66/maintainability)
6
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/ab14a3bab572edfbf305/test_coverage)](https://codeclimate.com/repos/5cac8bc06c282f791c009a66/test_coverage)
7
7
  [![API docs](https://img.shields.io/badge/docs-API-blue.svg)](https://www.rubydoc.info/gems/grape-jwt-authentication)
8
8
 
9
9
  This gem is dedicated to easily integrate a JWT authentication to your
@@ -3,7 +3,7 @@
3
3
  module Grape
4
4
  module Jwt
5
5
  module Authentication
6
- VERSION = '1.2.0'.freeze
6
+ VERSION = '1.3.0'.freeze
7
7
  end
8
8
  end
9
9
  end
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: 1.2.0
4
+ version: 1.3.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: 2019-02-14 00:00:00.000000000 Z
11
+ date: 2020-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -227,7 +227,6 @@ files:
227
227
  - ".travis.yml"
228
228
  - CHANGELOG.md
229
229
  - Gemfile
230
- - Gemfile.lock
231
230
  - LICENSE
232
231
  - README.md
233
232
  - Rakefile
@@ -259,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
258
  - !ruby/object:Gem::Version
260
259
  version: '0'
261
260
  requirements: []
262
- rubygems_version: 3.0.2
261
+ rubygems_version: 3.1.2
263
262
  signing_key:
264
263
  specification_version: 4
265
264
  summary: A reusable Grape JWT authentication concern
@@ -1,118 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- grape-jwt-authentication (1.1.0)
5
- activesupport (>= 3.2.0)
6
- grape (~> 1.0)
7
- httparty
8
- jwt (~> 2.1)
9
- recursive-open-struct (~> 1.0)
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- activesupport (5.2.2)
15
- concurrent-ruby (~> 1.0, >= 1.0.2)
16
- i18n (>= 0.7, < 2)
17
- minitest (~> 5.1)
18
- tzinfo (~> 1.1)
19
- addressable (2.6.0)
20
- public_suffix (>= 2.0.2, < 4.0)
21
- axiom-types (0.1.1)
22
- descendants_tracker (~> 0.0.4)
23
- ice_nine (~> 0.11.0)
24
- thread_safe (~> 0.3, >= 0.3.1)
25
- builder (3.2.3)
26
- coercible (1.0.0)
27
- descendants_tracker (~> 0.0.1)
28
- concurrent-ruby (1.1.4)
29
- crack (0.4.3)
30
- safe_yaml (~> 1.0.0)
31
- descendants_tracker (0.0.4)
32
- thread_safe (~> 0.3, >= 0.3.1)
33
- diff-lcs (1.3)
34
- docile (1.3.1)
35
- equalizer (0.0.11)
36
- grape (1.2.3)
37
- activesupport
38
- builder
39
- mustermann-grape (~> 1.0.0)
40
- rack (>= 1.3.0)
41
- rack-accept
42
- virtus (>= 1.0.0)
43
- hashdiff (0.3.8)
44
- httparty (0.16.4)
45
- mime-types (~> 3.0)
46
- multi_xml (>= 0.5.2)
47
- i18n (1.5.3)
48
- concurrent-ruby (~> 1.0)
49
- ice_nine (0.11.2)
50
- json (2.1.0)
51
- jwt (2.1.0)
52
- mime-types (3.2.2)
53
- mime-types-data (~> 3.2015)
54
- mime-types-data (3.2018.0812)
55
- minitest (5.11.3)
56
- multi_xml (0.6.0)
57
- mustermann (1.0.3)
58
- mustermann-grape (1.0.0)
59
- mustermann (~> 1.0.0)
60
- public_suffix (3.0.3)
61
- rack (2.0.6)
62
- rack-accept (0.4.5)
63
- rack (>= 0.4)
64
- rack-test (0.8.3)
65
- rack (>= 1.0, < 3)
66
- rake (10.5.0)
67
- recursive-open-struct (1.1.0)
68
- rspec (3.8.0)
69
- rspec-core (~> 3.8.0)
70
- rspec-expectations (~> 3.8.0)
71
- rspec-mocks (~> 3.8.0)
72
- rspec-core (3.8.0)
73
- rspec-support (~> 3.8.0)
74
- rspec-expectations (3.8.2)
75
- diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.8.0)
77
- rspec-mocks (3.8.0)
78
- diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.8.0)
80
- rspec-support (3.8.0)
81
- safe_yaml (1.0.4)
82
- simplecov (0.16.1)
83
- docile (~> 1.1)
84
- json (>= 1.8, < 3)
85
- simplecov-html (~> 0.10.0)
86
- simplecov-html (0.10.2)
87
- thread_safe (0.3.6)
88
- timecop (0.9.1)
89
- tzinfo (1.2.5)
90
- thread_safe (~> 0.1)
91
- vcr (3.0.3)
92
- virtus (1.0.5)
93
- axiom-types (~> 0.1)
94
- coercible (~> 1.0)
95
- descendants_tracker (~> 0.0, >= 0.0.3)
96
- equalizer (~> 0.0, >= 0.0.9)
97
- webmock (3.5.1)
98
- addressable (>= 2.3.6)
99
- crack (>= 0.3.2)
100
- hashdiff
101
-
102
- PLATFORMS
103
- ruby
104
-
105
- DEPENDENCIES
106
- bundler (>= 1.16, < 3)
107
- grape-jwt-authentication!
108
- rack (~> 2.0)
109
- rack-test (~> 0.8.2)
110
- rake (~> 10.0)
111
- rspec (~> 3.0)
112
- simplecov (~> 0.15)
113
- timecop (~> 0.9.1)
114
- vcr (~> 3.0)
115
- webmock (~> 3.1)
116
-
117
- BUNDLED WITH
118
- 1.17.3