newjs 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/newjs/version.rb +1 -1
- data/newjs_generators/install_website/templates/script/txt2html +1 -1
- data/website/index.html +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/lib/newjs/version.rb
CHANGED
@@ -15,7 +15,7 @@ ENV['rakefile_just_config'] = "true"
|
|
15
15
|
load File.dirname(__FILE__) + '/../Rakefile'
|
16
16
|
|
17
17
|
version = APP_VERSION
|
18
|
-
download =
|
18
|
+
download = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}/"
|
19
19
|
|
20
20
|
class Fixnum
|
21
21
|
def ordinal
|
data/website/index.html
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
<h1>JavaScript Project Generator</h1>
|
32
32
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/newjs"; return false'>
|
33
33
|
<p>Get Version</p>
|
34
|
-
<a href="http://rubyforge.org/projects/newjs" class="numbers">1.2.
|
34
|
+
<a href="http://rubyforge.org/projects/newjs" class="numbers">1.2.1</a>
|
35
35
|
</div>
|
36
36
|
<h1>→ ‘newjs’</h1>
|
37
37
|
|