Skip to content

Commit

Permalink
Update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed May 17, 2011
1 parent 1e2e083 commit 25a7826
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scripts/generate
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/usr/bin/env ruby
require 'yard'
require 'fileutils'
require 'bluecloth'
require 'rdiscount'
require 'erb'

ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))
LAYOUTS = {}

module Helpers
def markdown(text)
BlueCloth.new(text).to_html
RDiscount.new(text).to_html
end

def erb(__file)
Expand Down
2 changes: 1 addition & 1 deletion templates/head.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="icon" type="image/png" href="<%= root_path %>/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="yard, ruby, software, documentation, uml, tags, metadata, parser, loren segal, ruby 1.9, html, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.2.3, 0.5.7, 0.5.8, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8, yardoc" />
<meta name="Keywords" content="yard, ruby, software, documentation, uml, tags, metadata, parser, loren segal, ruby 1.9, html, 0.4.0, 0.5.0, 0.6.8, 0.7.0, yardoc" />
<meta name="Description" content="YARD is an extensible Ruby Documentation Tool (Yay!) for consistent documentation." />
<link rel="stylesheet" href="<%= root_path %>/css/style.css" type="text/css" charset="utf-8" />
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>-->
Expand Down
2 changes: 1 addition & 1 deletion templates/home.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

$(function() {
$('#content.home .blurb .preview').hover(function() { animateSwap.call($(this).parent()[0]); });
$('#content.home .blurb h2, #content.home .blurb .preview').hover(function() { animateSwap.call($(this).parent()[0]); });
$('#content.home .blurb h2, #content.home .blurb .preview').click(function() { animateSwap.call($(this).parent()[0]); });
});
</script>
Expand Down
4 changes: 2 additions & 2 deletions templates/top.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="top wrapper">
<div id="top">
<div id="release">
<p class="version">Latest Release: <strong>0.6.8</strong></p>
<p class="date"><small>Release Date: 4/14/11</small></p>
<p class="version">Latest Release: <strong>0.7.0</strong></p>
<p class="date"><small>Release Date: 5/17/11</small></p>
<p class="links"><a href="/docs/yard/frames/file/docs/WhatsNew.md">What's New</a> - <a href="/docs/yard/frames/file/README.md">README</a></p>
</div>
<a href="<%= root_path %>/index.html" id="logo"></a>
Expand Down

0 comments on commit 25a7826

Please sign in to comment.