public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
1.3.5: using rubigen 1.2.2
drnic (author)
Wed Feb 20 04:41:56 -0800 2008
commit  3ea0274a15a21c939dac271c5579d1192446d585
tree    4837b46b20e65f63dbbddc352f6946f098de0216
parent  9ac02ef9537c3900e9e2306ebe590596d3c916f5
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 1.3.5 2008-02-20
0
+
0
+* Arrg - upgrading to rubigen 1.2.2
0
+
0
 == 1.3.4 2008-02-20
0
 
0
 * update jsunittest.js to 0.6.1
...
62
63
64
65
 
66
67
68
...
62
63
64
 
65
66
67
68
0
@@ -62,7 +62,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
     ['RedCloth','>=3.0.4'],
0
     ['syntax','>=1.0.0'],
0
     ['activesupport','>=2.0.2'],
0
- ['rubigen','>=1.2.1']
0
+ ['rubigen','>=1.2.2']
0
   ]
0
   
0
   #p.spec_extras = {} # A hash of extra values to set in the gemspec.
...
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 = 3
0
- TINY = 4
0
+ TINY = 5
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>JavaScript Project Generator</h1>
0
     <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/newjs"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/newjs" class="numbers">1.3.3</a>
0
+ <a href="http://rubyforge.org/projects/newjs" class="numbers">1.3.4</a>
0
     </div>
0
     <h1>&#x2192; &#8216;newjs&#8217;</h1>
0
 

Comments

    No one has commented yet.