shep 0.1.0.pre.alpha0 → 0.2.0.pre.alpha0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/Rakefile +1 -0
  4. data/doc/Shep/Entity/Account.html +22 -37
  5. data/doc/Shep/Entity/Context.html +8 -9
  6. data/doc/Shep/Entity/CustomEmoji.html +11 -15
  7. data/doc/Shep/Entity/MediaAttachment.html +13 -19
  8. data/doc/Shep/Entity/Notification.html +11 -15
  9. data/doc/Shep/Entity/Status.html +34 -61
  10. data/doc/Shep/Entity/StatusSource.html +9 -11
  11. data/doc/Shep/Entity/Status_Application.html +11 -10
  12. data/doc/Shep/Entity/Status_Mention.html +10 -13
  13. data/doc/Shep/Entity/Status_Tag.html +8 -9
  14. data/doc/Shep/Entity.html +156 -141
  15. data/doc/Shep/Error/Caller.html +4 -4
  16. data/doc/Shep/Error/Http.html +13 -13
  17. data/doc/Shep/Error/RateLimit.html +176 -0
  18. data/doc/Shep/Error/Remote.html +3 -4
  19. data/doc/Shep/Error/Server.html +5 -4
  20. data/doc/Shep/Error/Type.html +6 -8
  21. data/doc/Shep/Error.html +5 -5
  22. data/doc/Shep/Session.html +895 -570
  23. data/doc/Shep.html +20 -5
  24. data/doc/_index.html +10 -3
  25. data/doc/class_list.html +1 -1
  26. data/doc/file.README.html +52 -33
  27. data/doc/file_list.html +1 -1
  28. data/doc/index.html +117 -239
  29. data/doc/method_list.html +9 -1
  30. data/doc/top-level-namespace.html +2 -2
  31. data/lib/shep/entity_base.rb +6 -1
  32. data/lib/shep/exceptions.rb +5 -0
  33. data/lib/shep/session.rb +292 -146
  34. data/lib/shep/version.rb +4 -0
  35. data/lib/shep.rb +1 -1
  36. data/run_rake_test.example.sh +12 -5
  37. data/shep.gemspec +4 -2
  38. data/spec/session_reader_1_unauth_spec.rb +20 -17
  39. data/spec/session_reader_2_auth_spec.rb +17 -19
  40. data/spec/session_writer_spec.rb +4 -11
  41. data/spec/session_zzz_tricky_spec.rb +136 -0
  42. data/spec/spec_helper.rb +12 -3
  43. metadata +12 -9
data/doc/Shep.html CHANGED
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/shep.rb<span class="defines">,<br />
82
- lib/shep/exceptions.rb,<br /> lib/shep/entity_base.rb,<br /> lib/shep/entities.rb,<br /> lib/shep/session.rb</span>
82
+ lib/shep/version.rb,<br /> lib/shep/exceptions.rb,<br /> lib/shep/entity_base.rb,<br /> lib/shep/entities.rb,<br /> lib/shep/session.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -87,8 +87,7 @@
87
87
 
88
88
  <h2>Overview</h2><div class="docstring">
89
89
  <div class="discussion">
90
-
91
- <p>SHEP: Simple Http intErface to Pmastodon</p>
90
+ <p>SHEP: Simple Http intErface to Pmastodon</p>
92
91
 
93
92
 
94
93
  </div>
@@ -107,6 +106,22 @@
107
106
 
108
107
  </p>
109
108
 
109
+
110
+ <h2>
111
+ Constant Summary
112
+ <small><a href="#" class="constants_summary_toggle">collapse</a></small>
113
+ </h2>
114
+
115
+ <dl class="constants">
116
+
117
+ <dt id="Version-constant" class="">Version =
118
+
119
+ </dt>
120
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.2.0-alpha0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
121
+
122
+ </dl>
123
+
124
+
110
125
 
111
126
 
112
127
 
@@ -118,9 +133,9 @@
118
133
  </div>
119
134
 
120
135
  <div id="footer">
121
- Generated on Sun Jun 4 13:40:29 2023 by
136
+ Generated on Sat Jun 10 19:16:28 2023 by
122
137
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
- 0.9.34 (ruby-3.1.0).
138
+ 0.9.34 (ruby-3.0.3).
124
139
  </div>
125
140
 
126
141
  </div>
data/doc/_index.html CHANGED
@@ -60,7 +60,7 @@
60
60
  <ul id="files" class="index_inline_list">
61
61
 
62
62
 
63
- <li class="r1"><a href="file.README.html" title="README">README</a></li>
63
+ <li class="r1"><a href="index.html" title="README">README</a></li>
64
64
 
65
65
 
66
66
  </ul>
@@ -191,6 +191,13 @@
191
191
  <li class="letter">R</li>
192
192
  <ul>
193
193
 
194
+ <li>
195
+ <span class='object_link'><a href="Shep/Error/RateLimit.html" title="Shep::Error::RateLimit (class)">RateLimit</a></span>
196
+
197
+ <small>(Shep::Error)</small>
198
+
199
+ </li>
200
+
194
201
  <li>
195
202
  <span class='object_link'><a href="Shep/Error/Remote.html" title="Shep::Error::Remote (class)">Remote</a></span>
196
203
 
@@ -290,9 +297,9 @@
290
297
  </div>
291
298
 
292
299
  <div id="footer">
293
- Generated on Sun Jun 4 13:40:28 2023 by
300
+ Generated on Sat Jun 10 19:16:28 2023 by
294
301
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295
- 0.9.34 (ruby-3.1.0).
302
+ 0.9.34 (ruby-3.0.3).
296
303
  </div>
297
304
 
298
305
  </div>
data/doc/class_list.html CHANGED
@@ -43,7 +43,7 @@
43
43
 
44
44
  <ul id="full_list" class="class">
45
45
  <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
- <li id='object_Shep' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Shep.html" title="Shep (module)">Shep</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Shep::Entity' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Shep/Entity.html" title="Shep::Entity (class)">Entity</a></span> &lt; Object<small class='search_info'>Shep</small></div><ul><li id='object_Shep::Entity::Account' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Account.html" title="Shep::Entity::Account (class)">Account</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Context' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Context.html" title="Shep::Entity::Context (class)">Context</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::CustomEmoji' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/CustomEmoji.html" title="Shep::Entity::CustomEmoji (class)">CustomEmoji</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::MediaAttachment' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/MediaAttachment.html" title="Shep::Entity::MediaAttachment (class)">MediaAttachment</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Notification' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Notification.html" title="Shep::Entity::Notification (class)">Notification</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status.html" title="Shep::Entity::Status (class)">Status</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::StatusSource' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/StatusSource.html" title="Shep::Entity::StatusSource (class)">StatusSource</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status_Application' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status_Application.html" title="Shep::Entity::Status_Application (class)">Status_Application</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status_Mention' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status_Mention.html" title="Shep::Entity::Status_Mention (class)">Status_Mention</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status_Tag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status_Tag.html" title="Shep::Entity::Status_Tag (class)">Status_Tag</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li></ul></li><li id='object_Shep::Error' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Shep/Error.html" title="Shep::Error (class)">Error</a></span> &lt; RuntimeError<small class='search_info'>Shep</small></div><ul><li id='object_Shep::Error::Caller' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Caller.html" title="Shep::Error::Caller (class)">Caller</a></span> &lt; Error<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Http' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Http.html" title="Shep::Error::Http (class)">Http</a></span> &lt; Server<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Remote' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Remote.html" title="Shep::Error::Remote (class)">Remote</a></span> &lt; Error<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Server' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Server.html" title="Shep::Error::Server (class)">Server</a></span> &lt; Error<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Type' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Type.html" title="Shep::Error::Type (class)">Type</a></span> &lt; Caller<small class='search_info'>Shep::Error</small></div></li></ul></li><li id='object_Shep::Session' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Shep/Session.html" title="Shep::Session (class)">Session</a></span> &lt; Object<small class='search_info'>Shep</small></div></li></ul></li>
46
+ <li id='object_Shep' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Shep.html" title="Shep (module)">Shep</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Shep::Entity' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Shep/Entity.html" title="Shep::Entity (class)">Entity</a></span> &lt; Object<small class='search_info'>Shep</small></div><ul><li id='object_Shep::Entity::Account' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Account.html" title="Shep::Entity::Account (class)">Account</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Context' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Context.html" title="Shep::Entity::Context (class)">Context</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::CustomEmoji' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/CustomEmoji.html" title="Shep::Entity::CustomEmoji (class)">CustomEmoji</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::MediaAttachment' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/MediaAttachment.html" title="Shep::Entity::MediaAttachment (class)">MediaAttachment</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Notification' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Notification.html" title="Shep::Entity::Notification (class)">Notification</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status.html" title="Shep::Entity::Status (class)">Status</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::StatusSource' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/StatusSource.html" title="Shep::Entity::StatusSource (class)">StatusSource</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status_Application' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status_Application.html" title="Shep::Entity::Status_Application (class)">Status_Application</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status_Mention' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status_Mention.html" title="Shep::Entity::Status_Mention (class)">Status_Mention</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li><li id='object_Shep::Entity::Status_Tag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Entity/Status_Tag.html" title="Shep::Entity::Status_Tag (class)">Status_Tag</a></span> &lt; Entity<small class='search_info'>Shep::Entity</small></div></li></ul></li><li id='object_Shep::Error' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Shep/Error.html" title="Shep::Error (class)">Error</a></span> &lt; RuntimeError<small class='search_info'>Shep</small></div><ul><li id='object_Shep::Error::Caller' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Caller.html" title="Shep::Error::Caller (class)">Caller</a></span> &lt; Error<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Http' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Http.html" title="Shep::Error::Http (class)">Http</a></span> &lt; Server<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::RateLimit' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/RateLimit.html" title="Shep::Error::RateLimit (class)">RateLimit</a></span> &lt; Http<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Remote' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Remote.html" title="Shep::Error::Remote (class)">Remote</a></span> &lt; Error<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Server' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Server.html" title="Shep::Error::Server (class)">Server</a></span> &lt; Error<small class='search_info'>Shep::Error</small></div></li><li id='object_Shep::Error::Type' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Shep/Error/Type.html" title="Shep::Error::Type (class)">Type</a></span> &lt; Caller<small class='search_info'>Shep::Error</small></div></li></ul></li><li id='object_Shep::Session' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Shep/Session.html" title="Shep::Session (class)">Session</a></span> &lt; Object<small class='search_info'>Shep</small></div></li></ul></li>
47
47
 
48
48
  </ul>
49
49
  </div>
data/doc/file.README.html CHANGED
@@ -57,32 +57,35 @@
57
57
  <div class="clear"></div>
58
58
  </div>
59
59
 
60
- <div id="content"><div id='filecontents'>
61
- <h1 id="label-Shep-3A+Simple+Http+intErface+to+Pmastodon">Shep: Simple Http intErface to Pmastodon</h1>
60
+ <div id="content"><div id='filecontents'><h1 id="shep-simple-http-interface-to-pmastodon">Shep: Simple Http intErface to Pmastodon</h1>
62
61
 
63
- <p>Shep is a library that provides access to the Mastodon web API. It is an alternative to the <a href="https://rubygems.org/gems/mastodon-api/versions/2.0.0">official Mastodon API Gem</a>.</p>
62
+ <p>Shep is a library that provides access to the Mastodon web API. It is
63
+ an alternative to the
64
+ <a href="https://rubygems.org/gems/mastodon-api/versions/2.0.0">official Mastodon API Gem</a>.</p>
64
65
 
65
66
  <p>Pros:</p>
66
- <ul><li>
67
- <p>It has no dependencies other than stock Ruby 3.0.x or later. (It’s also been seen to work on JRuby-9.4.2.0.)</p>
68
- </li><li>
69
- <p>Its unit tests do not require a dedicated Mastodon instance and will work with just a scratch user account (and partially without even that).</p>
70
- </li><li>
71
- <p>It’s a bit more “batteries included” than the official gem tries to do more for you.</p>
72
- </li><li>
73
- <p>It supports <a href="https://docs.joinmastodon.org/methods/statuses/#context">Contexts</a>.</p>
74
- </li></ul>
67
+
68
+ <ul>
69
+ <li>It has no dependencies other than stock Ruby 3.0.x or later. (It&#39;s
70
+ also been seen to work on JRuby-9.4.2.0.)</li>
71
+ <li>Its unit tests do not require a dedicated Mastodon instance and will
72
+ work with just a scratch user account (and partially without even
73
+ that).</li>
74
+ <li>It&#39;s a bit more &quot;batteries included&quot; than the official gem tries to
75
+ do more for you.</li>
76
+ <li>It supports <a href="https://docs.joinmastodon.org/methods/statuses/#context">Contexts</a>.</li>
77
+ </ul>
75
78
 
76
79
  <p>Cons:</p>
77
- <ul><li>
78
- <p>It supports much less of the API than the offical gem.</p>
79
- </li><li>
80
- <p>Its author thinks metaprogramming is cool.</p>
81
- </li></ul>
82
80
 
83
- <h2 id="label-Some+Quick+Examples-3A">Some Quick Examples:</h2>
81
+ <ul>
82
+ <li>It supports much less of the API than the offical gem.</li>
83
+ <li>Its author thinks metaprogramming is cool.</li>
84
+ </ul>
85
+
86
+ <h2 id="some-quick-examples">Some Quick Examples:</h2>
84
87
 
85
- <p>Heres the canonical use case, retrieving cat pictures:</p>
88
+ <p>Here&#39;s the canonical use case, retrieving cat pictures:</p>
86
89
 
87
90
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>shep</span><span class='tstring_end'>&#39;</span></span>
88
91
 
@@ -118,40 +121,56 @@
118
121
 
119
122
  <p>It can also be used for other things.</p>
120
123
 
121
- <h2 id="label-Installation">Installation</h2>
124
+ <h2 id="installation">Installation</h2>
122
125
 
123
126
  <p>The usual way to install Shep is via gem:</p>
124
127
 
125
- <pre class="code ruby"><code class="ruby">$ gem install shep
128
+ <pre class="code ruby"><code class="ruby">$ gem install shep --pre
126
129
  </code></pre>
127
130
 
128
131
  <p>Alternately, you can fetch this repo and add it to your Ruby path.</p>
129
132
 
130
- <p>If you wish to develop Shep, youll also need Rake, YARD, and RSpec.</p>
133
+ <p>If you wish to develop Shep, you&#39;ll also need Rake, YARD, and RSpec.</p>
134
+
135
+ <h2 id="testing">Testing</h2>
131
136
 
132
- <h2 id="label-Testing">Testing</h2>
137
+ <p>The tests are somewhat clever in that if there isn&#39;t a Mastodon
138
+ instance available or if you don&#39;t have a writable account on it, it
139
+ will still try to run tests that don&#39;t need those things.</p>
133
140
 
134
- <p>The tests are somewhat clever in that if there isn’t a Mastodon instance available or if you don’t have a writable account on it, it will still try to run tests that don’t need those things.</p>
141
+ <p>On they other hand, some of the tests will fail if (e.g.) an account
142
+ doesn&#39;t have enough statuses with attached pictures. I&#39;ve tried to
143
+ document this when it happens. Usually, a test will fail rather than
144
+ let a part of the code go untested.</p>
135
145
 
136
- <p>On they other hand, some of the tests will fail if (e.g.) an account doesn’t have enough statuses with attached pictures. I’ve tried to document this when it happens. Usually, a test will fail rather than let a part of the code go untested.</p>
146
+ <p>The tests get credentials from the environment. Normally, I run
147
+ <code>rake test</code> from a script that first sets those variables to useful
148
+ values.</p>
137
149
 
138
- <p>The tests get credentials from the environment. Normally, I run <code>rake test</code> from a script that first sets those variables to useful values.</p>
150
+ <p>The file <code>run_rake_test.example.sh</code> documents these variables and what
151
+ they do.</p>
139
152
 
140
- <p>The file <code>run_rake_test.example.sh</code> documents these variables and what they do.</p>
153
+ <p>There are also a number of tricky tests (e.g. for rate-limit-reached
154
+ cases) that need to be explicitly invoked using rspec tags. See
155
+ <code>spec/session_zzz_tricky.rb</code> for details.</p>
141
156
 
142
- <h2 id="label-License+and+Warranty">License and Warranty</h2>
157
+ <h2 id="license-and-warranty">License and Warranty</h2>
143
158
 
144
- <p>Shep is available under the terms of the GNU Affero GPL Version 3 plus an exemption that allows you to release programs that use it under your own terms.</p>
159
+ <p>Shep is available under the terms of the GNU Affero GPL Version 3 plus
160
+ an exemption that allows you to release programs that use it under
161
+ your own terms.</p>
145
162
 
146
- <p>It is offered <strong>WITHOUT WARRANTY OF ANY KIND</strong>. If it breaks, you get to keep the pieces.</p>
163
+ <p>It is offered <strong>WITHOUT WARRANTY OF ANY KIND</strong>. If it breaks, you get to keep
164
+ the pieces.</p>
147
165
 
148
- <p>While it is not legally required or enforcable, you are nontheless honour-bound to use Shep only for good and never for evil.</p>
166
+ <p>While it is not legally required or enforcable, you are nontheless
167
+ honour-bound to use Shep only for good and never for evil.</p>
149
168
  </div></div>
150
169
 
151
170
  <div id="footer">
152
- Generated on Sun Jun 4 13:40:29 2023 by
171
+ Generated on Sat Jun 10 19:16:28 2023 by
153
172
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
- 0.9.34 (ruby-3.1.0).
173
+ 0.9.34 (ruby-3.0.3).
155
174
  </div>
156
175
 
157
176
  </div>
data/doc/file_list.html CHANGED
@@ -45,7 +45,7 @@
45
45
 
46
46
 
47
47
  <li id="object_README" class="odd">
48
- <div class="item"><span class="object_link"><a href="file.README.html" title="README">README</a></span></div>
48
+ <div class="item"><span class="object_link"><a href="index.html" title="README">README</a></span></div>
49
49
  </li>
50
50
 
51
51