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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7044fa07c874da4fcf1f3d277e5b3501abbfce3f7d8cadd5bf4a5af00f9a696
4
- data.tar.gz: ba79f76f808d1862ac061d7ee17fc8b8333a67ab400e6a628bf662fc0db39a60
3
+ metadata.gz: c2efb915b4eb86a7fed1e969deb6dfbc365ee137aa22d9cf359e1ad222c67bd2
4
+ data.tar.gz: ec6d73056ff8ae049d7a30aa90b1ea0a1eae6f4291929c63caf40fd30bb00046
5
5
  SHA512:
6
- metadata.gz: 3e22c2526e177cdd6705d03f50448c28f7e4e7bafc962fe3f50051b7b0aa2ffa21cc91af3749408325f74f14aad5646cdedaf1973402020af6a8e3601c875c68
7
- data.tar.gz: 539409cf02815b1452aa3b9837bc84b5f0766c513d3430b5fcbc170a2db8323216af5c204898d7da644e3fe84c3f9336efe17437e4f5029ebb3a9fc3c69a7ac4
6
+ metadata.gz: c3542dc0351d78f02cd764de1497fad669920b8ab497274de1e671ecb46c68bfcf59cbbfdecb884e32c1578c6cbf844a7d8504d934313dd93dde72779b90db70
7
+ data.tar.gz: 063e7d0d8529f9f1b8bc6f2571ca9f361c618384e5aee026822d9b35ccc9739c11a30a1407dc69184fde0839976208b4753c6601e91d2662cec66fb1c2b24e0f
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 2.4.4
6
+
7
+ * Just a retag of 2.4.1
8
+
9
+ ### 2.4.3
10
+
11
+ * Just a retag of 2.4.1
12
+
5
13
  ### 2.4.2
6
14
 
7
15
  * Just a retag of 2.4.1
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)
@@ -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.2'
8
+ VERSION = '2.4.4'
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.2
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-09 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport