Skip to content

Commit

Permalink
0.23.1 - mention in PostInstall - edit ~/.rubyforge/user-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 17, 2008
1 parent d0f28d2 commit c59ad48
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 0.23.1 2008-04-17

* Added explicit instruction to edit ~/.rubyforge/user-config.yml in PostInstall.txt

== 0.23.0 2008-04-17

* generated website/index.txt has customised rubyforge/github/gitorious information for git
Expand Down
3 changes: 2 additions & 1 deletion PostInstall.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ You can add the following key/values to this file:
github_username: drnic

To create the ~/.rubyforge/user-config.yml file run:
rubyforge setup
rubyforge setup (deletes your username and password, so run sparingly!)
edit ~/.rubyforge/user-config.yml
rubyforge config

Whenever you create a new RubyForge.org project, re-run:
Expand Down
2 changes: 1 addition & 1 deletion lib/newgem/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Newgem #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 23
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<h1>New Gem Generator</h1>
<div id="version"> <!-- class="clickable" onclick='document.location = ""; return true' -->
<p>Get Version</p>
<a href="" class="numbers">0.23.0</a>
<a href="" class="numbers">0.23.1</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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<h1>New Gem Generator</h1>
<div id="version"> <!-- class="clickable" onclick='document.location = ""; return true' -->
<p>Get Version</p>
<a href="" class="numbers">0.23.0</a>
<a href="" class="numbers">0.23.1</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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Announcement JS file
var version = "0.23.0";
var version = "0.23.1";
MagicAnnouncement.show('compositekeys', version);
2 changes: 1 addition & 1 deletion website/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Version JS file
var version = "0.23.0";
var version = "0.23.1";

document.write(" - " + version);

0 comments on commit c59ad48

Please sign in to comment.