grape-jwt-authentication 2.4.2 → 2.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Makefile +7 -0
- data/lib/grape/jwt/authentication/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2efb915b4eb86a7fed1e969deb6dfbc365ee137aa22d9cf359e1ad222c67bd2
|
4
|
+
data.tar.gz: ec6d73056ff8ae049d7a30aa90b1ea0a1eae6f4291929c63caf40fd30bb00046
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3542dc0351d78f02cd764de1497fad669920b8ab497274de1e671ecb46c68bfcf59cbbfdecb884e32c1578c6cbf844a7d8504d934313dd93dde72779b90db70
|
7
|
+
data.tar.gz: 063e7d0d8529f9f1b8bc6f2571ca9f361c618384e5aee026822d9b35ccc9739c11a30a1407dc69184fde0839976208b4753c6601e91d2662cec66fb1c2b24e0f
|
data/CHANGELOG.md
CHANGED
data/Makefile
CHANGED
@@ -19,6 +19,7 @@ GEMFILES_DIR ?= gemfiles
|
|
19
19
|
AWK ?= awk
|
20
20
|
BASH ?= bash
|
21
21
|
COMPOSE ?= docker-compose
|
22
|
+
CP ?= cp
|
22
23
|
DOCKER ?= docker
|
23
24
|
GREP ?= grep
|
24
25
|
ID ?= id
|
@@ -148,8 +149,14 @@ shell-irb:
|
|
148
149
|
|
149
150
|
docs:
|
150
151
|
# Build the API documentation
|
152
|
+
@$(RM) -rf doc/api
|
151
153
|
@$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
|
152
154
|
$(BUNDLE) exec $(YARD) stats --list-undoc --compact)
|
155
|
+
@$(MKDIR) -p doc/api/doc doc/api/assets
|
156
|
+
@$(CP) -ar doc/assets doc/api/doc
|
157
|
+
@$(CP) -ar doc/assets/* doc/api/assets
|
158
|
+
#
|
159
|
+
# Docs: file://$(abspath doc/api)/index.html
|
153
160
|
|
154
161
|
notes:
|
155
162
|
# Print the code statistics (library and test suite)
|
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
|
+
version: 2.4.4
|
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-
|
11
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|