jscat 1.0.0 → 1.0.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.
- data/README.rdoc +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -14,7 +14,7 @@ Do this:
|
|
|
14
14
|
|
|
15
15
|
Get this:
|
|
16
16
|
|
|
17
|
-
var Framework={};function script_a(){alert("I am script a")}function script_b(){alert("I am script b")};
|
|
17
|
+
var Framework={};function script_a(){alert("I am script a")}function script_b(){alert("I am script b")};
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
== Copyright
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jscat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
40
40
|
version: '0'
|
|
41
41
|
requirements: []
|
|
42
42
|
rubyforge_project:
|
|
43
|
-
rubygems_version: 1.8.
|
|
43
|
+
rubygems_version: 1.8.10
|
|
44
44
|
signing_key:
|
|
45
45
|
specification_version: 3
|
|
46
46
|
summary: Grabs all the javascript files in a directory and smooshes them into a single
|