grape-jwt-authentication 2.4.2 → 2.4.3

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: 63f1d5f39d1b783e2ef3ac2e35fc9c5071bb72ae91a6fc50665672bf9354e8a0
4
+ data.tar.gz: 2fbd3289da503a205beb3dfc22ee7d666b196c84f0f39cb61db77f3e6df3cce3
5
5
  SHA512:
6
- metadata.gz: 3e22c2526e177cdd6705d03f50448c28f7e4e7bafc962fe3f50051b7b0aa2ffa21cc91af3749408325f74f14aad5646cdedaf1973402020af6a8e3601c875c68
7
- data.tar.gz: 539409cf02815b1452aa3b9837bc84b5f0766c513d3430b5fcbc170a2db8323216af5c204898d7da644e3fe84c3f9336efe17437e4f5029ebb3a9fc3c69a7ac4
6
+ metadata.gz: dd1e87a24120848a8ec8149cdfa3fa258f6e8c71d5b57822b9e7c662f4c9ef211601cae07a029155576c275ffcf17f410e44ec7803085638d04e9be04e420054
7
+ data.tar.gz: c2110b9d61ec696e4a0b609ddb559d3915e0e2b67203308a9511bafdf11aba62c43c31ee709728eee91e3e1fbeedcf70f6039587a817c3eb4c23defe532e9bb2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 2.4.3
6
+
7
+ * Just a retag of 2.4.1
8
+
5
9
  ### 2.4.2
6
10
 
7
11
  * Just a retag of 2.4.1
data/Makefile CHANGED
@@ -148,8 +148,14 @@ shell-irb:
148
148
 
149
149
  docs:
150
150
  # Build the API documentation
151
+ @$(RM) -rf doc/api
151
152
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
152
153
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
154
+ @$(MKDIR) -p doc/api/doc doc/api/assets
155
+ @$(CP) -ar doc/assets doc/api/doc
156
+ @$(CP) -ar doc/assets/* doc/api/assets
157
+ #
158
+ # Docs: file://$(abspath doc/api)/index.html
153
159
 
154
160
  notes:
155
161
  # 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.3'
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.3
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