Skip to content

Commit 459c3c3

Browse files
committed
Update Ring Website
1 parent f91838b commit 459c3c3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h3>Simple and flexible dynamic programming language for applications developmen
195195

196196
<div id="news" class="panel-group">
197197
<div class="panel panel-info">
198-
<div class="panel-heading"><h4>Packages <span class="badge">241</span></h4></div>
198+
<div class="panel-heading"><h4>Packages <span class="badge">242</span></h4></div>
199199
<div class="panel-body">
200200
<div class="table-responsive">
201201
<pre><code>Usage: ringpm install &lt;PackageName&gt; from &lt;Provider&gt;</code></pre>
@@ -209,6 +209,12 @@ <h3>Simple and flexible dynamic programming language for applications developmen
209209
</thead>
210210
<tbody>
211211

212+
<tr>
213+
<td>solitaire</td>
214+
<td>The Solitaire game developed using Ring and RingRayLib</td>
215+
<td>ringpackages</td>
216+
</tr>
217+
212218
<tr>
213219
<td>ring-python</td>
214220
<td>Python bindings for the Ring Programming Language</td>

source/data/registry.data

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,5 +962,9 @@ aPackagesRegistry = [
962962
[ :name = "ring-python",
963963
:description = "Python bindings for the Ring Programming Language",
964964
:ProviderUserName = "ysdragon"
965+
],
966+
[ :name = "solitaire",
967+
:description = "The Solitaire game developed using Ring and RingRayLib",
968+
:ProviderUserName = "ringpackages"
965969
]
966970
]

0 commit comments

Comments
 (0)