public
Description: RubiGen - generator framework for your framework
Homepage: http://rubigen.rubyforge.org
Clone URL: git://github.com/drnic/rubigen.git
1.2.3: Remove -wKU flags from install_rubigen_scripts + ruby_app apps

git-svn-id: svn+ssh://rubyforge.org/var/svn/rubigen/trunk@45 
bdf7f5a1-e071-427e-899e-064d0b0c9aa4
nicwilliams (author)
Thu Feb 21 19:50:18 -0800 2008
commit  26cbd751209e5fee1d72dc967527c7d684a85221
tree    c47853c7919d301e07bfa3e8dab457990268063f
parent  6310de63a45692d629cbf744c2112b0dfae517e3
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 1.2.3 2008-02-22
0
+
0
+* Remove -wKU flags from install_rubigen_scripts + ruby_app apps
0
+
0
 == 1.2.2 2008-02-20
0
 
0
 * Removing one File.expand_path
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-#!/usr/bin/env ruby -wKU
0
+#!/usr/bin/env ruby
0
 
0
 require 'rubygems'
0
 require 'rubigen'
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-#!/usr/bin/env ruby -wKU
0
+#!/usr/bin/env ruby
0
 
0
 require File.dirname(__FILE__) + '/../lib/rubigen/version'
0
 if %w(--version -v).include? ARGV.first
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Rubigen #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 2
0
- TINY = 2
0
+ TINY = 3
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
31
32
33
34
 
35
36
37
...
31
32
33
 
34
35
36
37
0
@@ -31,7 +31,7 @@
0
     <h1>rubigen</h1>
0
     <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rubigen"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/rubigen" class="numbers">1.2.2</a>
0
+ <a href="http://rubyforge.org/projects/rubigen" class="numbers">1.2.3</a>
0
     </div>
0
     <h1>Ruby Generator Framework</h1>
0
 
...
1
2
 
3
...
1
 
2
3
0
@@ -1,3 +1,3 @@
0
 // Announcement JS file
0
-var version = "1.2.2";
0
+var version = "1.2.3";
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 = "1.2.2";
0
+var version = "1.2.3";
0
 
0
 document.write(" - " + version);

Comments

    No one has commented yet.