File tree Expand file tree Collapse file tree 4 files changed +3
-45
lines changed Expand file tree Collapse file tree 4 files changed +3
-45
lines changed Original file line number Diff line number Diff line change 3131 run : echo "GEM_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
3232 - name : Release
3333 run : bundle exec rake release
34- - name : GH Release
35- uses : ncipollo/release-action@v1
36- with :
37- name : " ${{ env.GEM_VERSION }}"
38- html_url : " https://rubygems.org/gems/jwt-eddsa/versions/${{ env.GEM_VERSION }}"
39- bodyFile : " CHANGELOG.md"
4034 - name : Wait for release to propagate
4135 run : |
4236 gem install rubygems-await
Original file line number Diff line number Diff line change 33 on :
44 push :
55 branches :
6- - " * "
6+ - " main "
77 pull_request :
88 branches :
99 - " *"
Original file line number Diff line number Diff line change 22
33## [ 0.5.0] ( https://github.com/anakinj/jwt-eddsa/compare/v0.4.0...v0.5.0 ) (2024-08-02)
44
5-
6- ### Features
7-
8- * Initial release ([ d7ce4d3] ( https://github.com/anakinj/jwt-eddsa/commit/d7ce4d3885a1fbe0e268a672a52d4ed8b7c558d2 ) )
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
16-
17- * Initial release ([ d7ce4d3] ( https://github.com/anakinj/jwt-eddsa/commit/d7ce4d3885a1fbe0e268a672a52d4ed8b7c558d2 ) )
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
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Gem::Specification.new do |spec|
88 spec . authors = [ "Joakim Antman" ]
99 spec . email = [ "[email protected] " ] 1010
11- spec . summary = "jwt EdDSA algorithm extension"
11+ spec . summary = "EdDSA algorithm extension for ruby-jwt "
1212 spec . description = "Extends the ruby-jwt gem with EdDSA signing, verification and JWK importing/exporting"
13+
1314 spec . homepage = "https://github.com/anakinj/jwt-eddsa"
1415 spec . license = "MIT"
1516 spec . required_ruby_version = ">= 2.5"
@@ -35,7 +36,5 @@ Gem::Specification.new do |spec|
3536 spec . add_dependency "jwt" , "> 2.8.2"
3637 spec . add_dependency "rbnacl" , "~> 6.0"
3738
38- # For more information and examples about making a new gem, check out our
39- # guide at: https://bundler.io/guides/creating_gem.html
4039 spec . metadata [ "rubygems_mfa_required" ] = "true"
4140end
You can’t perform that action at this time.
0 commit comments