newjs 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,7 @@
1
+ == 1.2.1 2008-02-18
2
+
3
+ * install_website: txt2html uses RUBYFORGE_PROJECT for downloads url
4
+
1
5
  == 1.2.0 2008-02-18
2
6
 
3
7
  MAJOR CHANGE
@@ -2,7 +2,7 @@ module Newjs #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -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 = 'http://rubyforge.org/projects/<%= name %>'
18
+ download = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}/"
19
19
 
20
20
  class Fixnum
21
21
  def ordinal
@@ -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.0</a>
34
+ <a href="http://rubyforge.org/projects/newjs" class="numbers">1.2.1</a>
35
35
  </div>
36
36
  <h1>&#x2192; &#8216;newjs&#8217;</h1>
37
37
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newjs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams