Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.3-rubygem-jwt-2.7.1-1.4 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ruby3.3-rubygem-jwt Distribution: openSUSE:Factory:zSystems
Version: 2.7.1 Vendor: openSUSE
Release: 1.4 Build date: Tue Nov 14 16:11:08 2023
Group: Development/Languages/Ruby Build host: reproducible
Size: 199031 Source RPM: rubygem-jwt-2.7.1-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jwt/ruby-jwt
Summary: JSON Web Token implementation in Ruby
A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT)
standard.

Provides

Requires

License

MIT

Changelog

* Tue Nov 14 2023 Dan Čermák <dan.cermak@posteo.net>
  - New upstream release 2.7.1, see bundled CHANGELOG.md
* Mon Aug 29 2022 Stephan Kulow <coolo@suse.com>
  updated to version 2.5.0
    see installed CHANGELOG.md
* Thu Aug 04 2022 Stephan Kulow <coolo@suse.com>
  updated to version 2.4.1
    see installed CHANGELOG.md
    [#]# [v2.4.1](https://github.com/jwt/ruby-jwt/tree/v2.4.1) (2022-06-07)
* Tue Jan 25 2022 Stephan Kulow <coolo@suse.com>
  updated to version 2.3.0
    see installed CHANGELOG.md
* Thu Jun 24 2021 Stephan Kulow <coolo@suse.com>
  updated to version 2.2.3
    see installed CHANGELOG.md
    [#]# [2.2.3](https://github.com/jwt/ruby-jwt/tree/2.2.3) (2021-04-19)
    [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.2.2...2.2.3)
    * *Implemented enhancements:**
    - Verify algorithm before evaluating keyfinder  [\#343](https://github.com/jwt/ruby-jwt/issues/343)
    - Why jwt depends on json \< 2.0 ? [\#179](https://github.com/jwt/ruby-jwt/issues/179)
    - Support for JWK in-lieu of rsa\_public [\#158](https://github.com/jwt/ruby-jwt/issues/158)
    - Fix rspec `raise_error` warning [\#413](https://github.com/jwt/ruby-jwt/pull/413) ([excpt](https://github.com/excpt))
    - Add support for JWKs with HMAC key type. [\#372](https://github.com/jwt/ruby-jwt/pull/372) ([phlegx](https://github.com/phlegx))
    - Improve 'none' algorithm handling [\#365](https://github.com/jwt/ruby-jwt/pull/365) ([danleyden](https://github.com/danleyden))
    - Handle parsed JSON JWKS input with string keys [\#348](https://github.com/jwt/ruby-jwt/pull/348) ([martinemde](https://github.com/martinemde))
    - Allow Numeric values during encoding [\#327](https://github.com/jwt/ruby-jwt/pull/327) ([fanfilmu](https://github.com/fanfilmu))
    * *Closed issues:**
    - "Signature verification raised", yet jwt.io says "Signature Verified" [\#401](https://github.com/jwt/ruby-jwt/issues/401)
    - truffleruby-head build is failing [\#396](https://github.com/jwt/ruby-jwt/issues/396)
    - JWT::JWK::EC needs `require 'forwardable'` [\#392](https://github.com/jwt/ruby-jwt/issues/392)
    - How to use a 'signing key' as used by next-auth [\#389](https://github.com/jwt/ruby-jwt/issues/389)
    - undefined method `verify' for nil:NilClass when validate a JWT with JWK [\#383](https://github.com/jwt/ruby-jwt/issues/383)
    - Make specifying "algorithm" optional on decode [\#380](https://github.com/jwt/ruby-jwt/issues/380)
    - ADFS created access tokens can't be validated due to missing 'kid' header [\#370](https://github.com/jwt/ruby-jwt/issues/370)
    - new version? [\#355](https://github.com/jwt/ruby-jwt/issues/355)
    - JWT gitlab OmniAuth provider setup support [\#354](https://github.com/jwt/ruby-jwt/issues/354)
    - Release with support for RSA.import for ruby \< 2.4 hasn't been released [\#347](https://github.com/jwt/ruby-jwt/issues/347)
    - cannot load such file -- jwt [\#339](https://github.com/jwt/ruby-jwt/issues/339)
    * *Merged pull requests:**
    - Remove codeclimate code coverage dev dependency [\#414](https://github.com/jwt/ruby-jwt/pull/414) ([excpt](https://github.com/excpt))
    - Add forwardable dependency [\#408](https://github.com/jwt/ruby-jwt/pull/408) ([anakinj](https://github.com/anakinj))
    - Ignore casing of algorithm [\#405](https://github.com/jwt/ruby-jwt/pull/405) ([johnnyshields](https://github.com/johnnyshields))
    - Document function and add tests for verify claims method [\#404](https://github.com/jwt/ruby-jwt/pull/404) ([yasonk](https://github.com/yasonk))
    - documenting calling verify\_jti callback with 2 arguments in the readme [\#402](https://github.com/jwt/ruby-jwt/pull/402) ([HoneyryderChuck](https://github.com/HoneyryderChuck))
    - Target the master branch on the build status badge [\#399](https://github.com/jwt/ruby-jwt/pull/399) ([anakinj](https://github.com/anakinj))
    - Improving the local development experience [\#397](https://github.com/jwt/ruby-jwt/pull/397) ([anakinj](https://github.com/anakinj))
    - Fix sourcelevel broken links [\#395](https://github.com/jwt/ruby-jwt/pull/395) ([anakinj](https://github.com/anakinj))
    - Don't recommend installing gem with sudo [\#391](https://github.com/jwt/ruby-jwt/pull/391) ([tjschuck](https://github.com/tjschuck))
    - Enable rubocop locally and on ci [\#390](https://github.com/jwt/ruby-jwt/pull/390) ([anakinj](https://github.com/anakinj))
    - Ci and test cleanup [\#387](https://github.com/jwt/ruby-jwt/pull/387) ([anakinj](https://github.com/anakinj))
    - Make JWT::JWK::EC compatible with Ruby 2.3 [\#386](https://github.com/jwt/ruby-jwt/pull/386) ([anakinj](https://github.com/anakinj))
    - Support JWKs for pre 2.3 rubies [\#382](https://github.com/jwt/ruby-jwt/pull/382) ([anakinj](https://github.com/anakinj))
    - Replace Travis CI with GitHub Actions \(also favor openssl/rbnacl combinations over rails compatibility tests\) [\#381](https://github.com/jwt/ruby-jwt/pull/381) ([anakinj](https://github.com/anakinj))
    - Add auth0 sponsor message [\#379](https://github.com/jwt/ruby-jwt/pull/379) ([excpt](https://github.com/excpt))
    - Adapt HMAC to JWK RSA code style. [\#378](https://github.com/jwt/ruby-jwt/pull/378) ([phlegx](https://github.com/phlegx))
    - Disable Rails cops [\#376](https://github.com/jwt/ruby-jwt/pull/376) ([anakinj](https://github.com/anakinj))
    - Support exporting RSA JWK private keys [\#375](https://github.com/jwt/ruby-jwt/pull/375) ([anakinj](https://github.com/anakinj))
    - Ebert is SourceLevel nowadays [\#374](https://github.com/jwt/ruby-jwt/pull/374) ([anakinj](https://github.com/anakinj))
    - Add support for JWKs with EC key type [\#371](https://github.com/jwt/ruby-jwt/pull/371) ([richardlarocque](https://github.com/richardlarocque))
    - Add Truffleruby head to CI [\#368](https://github.com/jwt/ruby-jwt/pull/368) ([gogainda](https://github.com/gogainda))
    - Add more docs about JWK support [\#341](https://github.com/jwt/ruby-jwt/pull/341) ([take](https://github.com/take))
* Fri Sep 25 2020 Stephan Kulow <coolo@suse.com>
  updated to version 2.2.2
    see installed CHANGELOG.md
* Fri Jul 19 2019 Stephan Kulow <coolo@suse.com>
  - updated to version 2.2.1
    see installed CHANGELOG.md
* Wed Oct 11 2017 coolo@suse.com
  - updated to version 2.1.0
    see installed CHANGELOG.md
    [#]# [2.1.0](https://github.com/jwt/ruby-jwt/tree/2.1.0) (2017-10-06)
    [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.0.0...2.1.0)
    * *Implemented enhancements:**
    - Ed25519 support planned? [\#217](https://github.com/jwt/ruby-jwt/issues/217)
    - Verify JTI Proc [\#207](https://github.com/jwt/ruby-jwt/issues/207)
    - Allow a list of algorithms for decode [\#241](https://github.com/jwt/ruby-jwt/pull/241) ([lautis](https://github.com/lautis))
    - verify takes 2 params, second being payload closes: \#207 [\#238](https://github.com/jwt/ruby-jwt/pull/238) ([ab320012](https://github.com/ab320012))
    - simplified logic for keyfinder [\#237](https://github.com/jwt/ruby-jwt/pull/237) ([ab320012](https://github.com/ab320012))
    - Show backtrace if rbnacl-libsodium not loaded [\#231](https://github.com/jwt/ruby-jwt/pull/231) ([buzztaiki](https://github.com/buzztaiki))
    - Support for ED25519 [\#229](https://github.com/jwt/ruby-jwt/pull/229) ([ab320012](https://github.com/ab320012))
    * *Fixed bugs:**
    - JWT.encode failing on encode for string [\#235](https://github.com/jwt/ruby-jwt/issues/235)
    - The README says it uses an algorithm by default [\#226](https://github.com/jwt/ruby-jwt/issues/226)
    - Fix string payload issue [\#236](https://github.com/jwt/ruby-jwt/pull/236) ([excpt](https://github.com/excpt))
    * *Closed issues:**
    - Change from 1.5.6 to 2.0.0 and appears a "Completed 401 Unauthorized" [\#240](https://github.com/jwt/ruby-jwt/issues/240)
    - Why doesn't the decode function use a default algorithm? [\#227](https://github.com/jwt/ruby-jwt/issues/227)
    * *Merged pull requests:**
    - Update README.md [\#242](https://github.com/jwt/ruby-jwt/pull/242) ([excpt](https://github.com/excpt))
    - Update ebert configuration [\#232](https://github.com/jwt/ruby-jwt/pull/232) ([excpt](https://github.com/excpt))
    - added algos/strategy classes + structs for inputs [\#230](https://github.com/jwt/ruby-jwt/pull/230) ([ab320012](https://github.com/ab320012))
    - Add HS256 algorithm to decode default options [\#228](https://github.com/jwt/ruby-jwt/pull/228) ([madkin10](https://github.com/madkin10))
* Mon Sep 11 2017 coolo@suse.com
  - updated to version 2.0.0
    see installed CHANGELOG.md
    [#]# [v2.0.0](https://github.com/jwt/ruby-jwt/tree/v2.0.0) (2017-09-03)
    [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.0.0.beta1...v2.0.0)
    * *Fixed bugs:**
    - Support versions outside 2.1 [\#209](https://github.com/jwt/ruby-jwt/issues/209)
    - Verifying expiration without leeway throws exception [\#206](https://github.com/jwt/ruby-jwt/issues/206)
    - Ruby interpreter warning [\#200](https://github.com/jwt/ruby-jwt/issues/200)
    - TypeError: no implicit conversion of String into Integer [\#188](https://github.com/jwt/ruby-jwt/issues/188)
    - Fix JWT.encode\(nil\) [\#203](https://github.com/jwt/ruby-jwt/pull/203) ([tmm1](https://github.com/tmm1))
    * *Closed issues:**
    - Possibility to disable claim verifications [\#222](https://github.com/jwt/ruby-jwt/issues/222)
    - Proper way to verify Firebase id tokens [\#216](https://github.com/jwt/ruby-jwt/issues/216)
    * *Merged pull requests:**
    - Skip 'exp' claim validation for array payloads [\#224](https://github.com/jwt/ruby-jwt/pull/224) ([excpt](https://github.com/excpt))
    - Use a default leeway of 0 [\#223](https://github.com/jwt/ruby-jwt/pull/223) ([travisofthenorth](https://github.com/travisofthenorth))
    - Fix reported codesmells [\#221](https://github.com/jwt/ruby-jwt/pull/221) ([excpt](https://github.com/excpt))
    - Add fancy gem version badge [\#220](https://github.com/jwt/ruby-jwt/pull/220) ([excpt](https://github.com/excpt))
    - Add missing dist option to .travis.yml [\#219](https://github.com/jwt/ruby-jwt/pull/219) ([excpt](https://github.com/excpt))
    - Fix ruby version requirements in gemspec file [\#218](https://github.com/jwt/ruby-jwt/pull/218) ([excpt](https://github.com/excpt))
    - Fix a little typo in the readme [\#214](https://github.com/jwt/ruby-jwt/pull/214) ([RyanBrushett](https://github.com/RyanBrushett))
    - Update README.md [\#212](https://github.com/jwt/ruby-jwt/pull/212) ([zuzannast](https://github.com/zuzannast))
    - Fix typo in HS512256 algorithm description [\#211](https://github.com/jwt/ruby-jwt/pull/211) ([ojab](https://github.com/ojab))
    - Allow configuration of multiple acceptable issuers [\#210](https://github.com/jwt/ruby-jwt/pull/210) ([ojab](https://github.com/ojab))
    - Enforce `exp` to be an `Integer` [\#205](https://github.com/jwt/ruby-jwt/pull/205) ([lucasmazza](https://github.com/lucasmazza))
    - ruby 1.9.3 support message upd [\#204](https://github.com/jwt/ruby-jwt/pull/204) ([maokomioko](https://github.com/maokomioko))
    - Guard against partially loaded RbNaCl when failing to load libsodium [\#202](https://github.com/jwt/ruby-jwt/pull/202) ([Dorian](https://github.com/Dorian))
    [#]# [v2.0.0.beta1](https://github.com/jwt/ruby-jwt/tree/v2.0.0.beta1) (2017-02-27)
    [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v1.5.6...v2.0.0.beta1)
    * *Implemented enhancements:**
    - Error with method sign for String [\#171](https://github.com/jwt/ruby-jwt/issues/171)
    - Refactor the encondig code [\#121](https://github.com/jwt/ruby-jwt/issues/121)
    - Refactor [\#196](https://github.com/jwt/ruby-jwt/pull/196) ([EmilioCristalli](https://github.com/EmilioCristalli))
    - Move signature logic to its own module [\#195](https://github.com/jwt/ruby-jwt/pull/195) ([EmilioCristalli](https://github.com/EmilioCristalli))
    - Add options for claim-specific leeway [\#187](https://github.com/jwt/ruby-jwt/pull/187) ([EmilioCristalli](https://github.com/EmilioCristalli))
    - Add user friendly encode error if private key is a String, \#171 [\#176](https://github.com/jwt/ruby-jwt/pull/176) ([xamenrax](https://github.com/xamenrax))
    - Return empty string if signature less than byte\_size \#155 [\#175](https://github.com/jwt/ruby-jwt/pull/175) ([xamenrax](https://github.com/xamenrax))
    - Remove 'typ' optional parameter [\#174](https://github.com/jwt/ruby-jwt/pull/174) ([xamenrax](https://github.com/xamenrax))
    - Pass payload to keyfinder [\#172](https://github.com/jwt/ruby-jwt/pull/172) ([CodeMonkeySteve](https://github.com/CodeMonkeySteve))
    - Use RbNaCl for HMAC if available with fallback to OpenSSL [\#149](https://github.com/jwt/ruby-jwt/pull/149) ([mwpastore](https://github.com/mwpastore))
    * *Fixed bugs:**
    - ruby-jwt::raw\_to\_asn1: Fails for signatures less than byte\_size [\#155](https://github.com/jwt/ruby-jwt/issues/155)
    - The leeway parameter is applies to all time based verifications [\#129](https://github.com/jwt/ruby-jwt/issues/129)
    - Add options for claim-specific leeway [\#187](https://github.com/jwt/ruby-jwt/pull/187) ([EmilioCristalli](https://github.com/EmilioCristalli))
    - Make algorithm option required to verify signature [\#184](https://github.com/jwt/ruby-jwt/pull/184) ([EmilioCristalli](https://github.com/EmilioCristalli))
    - Validate audience when payload is a scalar and options is an array [\#183](https://github.com/jwt/ruby-jwt/pull/183) ([steti](https://github.com/steti))
    * *Closed issues:**
    - Different encoded value between servers with same password [\#197](https://github.com/jwt/ruby-jwt/issues/197)
    - Signature is different at each run [\#190](https://github.com/jwt/ruby-jwt/issues/190)
    - Include custom headers with password [\#189](https://github.com/jwt/ruby-jwt/issues/189)
    - can't create token - 'NotImplementedError: Unsupported signing method' [\#186](https://github.com/jwt/ruby-jwt/issues/186)
    - Why jwt depends on json \< 2.0 ? [\#179](https://github.com/jwt/ruby-jwt/issues/179)
    - Cannot verify JWT at all?? [\#177](https://github.com/jwt/ruby-jwt/issues/177)
    - verify\_iss: true is raising JWT::DecodeError instead of JWT::InvalidIssuerError [\#170](https://github.com/jwt/ruby-jwt/issues/170)
    * *Merged pull requests:**
    - Version bump 2.0.0.beta1 [\#199](https://github.com/jwt/ruby-jwt/pull/199) ([excpt](https://github.com/excpt))
    - Update CHANGELOG.md and minor fixes [\#198](https://github.com/jwt/ruby-jwt/pull/198) ([excpt](https://github.com/excpt))
    - Add Codacy coverage reporter [\#194](https://github.com/jwt/ruby-jwt/pull/194) ([excpt](https://github.com/excpt))
    - Add minimum required ruby version to gemspec [\#193](https://github.com/jwt/ruby-jwt/pull/193) ([excpt](https://github.com/excpt))
    - Code smell fixes [\#192](https://github.com/jwt/ruby-jwt/pull/192) ([excpt](https://github.com/excpt))
    - Version bump to 2.0.0.dev [\#191](https://github.com/jwt/ruby-jwt/pull/191) ([excpt](https://github.com/excpt))
    - Basic encode module refactoring \#121 [\#182](https://github.com/jwt/ruby-jwt/pull/182) ([xamenrax](https://github.com/xamenrax))
    - Fix travis ci build configuration [\#181](https://github.com/jwt/ruby-jwt/pull/181) ([excpt](https://github.com/excpt))
    - Fix travis ci build configuration [\#180](https://github.com/jwt/ruby-jwt/pull/180) ([excpt](https://github.com/excpt))
    - Fix typo in README [\#178](https://github.com/jwt/ruby-jwt/pull/178) ([tomeduarte](https://github.com/tomeduarte))
    - Fix code style [\#173](https://github.com/jwt/ruby-jwt/pull/173) ([excpt](https://github.com/excpt))
    - Fixed a typo in a spec name [\#169](https://github.com/jwt/ruby-jwt/pull/169) ([Mingan](https://github.com/Mingan))
* Sat Oct 08 2016 coolo@suse.com
  - updated to version 1.5.6
    see installed CHANGELOG.md
    [#]# [v1.5.6](https://github.com/jwt/ruby-jwt/tree/v1.5.6) (2016-09-19)
    [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v1.5.5...v1.5.6)
    * *Fixed bugs:**
    - Fix missing symbol handling in aud verify code [\#166](https://github.com/jwt/ruby-jwt/pull/166) ([excpt](https://github.com/excpt))
    * *Merged pull requests:**
    - Fix rubocop code smells [\#167](https://github.com/jwt/ruby-jwt/pull/167) ([excpt](https://github.com/excpt))

Files

/usr/lib64/ruby/gems/3.3.0/build_info
/usr/lib64/ruby/gems/3.3.0/cache/jwt-2.7.1.gem
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/AUTHORS
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/CHANGELOG.md
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/CODE_OF_CONDUCT.md
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/CONTRIBUTING.md
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/LICENSE
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/README.md
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/algo_wrapper.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/ecdsa.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/eddsa.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/hmac.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/hmac_rbnacl.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/hmac_rbnacl_fixed.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/none.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/ps.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/rsa.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/algos/unsupported.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/base64.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/claims_validator.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/configuration
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/configuration.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/configuration/container.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/configuration/decode_configuration.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/configuration/jwk_configuration.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/decode.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/encode.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/error.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/json.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/ec.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/hmac.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/key_base.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/key_finder.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/kid_as_key_digest.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/okp_rbnacl.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/rsa.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/set.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/jwk/thumbprint.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/verify.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/version.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/lib/jwt/x5c_key_finder.rb
/usr/lib64/ruby/gems/3.3.0/gems/jwt-2.7.1/ruby-jwt.gemspec
/usr/lib64/ruby/gems/3.3.0/specifications/jwt-2.7.1.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-jwt
/usr/share/doc/packages/ruby3.3-rubygem-jwt/CHANGELOG.md
/usr/share/doc/packages/ruby3.3-rubygem-jwt/LICENSE
/usr/share/doc/packages/ruby3.3-rubygem-jwt/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:50:42 2024