ruby-yui 0.0.3 → 0.0.4

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.
@@ -0,0 +1,12 @@
1
+ alert("Ive been stomped!");
2
+
3
+
4
+ /*
5
+ * Variables!
6
+ */
7
+ var x = 3;
8
+
9
+
10
+
11
+ //WOw thsi is useful!!11!eleen!
12
+ alert(x + 6);
@@ -0,0 +1,12 @@
1
+ alert("Ive been stomped!");
2
+
3
+
4
+ /*
5
+ * Variables!
6
+ */
7
+ var x = 3;
8
+
9
+
10
+
11
+ //WOw thsi is useful!!11!eleen!
12
+ alert(x + 6);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-yui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory O'Daniel
@@ -29,9 +29,17 @@ files:
29
29
  - lib/ruby-yui/yui.rb
30
30
  - lib/ruby-yui.rb
31
31
  - test/data
32
+ - test/data/alt_out_path
33
+ - test/data/alt_out_path/javascripts
34
+ - test/data/backups
35
+ - test/data/backups/jquery-1.2.6.js
36
+ - test/data/backups/prototype.js
37
+ - test/data/backups/stompable.js
32
38
  - test/data/javascripts
33
39
  - test/data/javascripts/jquery-1.2.6.js
34
40
  - test/data/javascripts/prototype.js
41
+ - test/data/stompers
42
+ - test/data/stompers/stompable.js
35
43
  - test/data/stylesheets
36
44
  - spec/unit
37
45
  - spec/unit/yui_spec.rb