public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
fixed the hash/bang for rstakout
drnic (author)
Fri Jun 20 18:59:21 -0700 2008
commit  2aa4c6e592eb5115555b78bfb8e7f05efd0586d5
tree    ac65223e48ca5f40979c972d1b4210dfdda5ff1c
parent  a233aa8ee976a4a09f548932e8cba2d7bd9198cf
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+== 1.4.1 2008-06-21 NOT RELEASED
0
+
0
+* rstakeout: fixed !# ruby
0
 * newjs: creates src/proj_name.js.erb to show its a template, not a js file
0
 
0
 == 1.4.0 2008-05-03
...
1
2
 
3
4
5
...
 
 
1
2
3
4
0
@@ -1,5 +1,4 @@
0
-#!/usr/local/bin/ruby -w
0
-
0
+#!/usr/bin/env ruby
0
 
0
 config = File.dirname(__FILE__) + "/../config/javascript_test_autotest.yml"
0
 unless File.exists?(config)
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Newjs #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 4
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.