doc/index.html in ezmq-0.3.1 vs doc/index.html in ezmq-0.3.2
- old
+ new
@@ -61,10 +61,14 @@
<iframe id="search_frame"></iframe>
<div id="content"><div id='filecontents'><h1><a href="https://colstrom.github.io/ezmq/">EZMQ (Effortless ZeroMQ)</a></h1>
+<p><a href="http://badge.fury.io/rb/ezmq"><img src="https://badge.fury.io/rb/ezmq.svg" alt="Gem Version" /></a>
+<a href="https://gemnasium.com/colstrom/ezmq"><img src="https://gemnasium.com/colstrom/ezmq.svg" alt="Dependency Status" /></a>
+<a href="https://codeclimate.com/github/colstrom/ezmq"><img src="https://codeclimate.com/github/colstrom/ezmq/badges/gpa.svg" alt="Code Climate" /></a></p>
+
<h2>Overview</h2>
<p>EZMQ is a wrapper around the wonderful <code>ffi-rzmq</code> gem, which (as the name suggests) uses FFI, and exposes a fairly raw C-like interface. As elegant as 0MQ is, C doesn't feel like Ruby, and FFI bindings feel like C. EZMQ makes some reasonable assumptions to help you focus on what makes your code special, and not worry about setting up 0MQ.</p>
<p>Any of the magical hand-wavey bits (contexts, sockets, etc) are still exposed for tinkering, EZMQ just starts you off with some sane defaults.</p>
@@ -134,14 +138,14 @@
<p>Publishes an endless stream of 'foo's with a topic of 'foorever'.</p>
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>ezmq</span><span class='tstring_end'>'</span></span>
-<span class='id identifier rubyid_publisher'>publisher</span> <span class='op'>=</span> <span class='const'>EZMQ</span><span class='period'>.</span><span class='const'>Publisher</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='label'>topic:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>foorever</span><span class='tstring_end'>'</span></span>
+<span class='id identifier rubyid_publisher'>publisher</span> <span class='op'>=</span> <span class='const'>EZMQ</span><span class='period'>.</span><span class='const'>Publisher</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
<span class='id identifier rubyid_loop'>loop</span> <span class='kw'>do</span>
- <span class='id identifier rubyid_publisher'>publisher</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>foo</span><span class='tstring_end'>'</span></span>
+ <span class='id identifier rubyid_publisher'>publisher</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>foo</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='label'>topic:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>foorever</span><span class='tstring_end'>'</span></span>
<span class='kw'>end</span>
</code></pre>
<h2>'foorever' Subscriber</h2>
@@ -224,10 +228,10 @@
<p>For Windows, you should really consult the <a href="http://zeromq.org/docs:windows-installations">ØMQ documentation</a>.</p>
</div></div>
<div id="footer">
- Generated on Sun Jan 11 14:20:10 2015 by
+ Generated on Tue Jan 20 23:17:34 2015 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.6 (ruby-2.0.0).
</div>
</body>
\ No newline at end of file