documentation/index.html.erb in table_fu-0.3.2 vs documentation/index.html.erb in table_fu-0.3.3
- old
+ new
@@ -1,11 +1,12 @@
<%
$:.unshift File.expand_path(File.dirname(__FILE__), "/../lib/table_fu")
require 'rubygems'
-require 'uv'
require 'table_fu'
+require 'uv'
+
def code_for(file, output=true)
return '' unless File.exists?("examples/#{file}.rb")
file = File.open("examples/#{file}.rb").read
html = Uv.parse(file, "xhtml", "ruby", false, "dawn", false)
out = ''
@@ -136,10 +137,15 @@
</li>
<li><a href="http://github.com/propublica/table-fu/issues">Issues</a><br>Post bug reports and feature requests here.</li>
<li><a href="doc/index.html">API Docs</a></li>
</ul>
<h2><a id="credits" href="#toc">Credits</a></h2>
- <p><a href="http://github.com/thejefflarson">Jeff Larson</a> (Maintainer), <a href="http://github.com/brianboyer/">Brian Boyer</a>, <a href="http://github.com/kleinmatic">Scott Klein</a>, <a href="http://github.com/markpercival">Mark Percival</a>, and <a href="http://github.com/seebq">Charles Brian Quinn</a>.</p>
+ <p><a href="http://github.com/thejefflarson">Jeff Larson</a> (Maintainer),
+ <a href="http://github.com/brianboyer/">Brian Boyer</a>,
+ <a href="http://github.com/kleinmatic">Scott Klein</a>,
+ <a href="http://github.com/markpercival">Mark Percival</a>,
+ <a href="http://github.com/seebq">Charles Brian Quinn</a>, and
+ <a href="http://github.com/jpmckinney">James McKinney</a>.</p>.</p>
<h2><a id="license" href="#toc">License</a></h2>
<pre><%= File.open("LICENSE").read %></pre>
</body>
</html>