newgem 0.23.0 → 0.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.23.1 2008-04-17
2
+
3
+ * Added explicit instruction to edit ~/.rubyforge/user-config.yml in PostInstall.txt
4
+
1
5
  == 0.23.0 2008-04-17
2
6
 
3
7
  * generated website/index.txt has customised rubyforge/github/gitorious information for git
data/PostInstall.txt CHANGED
@@ -10,7 +10,8 @@ You can add the following key/values to this file:
10
10
  github_username: drnic
11
11
 
12
12
  To create the ~/.rubyforge/user-config.yml file run:
13
- rubyforge setup
13
+ rubyforge setup (deletes your username and password, so run sparingly!)
14
+ edit ~/.rubyforge/user-config.yml
14
15
  rubyforge config
15
16
 
16
17
  Whenever you create a new RubyForge.org project, re-run:
@@ -2,7 +2,7 @@ module Newgem #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 23
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>New Gem Generator</h1>
34
34
  <div id="version"> <!-- class="clickable" onclick='document.location = ""; return true' -->
35
35
  <p>Get Version</p>
36
- <a href="" class="numbers">0.23.0</a>
36
+ <a href="" class="numbers">0.23.1</a>
37
37
  <p>Featured in</p>
38
38
  <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>
39
39
  </div>
@@ -33,7 +33,7 @@
33
33
  <h1>New Gem Generator</h1>
34
34
  <div id="version"> <!-- class="clickable" onclick='document.location = ""; return true' -->
35
35
  <p>Get Version</p>
36
- <a href="" class="numbers">0.23.0</a>
36
+ <a href="" class="numbers">0.23.1</a>
37
37
  <p>Featured in</p>
38
38
  <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>
39
39
  </div>
@@ -1,3 +1,3 @@
1
1
  // Announcement JS file
2
- var version = "0.23.0";
2
+ var version = "0.23.1";
3
3
  MagicAnnouncement.show('compositekeys', version);
data/website/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // Version JS file
2
- var version = "0.23.0";
2
+ var version = "0.23.1";
3
3
 
4
4
  document.write(" - " + version);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams
@@ -227,7 +227,8 @@ post_install_message: |+
227
227
  github_username: drnic
228
228
 
229
229
  To create the ~/.rubyforge/user-config.yml file run:
230
- rubyforge setup
230
+ rubyforge setup (deletes your username and password, so run sparingly!)
231
+ edit ~/.rubyforge/user-config.yml
231
232
  rubyforge config
232
233
 
233
234
  Whenever you create a new RubyForge.org project, re-run: