newjs 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ == 1.3.6 2008-02-21
2
+
3
+ * rails/javascript_test: mounts public/javascripts not src
4
+
1
5
  == 1.3.5 2008-02-20
2
6
 
3
7
  * Arrg - upgrading to rubigen 1.2.2
@@ -2,7 +2,7 @@ module Newjs #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 3
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -8,7 +8,7 @@ namespace :test do
8
8
  browsers_to_test = ENV['BROWSERS'] && ENV['BROWSERS'].split(',')
9
9
 
10
10
  t.mount("/dist")
11
- t.mount("/src")
11
+ t.mount("/public/javascripts")
12
12
  t.mount("/test")
13
13
 
14
14
  Dir["test/javascript/*_test.html"].sort.each do |test_file|
@@ -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.3.5</a>
34
+ <a href="http://rubyforge.org/projects/newjs" class="numbers">1.3.6</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.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-20 00:00:00 +10:00
12
+ date: 2008-02-21 00:00:00 +10:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency