jwt-eddsa 0.5.0 → 0.6.0
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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +3 -32
- data/lib/jwt/eddsa/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97cba8697910cd64e5b5072557775a09baec30d058de58b688a8c607a8e8579e
|
|
4
|
+
data.tar.gz: 3b455727ff1ad75b55ebcc47fb3c3207840744a7d0a334e0c886bcfe24b87b68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 585f29fe08a00df55178bf929f2a7cddf9ba0e82f1e5389e3bb3cb76a3d2ec6bbbb2754b6dc35bda6280dab8c5f3eb3c1cbf8ae15d68671482bd92e8f7642647
|
|
7
|
+
data.tar.gz: 4cacbba5d3c1d2e92996a1736ba6ab23308d76c5fce1379c146d1aa60d39c9e63596c562d9b7a7597b39aea51f956ffc46bd915152747665b6e14c41e2bea0a7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,39 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.
|
|
3
|
+
## [0.6.0](https://github.com/anakinj/jwt-eddsa/compare/v0.5.0...v0.6.0) (2024-08-02)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* Initial
|
|
9
|
-
* Release using release-please ([d450241](https://github.com/anakinj/jwt-eddsa/commit/d45024107095270ad6bafc0a638f154c0cb4d763))
|
|
10
|
-
* Still trying to configure release-please ([fcfe5cc](https://github.com/anakinj/jwt-eddsa/commit/fcfe5cc0c5ff18ea296a64d78db3fe073d667190))
|
|
11
|
-
|
|
12
|
-
## [0.4.0](https://github.com/anakinj/jwt-eddsa/compare/jwt-eddsa-v0.3.0...jwt-eddsa/v0.4.0) (2024-08-02)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
8
|
+
* Initial version using rbnacl for crypto operations ([#5](https://github.com/anakinj/jwt-eddsa/issues/5)) ([adc259b](https://github.com/anakinj/jwt-eddsa/commit/adc259b68da1a928400e3f7f18dce498939ddef1))
|
|
16
9
|
|
|
17
|
-
|
|
18
|
-
* Release using release-please ([d450241](https://github.com/anakinj/jwt-eddsa/commit/d45024107095270ad6bafc0a638f154c0cb4d763))
|
|
19
|
-
* Still trying to configure release-please ([fcfe5cc](https://github.com/anakinj/jwt-eddsa/commit/fcfe5cc0c5ff18ea296a64d78db3fe073d667190))
|
|
20
|
-
|
|
21
|
-
## [0.3.0](https://github.com/anakinj/jwt-eddsa/compare/v0.2.0...v0.3.0) (2024-08-02)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
* Initial release ([d7ce4d3](https://github.com/anakinj/jwt-eddsa/commit/d7ce4d3885a1fbe0e268a672a52d4ed8b7c558d2))
|
|
27
|
-
|
|
28
|
-
## [v0.0.1](https://github.com/anakinj/jwt-eddsa/tree/v0.0.1) (NEXT)
|
|
29
|
-
|
|
30
|
-
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.2...main)
|
|
31
|
-
|
|
32
|
-
**Features:**
|
|
33
|
-
|
|
34
|
-
- Initial release
|
|
35
|
-
- Your contribution here
|
|
36
|
-
|
|
37
|
-
**Fixes and enhancements:**
|
|
38
|
-
|
|
39
|
-
- Your contribution here
|
|
10
|
+
## [0.5.0](https://github.com/anakinj/jwt-eddsa/compare/v0.4.0...v0.5.0) (2024-08-02)
|
data/lib/jwt/eddsa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jwt-eddsa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joakim Antman
|
|
@@ -79,7 +79,7 @@ licenses:
|
|
|
79
79
|
metadata:
|
|
80
80
|
homepage_uri: https://github.com/anakinj/jwt-eddsa
|
|
81
81
|
source_code_uri: https://github.com/anakinj/jwt-eddsa
|
|
82
|
-
changelog_uri: https://github.com/anakinj/jwt-eddsa/blob/v0.
|
|
82
|
+
changelog_uri: https://github.com/anakinj/jwt-eddsa/blob/v0.6.0/CHANGELOG.md
|
|
83
83
|
rubygems_mfa_required: 'true'
|
|
84
84
|
post_install_message:
|
|
85
85
|
rdoc_options: []
|
|
@@ -99,5 +99,5 @@ requirements: []
|
|
|
99
99
|
rubygems_version: 3.5.11
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
|
-
summary:
|
|
102
|
+
summary: EdDSA algorithm extension for ruby-jwt
|
|
103
103
|
test_files: []
|