newjs 1.3.2 → 1.3.3
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.
- data/History.txt +5 -0
- data/config/hoe.rb +1 -1
- data/lib/newjs/version.rb +1 -1
- data/script/destroy +1 -1
- data/script/generate +1 -1
- data/website/index.html +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/config/hoe.rb
CHANGED
data/lib/newjs/version.rb
CHANGED
data/script/destroy
CHANGED
data/script/generate
CHANGED
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.3.
|
|
34
|
+
<a href="http://rubyforge.org/projects/newjs" class="numbers">1.3.3</a>
|
|
35
35
|
</div>
|
|
36
36
|
<h1>→ ‘newjs’</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.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dr Nic Williams
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
requirements:
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 1.2.
|
|
49
|
+
version: 1.2.1
|
|
50
50
|
version:
|
|
51
51
|
description: "Description: The +newjs+ command creates a new JavaScript project/application with a default directory structure and configuration at the path you specify. Example: +newjs path/to/my-app-name+ This generates a skeletal JavaScript project/application installation in path/to/my-app-name"
|
|
52
52
|
email:
|