doc/file.README.html in ionian-0.6.12 vs doc/file.README.html in ionian-0.7.0
- old
+ new
@@ -80,10 +80,23 @@
<h2 id="label-Installation">Installation</h2>
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_ionian'>ionian</span>
</code></pre>
+<h2 id="label-Issues-2C+Bugs-2C+Feature+Requests">Issues, Bugs, Feature Requests</h2>
+
+<p>Any bugs and feature requests should be reported on the GitHub issue
+tracker:</p>
+
+<p><a
+href="https://github.com/amclain/ionian/issues">github.com/amclain/ionian/issues</a></p>
+
+<p><strong>Pull requests are preferred via GitHub.</strong></p>
+
+<p>Mercurial users can use <a href="http://hg-git.github.io/">Hg-Git</a> to
+interact with GitHub repositories.</p>
+
<h2 id="label-Code+Examples">Code Examples</h2>
<h3 id="label-Creating+A+Socket">Creating A Socket</h3>
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_socket'>socket</span> <span class='op'>=</span> <span class='const'>Ionian</span><span class='op'>::</span><span class='const'>Socket</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='label'>host:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>127.0.0.1</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='label'>port:</span> <span class='int'>23</span>
@@ -137,10 +150,10 @@
</span><span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_socket'>socket</span><span class='period'>.</span><span class='id identifier rubyid_read_all'>read_all</span>
</code></pre>
</div></div>
<div id="footer">
- Generated on Mon Jan 26 21:45:48 2015 by
+ Generated on Wed Jan 28 16:07:19 2015 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.6 (ruby-2.1.5).
</div>
</body>
\ No newline at end of file