Skip to content

Commit

Permalink
deploy: 6e59d26
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 26, 2024
1 parent 2ec1561 commit e68d268
Show file tree
Hide file tree
Showing 81 changed files with 255 additions and 183 deletions.
44 changes: 22 additions & 22 deletions JWT.html
Original file line number Diff line number Diff line change
Expand Up @@ -723,14 +723,14 @@ <h3 class="signature " id="openssl_3?-class_method">
<pre class="lines">


29
30
31
32
33
34
35</pre>
33</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 31</span>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 29</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_openssl_3?'>openssl_3?</span>
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='const'>OpenSSL</span><span class='op'>::</span><span class='const'>OPENSSL_VERSION</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>LibreSSL</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -790,12 +790,12 @@ <h3 class="signature " id="openssl_3_hmac_empty_key_regression?-class_method">
<pre class="lines">


57
58
59</pre>
55
56
57</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 57</span>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 55</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_openssl_3_hmac_empty_key_regression?'>openssl_3_hmac_empty_key_regression?</span>
<span class='id identifier rubyid_openssl_3?'>openssl_3?</span> <span class='op'>&amp;&amp;</span> <span class='id identifier rubyid_openssl_version'>openssl_version</span> <span class='op'>&lt;=</span> <span class='op'>::</span><span class='const'>Gem</span><span class='op'>::</span><span class='const'>Version</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>3.0.0</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -853,12 +853,12 @@ <h3 class="signature " id="openssl_version-class_method">
<pre class="lines">


65
66
67</pre>
63
64
65</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 65</span>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 63</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_openssl_version'>openssl_version</span>
<span class='ivar'>@openssl_version</span> <span class='op'>||=</span> <span class='op'>::</span><span class='const'>Gem</span><span class='op'>::</span><span class='const'>Version</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='const'>OpenSSL</span><span class='op'>::</span><span class='const'>VERSION</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -916,12 +916,12 @@ <h3 class="signature " id="rbnacl?-class_method">
<pre class="lines">


41
42
43</pre>
39
40
41</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 41</span>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 39</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_rbnacl?'>rbnacl?</span>
<span class='kw'>defined?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>RbNaCl</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -979,12 +979,12 @@ <h3 class="signature " id="rbnacl_6_or_greater?-class_method">
<pre class="lines">


49
50
51</pre>
47
48
49</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 49</span>
<pre class="code"><span class="info file"># File 'lib/jwt/version.rb', line 47</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_rbnacl_6_or_greater?'>rbnacl_6_or_greater?</span>
<span class='id identifier rubyid_rbnacl?'>rbnacl?</span> <span class='op'>&amp;&amp;</span> <span class='op'>::</span><span class='const'>Gem</span><span class='op'>::</span><span class='const'>Version</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>RbNaCl</span><span class='op'>::</span><span class='const'>VERSION</span><span class='rparen'>)</span> <span class='op'>&gt;=</span> <span class='op'>::</span><span class='const'>Gem</span><span class='op'>::</span><span class='const'>Version</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>6.0.0</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
Expand All @@ -999,9 +999,9 @@ <h3 class="signature " id="rbnacl_6_or_greater?-class_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Base64.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ <h3 class="signature " id="url_encode-class_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Base64DecodeError.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,9 @@ <h4 class="tag_title">Examples:</h4>
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Audience.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Crit.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/DecodeVerifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ <h3 class="signature first" id="verify!-class_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ <h3 class="signature first" id="message-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Expiration.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/IssuedAt.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Issuer.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/JwtId.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/NotBefore.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Numeric.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Numeric/Compat.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Required.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Subject.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ <h3 class="signature first" id="verify!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/VerificationContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ <h3 class="signature first" id="payload-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/VerificationMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ <h3 class="signature " id="verify_claims!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Claims/Verifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ <h3 class="signature " id="verify!-class_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/ClaimsValidator.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ <h3 class="signature first" id="validate!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ <h3 class="signature " id="configure-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Configuration/Container.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,9 @@ <h3 class="signature first" id="reset!-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Configuration/DecodeConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1331,9 +1331,9 @@ <h3 class="signature first" id="to_h-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:02 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Configuration/JwkConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ <h3 class="signature first" id="kid_generator_type=-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Decode.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ <h3 class="signature first" id="decode_segments-instance_method">
</div>

<div id="footer">
Generated on Wed Dec 25 21:56:01 2024 by
Generated on Thu Dec 26 20:47:56 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.6).
0.9.37 (ruby-3.4.1).
</div>

</div>
Expand Down
Loading

0 comments on commit e68d268

Please sign in to comment.