Skip to content

Commit

Permalink
Update website for 5.84.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Sep 1, 2024
1 parent 7b7fc1e commit e8bb74b
Show file tree
Hide file tree
Showing 72 changed files with 2,077 additions and 1,350 deletions.
4 changes: 3 additions & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<main class="main">
<div class="main__container">
<section class="documentation">
<h1 class="h1">Documentation for Sequel (v5.83.1)</h1>
<h1 class="h1">Documentation for Sequel (v5.84.0)</h1>

<hr class="hr" />

Expand Down Expand Up @@ -166,6 +166,8 @@ <h3 class="h3"><a class="a" href="rdoc/files/CHANGELOG.html">Release Notes</a></

<li>

<a class="a" href="rdoc/files/doc/release_notes/5_84_0_txt.html">5.84</a> |

<a class="a" href="rdoc/files/doc/release_notes/5_83_0_txt.html">5.83</a> |

<a class="a" href="rdoc/files/doc/release_notes/5_82_0_txt.html">5.82</a> |
Expand Down
2 changes: 1 addition & 1 deletion plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="main__container">
<section class="plugins">

<h1 class="h1">Sequel::Model Plugins for v5.83.1</h1>
<h1 class="h1">Sequel::Model Plugins for v5.84.0</h1>

<div class="plugins__sidebar">
<aside class="plugins__sidebar-aside">
Expand Down
326 changes: 163 additions & 163 deletions rdoc-adapters/classes/Sequel/SQLite/DatasetMethods.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rdoc-adapters/created.rid
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Thu, 08 Aug 2024 09:19:53 -0700
Sun, 01 Sep 2024 09:23:08 -0700
lib/sequel/adapters/ado.rb Tue, 21 Sep 2021 14:24:30 -0700
lib/sequel/adapters/ado/access.rb Tue, 21 Sep 2021 14:24:30 -0700
lib/sequel/adapters/ado/mssql.rb Mon, 28 Jan 2019 08:29:19 -0800
Expand Down Expand Up @@ -35,7 +35,7 @@ lib/sequel/adapters/shared/mysql.rb Fri, 05 Apr 2024 07:51:26 -0700
lib/sequel/adapters/shared/oracle.rb Wed, 06 Dec 2023 16:41:40 -0800
lib/sequel/adapters/shared/postgres.rb Thu, 11 Jul 2024 11:09:22 -0700
lib/sequel/adapters/shared/sqlanywhere.rb Wed, 06 Dec 2023 16:41:40 -0800
lib/sequel/adapters/shared/sqlite.rb Fri, 14 Jun 2024 09:22:52 -0700
lib/sequel/adapters/shared/sqlite.rb Thu, 22 Aug 2024 11:50:35 -0700
lib/sequel/adapters/sqlanywhere.rb Tue, 21 Sep 2021 14:24:30 -0700
lib/sequel/adapters/sqlite.rb Fri, 05 Jan 2024 15:36:17 -0800
lib/sequel/adapters/tinytds.rb Tue, 21 Sep 2021 14:24:30 -0700
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class='name'>sqlite.rb
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>2024-06-14 09:22:52 -0700</span>
<span class='datetime'>2024-08-22 11:50:35 -0700</span>
</div>
</div>
<div id='content'>
Expand Down
3 changes: 3 additions & 0 deletions rdoc-plugins/classes/Sequel/Postgres.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,11 @@ <h2>Classes and Modules</h2>
<li><a href="Postgres/JSONBOp.html">Sequel::Postgres::JSONBOp</a></li>
<li><a href="Postgres/JSONBSubscriptOp.html">Sequel::Postgres::JSONBSubscriptOp</a></li>
<li><a href="Postgres/JSONBaseOp.html">Sequel::Postgres::JSONBaseOp</a></li>
<li><a href="Postgres/JSONExistsOp.html">Sequel::Postgres::JSONExistsOp</a></li>
<li><a href="Postgres/JSONHash.html">Sequel::Postgres::JSONHash</a></li>
<li><a href="Postgres/JSONOp.html">Sequel::Postgres::JSONOp</a></li>
<li><a href="Postgres/JSONQueryOp.html">Sequel::Postgres::JSONQueryOp</a></li>
<li><a href="Postgres/JSONValueOp.html">Sequel::Postgres::JSONValueOp</a></li>
<li><a href="Postgres/PGArray.html">Sequel::Postgres::PGArray</a></li>
<li><a href="Postgres/PGMultiRange.html">Sequel::Postgres::PGMultiRange</a></li>
<li><a href="Postgres/PGRange.html">Sequel::Postgres::PGRange</a></li>
Expand Down
8 changes: 4 additions & 4 deletions rdoc-plugins/classes/Sequel/Postgres/JSONArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ <h2>Public Instance methods</h2>
<a class='source-toggle' href='#' onclick='toggleCode(&#39;method-i-op-source&#39;); return false'>
[show source]
</a>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">728</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">729</span> <span class="ruby-constant">JSONOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">730</span> <span class="ruby-keyword">end</span></pre>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">1055</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1056</span> <span class="ruby-constant">JSONOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1057</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions rdoc-plugins/classes/Sequel/Postgres/JSONBArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ <h2>Public Instance methods</h2>
<a class='source-toggle' href='#' onclick='toggleCode(&#39;method-i-op-source&#39;); return false'>
[show source]
</a>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">744</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">745</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">746</span> <span class="ruby-keyword">end</span></pre>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">1071</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1072</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1073</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions rdoc-plugins/classes/Sequel/Postgres/JSONBHash.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ <h2>Public Instance methods</h2>
<a class='source-toggle' href='#' onclick='toggleCode(&#39;method-i-op-source&#39;); return false'>
[show source]
</a>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">752</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">753</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">754</span> <span class="ruby-keyword">end</span></pre>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">1079</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1080</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1081</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit e8bb74b

Please sign in to comment.