Skip to content

Commit

Permalink
update website + manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Oct 19, 2008
1 parent 2328df3 commit c5d1086
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion Manifest.txt
Expand Up @@ -39,7 +39,12 @@ cucumber_generators/feature/USAGE
cucumber_generators/feature/feature_generator.rb
cucumber_generators/feature/templates/feature.erb
cucumber_generators/feature/templates/steps.erb
features/cli.feature
features/executable_generator.feature
features/expected_outputs/newgem.out
features/steps/cli.rb
features/steps/env.rb
features/steps/executable_generator.rb
lib/newgem.rb
lib/newgem/quick_template.rb
lib/newgem/rubyforge.rb
Expand All @@ -65,7 +70,9 @@ newgem_theme_generators/plain_theme/templates/website/stylesheets/screen.css
newgem_theme_generators/plain_theme/templates/website/template.html.erb
rubygems_generators/executable/USAGE
rubygems_generators/executable/executable_generator.rb
rubygems_generators/executable/templates/app.rb
rubygems_generators/executable/templates/bin/app.rb.erb
rubygems_generators/executable/templates/lib/app/cli.rb.erb
rubygems_generators/executable/templates/test/test_cli.rb.erb
rubygems_generators/extconf/USAGE
rubygems_generators/extconf/extconf_generator.rb
rubygems_generators/extconf/templates/README.txt
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -39,7 +39,7 @@ <h1>New Gem Generator</h1>

<div id="version"> <!-- class="clickable" onclick='document.location = "http://rubyforge.org/projects/newgem"; return true' -->
<p>Get Version</p>
<a href="http://rubyforge.org/projects/newgem" class="numbers">0.28.0</a>
<a href="http://rubyforge.org/projects/newgem" class="numbers">0.29.0</a>
<p>Featured in</p>
<a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FBeginning-Ruby-Novice-Professional-Experts%2Fdp%2F1590597664%2F&tag=drnic-20&linkCode=ur2&camp=1789&creative=9325" class="book"><img src="images/beginning-ruby.jpg" /></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/rubyforge.html
Expand Up @@ -39,7 +39,7 @@ <h1>New Gem Generator</h1>

<div id="version"> <!-- class="clickable" onclick='document.location = "http://rubyforge.org/projects/newgem"; return true' -->
<p>Get Version</p>
<a href="http://rubyforge.org/projects/newgem" class="numbers">0.28.0</a>
<a href="http://rubyforge.org/projects/newgem" class="numbers">0.29.0</a>
<p>Featured in</p>
<a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FBeginning-Ruby-Novice-Professional-Experts%2Fdp%2F1590597664%2F&tag=drnic-20&linkCode=ur2&camp=1789&creative=9325" class="book"><img src="images/beginning-ruby.jpg" /></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/version-raw.js
@@ -1,3 +1,3 @@
// Announcement JS file
var version = "0.28.0";
var version = "0.29.0";
MagicAnnouncement.show('compositekeys', version);
2 changes: 1 addition & 1 deletion website/version.js
@@ -1,4 +1,4 @@
// Version JS file
var version = "0.28.0";
var version = "0.29.0";

document.write(" - " + version);

0 comments on commit c5d1086

Please sign in to comment.