public
Description: newgem - New Gem Generator for RubyGems
Homepage: http://newgem.rubyforge.org
Clone URL: git://github.com/drnic/newgem.git
Search Repo:
0.25.0 release
drnic (author)
Wed Jun 18 15:05:33 -0700 2008
commit  5a0a862af630a9259a62fbf47500642db91ff406
tree    ec20f0eb087a87d63e28305e3097e092b6abf79a
parent  ea86b03099e6dd6ad17ca0f98c142085f9770be4
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+== 0.25.0 2008-06-19
0
+
0
+* newgem: added --project option to allow a different Rubyforge [Yossef Mendelssohn]
0
+* newgem: README contains generated year + name for license section [Yossef Mendelssohn]
0
+* updated copyright in license
0
+
0
 == 0.24.0 2008-06-17
0
 
0
 * Refactored generated tests into install_test_unit, so rspec users don't get test folder
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2006-2007 Dr Nic Williams
0
+Copyright (c) 2006-2008 Dr Nic Williams
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
...
75
76
77
78
 
79
80
81
...
75
76
77
 
78
79
80
81
0
@@ -75,7 +75,7 @@ Alternately, download the gem and install manually.
0
 
0
 (The MIT License)
0
 
0
-Copyright (c) 2008 Dr Nic Williams
0
+Copyright (c) 2006-2008 Dr Nic Williams
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 module Newgem
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
- MINOR = 24
0
+ MINOR = 25
0
     TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@
0
     <h1>New Gem Generator</h1>
0
     <div id="version"> <!-- class="clickable" onclick='document.location = "http://rubyforge.org/projects/newgem"; return true' -->
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/newgem" class="numbers">0.24.0</a>
0
+ <a href="http://rubyforge.org/projects/newgem" class="numbers">0.25.0</a>
0
       <p>Featured in</p>
0
       <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>
0
     </div>
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@
0
     <h1>New Gem Generator</h1>
0
     <div id="version"> <!-- class="clickable" onclick='document.location = "http://rubyforge.org/projects/newgem"; return true' -->
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/newgem" class="numbers">0.24.0</a>
0
+ <a href="http://rubyforge.org/projects/newgem" class="numbers">0.25.0</a>
0
       <p>Featured in</p>
0
       <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>
0
     </div>
...
1
2
 
3
...
1
 
2
3
0
@@ -1,3 +1,3 @@
0
 // Announcement JS file
0
-var version = "0.24.0";
0
+var version = "0.25.0";
0
 MagicAnnouncement.show('compositekeys', version);
...
1
2
 
3
4
...
1
 
2
3
4
0
@@ -1,4 +1,4 @@
0
 // Version JS file
0
-var version = "0.24.0";
0
+var version = "0.25.0";
0
 
0
 document.write(" - " + version);

Comments

    No one has commented yet.