grape-jwt-authentication 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fb23c7d56aa99b1f75f3f9e8441d32ac7560304200917ec3b89c811b1162ab3
4
- data.tar.gz: 3207485fcc97cf5eae8ba969da3b4d9fbfad9973137ceab17f021c56de3bff70
3
+ metadata.gz: b7044fa07c874da4fcf1f3d277e5b3501abbfce3f7d8cadd5bf4a5af00f9a696
4
+ data.tar.gz: ba79f76f808d1862ac061d7ee17fc8b8333a67ab400e6a628bf662fc0db39a60
5
5
  SHA512:
6
- metadata.gz: 2630ed55af44143b9f7598056965eb183efc4239ca9fa21d156e3397e8da0439a0d8ceaa3aa980303eeb25c957eaf3ee7c480f5f9c392764f8b4010c814d97aa
7
- data.tar.gz: 8cb90cb38dddd2c76e37f8e037f4bdf60e5a3cf87954b40e7cc528d04b73007121ce4331363d2b74c498dccfd755d0b4ab2d6bb29bb5d2811adf1c0017fb16e3
6
+ metadata.gz: 3e22c2526e177cdd6705d03f50448c28f7e4e7bafc962fe3f50051b7b0aa2ffa21cc91af3749408325f74f14aad5646cdedaf1973402020af6a8e3601c875c68
7
+ data.tar.gz: 539409cf02815b1452aa3b9837bc84b5f0766c513d3430b5fcbc170a2db8323216af5c204898d7da644e3fe84c3f9336efe17437e4f5029ebb3a9fc3c69a7ac4
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.2
6
+
7
+ * Just a retag of 2.4.1
8
+
5
9
  ### 2.4.1
6
10
 
7
11
  * Added API docs building to continuous integration (#14)
@@ -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.2'
9
9
 
10
10
  class << self
11
11
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer