grape-jwt-authentication 2.4.1 → 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: 3fb23c7d56aa99b1f75f3f9e8441d32ac7560304200917ec3b89c811b1162ab3
4
- data.tar.gz: 3207485fcc97cf5eae8ba969da3b4d9fbfad9973137ceab17f021c56de3bff70
3
+ metadata.gz: 63f1d5f39d1b783e2ef3ac2e35fc9c5071bb72ae91a6fc50665672bf9354e8a0
4
+ data.tar.gz: 2fbd3289da503a205beb3dfc22ee7d666b196c84f0f39cb61db77f3e6df3cce3
5
5
  SHA512:
6
- metadata.gz: 2630ed55af44143b9f7598056965eb183efc4239ca9fa21d156e3397e8da0439a0d8ceaa3aa980303eeb25c957eaf3ee7c480f5f9c392764f8b4010c814d97aa
7
- data.tar.gz: 8cb90cb38dddd2c76e37f8e037f4bdf60e5a3cf87954b40e7cc528d04b73007121ce4331363d2b74c498dccfd755d0b4ab2d6bb29bb5d2811adf1c0017fb16e3
6
+ metadata.gz: dd1e87a24120848a8ec8149cdfa3fa258f6e8c71d5b57822b9e7c662f4c9ef211601cae07a029155576c275ffcf17f410e44ec7803085638d04e9be04e420054
7
+ data.tar.gz: c2110b9d61ec696e4a0b609ddb559d3915e0e2b67203308a9511bafdf11aba62c43c31ee709728eee91e3e1fbeedcf70f6039587a817c3eb4c23defe532e9bb2
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.3
6
+
7
+ * Just a retag of 2.4.1
8
+
9
+ ### 2.4.2
10
+
11
+ * Just a retag of 2.4.1
12
+
5
13
  ### 2.4.1
6
14
 
7
15
  * Added API docs building to continuous integration (#14)
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.1'
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.1
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