Skip to content

Commit

Permalink
deploy: 6fbb58c
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 5, 2023
1 parent 93f9c7b commit e397efa
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 82 deletions.
6 changes: 3 additions & 3 deletions Nokogiri/XML/Node.html
Expand Up @@ -353,9 +353,9 @@ <h3 class="signature " id="uri-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:34 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:15 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF.html
Expand Up @@ -105,9 +105,9 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML.html
Expand Up @@ -293,9 +293,9 @@ <h3 class="signature " id="debug?-class_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
30 changes: 15 additions & 15 deletions RDF/RDFXML/Format.html
Expand Up @@ -308,12 +308,12 @@ <h3 class="signature first" id="detect-class_method">
<pre class="lines">


38
39
40</pre>
40
41
42</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/rdf/rdfxml/format.rb', line 38</span>
<pre class="code"><span class="info file"># File 'lib/rdf/rdfxml/format.rb', line 40</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_detect'>detect</span><span class='lparen'>(</span><span class='id identifier rubyid_sample'>sample</span><span class='rparen'>)</span>
<span class='id identifier rubyid_sample'>sample</span><span class='period'>.</span><span class='id identifier rubyid_match'>match</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>&lt;(\w+:)?(RDF)</span><span class='regexp_end'>/</span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -349,12 +349,12 @@ <h3 class="signature " id="name-class_method">
<pre class="lines">


43
44
45</pre>
45
46
47</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/rdf/rdfxml/format.rb', line 43</span>
<pre class="code"><span class="info file"># File 'lib/rdf/rdfxml/format.rb', line 45</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span>
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>RDF/XML</span><span class='tstring_end'>&quot;</span></span>
Expand All @@ -379,12 +379,12 @@ <h3 class="signature " id="symbols-class_method">
<pre class="lines">


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

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_symbols'>symbols</span>
<span class='lbracket'>[</span><span class='symbol'>:rdfxml</span><span class='comma'>,</span> <span class='symbol'>:rdf</span><span class='comma'>,</span> <span class='symbol'>:owl</span><span class='rbracket'>]</span>
Expand All @@ -399,9 +399,9 @@ <h3 class="signature " id="symbols-class_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader.html
Expand Up @@ -1076,9 +1076,9 @@ <h3 class="signature " id="rewind-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader/Nokogiri.html
Expand Up @@ -473,9 +473,9 @@ <h3 class="signature " id="root-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader/Nokogiri/NodeProxy.html
Expand Up @@ -1656,9 +1656,9 @@ <h3 class="signature " id="xpath-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:34 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:15 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader/Nokogiri/NodeSetProxy.html
Expand Up @@ -656,9 +656,9 @@ <h3 class="signature " id="select-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:34 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:15 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader/REXML.html
Expand Up @@ -475,9 +475,9 @@ <h3 class="signature " id="root-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader/REXML/Namespace.html
Expand Up @@ -376,9 +376,9 @@ <h3 class="signature first" id="to_s-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:34 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader/REXML/NodeProxy.html
Expand Up @@ -1895,9 +1895,9 @@ <h3 class="signature " id="xpath-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:34 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Reader/REXML/NodeSetProxy.html
Expand Up @@ -656,9 +656,9 @@ <h3 class="signature " id="select-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:34 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/VERSION.html
Expand Up @@ -343,9 +343,9 @@ <h3 class="signature " id="to_str-class_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions RDF/RDFXML/Writer.html
Expand Up @@ -2754,9 +2754,9 @@ <h3 class="signature " id="write_epilogue-instance_method">
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:34 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:14 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions _index.html
Expand Up @@ -235,9 +235,9 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:32 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:12 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions file.AUTHORS.html
Expand Up @@ -63,9 +63,9 @@
</div></div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions file.CONTRIBUTORS.html
Expand Up @@ -63,9 +63,9 @@
</div></div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions file.History.html
Expand Up @@ -291,9 +291,9 @@ <h3 id="label-0.0.1">0.0.1</h3>
</div></div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
8 changes: 5 additions & 3 deletions file.README.html
Expand Up @@ -109,6 +109,8 @@ <h2 id="label-Dependencies">Dependencies</h2>
<ul><li>
<p><a href="https://rubygems.org/gems/rdf">RDF.rb</a> (~&gt; 3.2)</p>
</li><li>
<p><a href="https://rubygems.org/gems/haml">Haml</a> (~&gt;- 5.2)</p>
</li><li>
<p>Soft dependency on <a href="https://rubygems.org/gems/nokogiri">Nokogiri</a> (&gt;= 1.12)</p>
</li></ul>

Expand Down Expand Up @@ -184,9 +186,9 @@ <h2 id="label-FEEDBACK">FEEDBACK</h2>
</div></div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions file.UNLICENSE.html
Expand Up @@ -70,9 +70,9 @@
</div></div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions file.VERSION.html
Expand Up @@ -58,13 +58,13 @@
</div>

<div id="content"><div id='filecontents'>
<p>3.2.0</p>
<p>3.2.1</p>
</div></div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
8 changes: 5 additions & 3 deletions index.html
Expand Up @@ -109,6 +109,8 @@ <h2 id="label-Dependencies">Dependencies</h2>
<ul><li>
<p><a href="https://rubygems.org/gems/rdf">RDF.rb</a> (~&gt; 3.2)</p>
</li><li>
<p><a href="https://rubygems.org/gems/haml">Haml</a> (~&gt;- 5.2)</p>
</li><li>
<p>Soft dependency on <a href="https://rubygems.org/gems/nokogiri">Nokogiri</a> (&gt;= 1.12)</p>
</li></ul>

Expand Down Expand Up @@ -184,9 +186,9 @@ <h2 id="label-FEEDBACK">FEEDBACK</h2>
</div></div>

<div id="footer">
Generated on Fri Jan 28 19:44:32 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions top-level-namespace.html
Expand Up @@ -100,9 +100,9 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Fri Jan 28 19:44:33 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.0).
Generated on Wed Apr 5 21:19:13 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.4).
</div>

</div>
Expand Down

0 comments on commit e397efa

Please sign in to comment.