ruby-yui 0.0.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.
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-yui
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Cory O'Daniel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-12-17 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: A ruby wrapper for YUI compressor
17
+ email: ruby-yui@coryodaniel.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - README
26
+ - Thorfile
27
+ - ext/yuicompressor-2.4.2.jar
28
+ - lib/ruby-yui
29
+ - lib/ruby-yui/yui.rb
30
+ - lib/ruby-yui.rb
31
+ - test/data
32
+ - test/data/javascripts
33
+ - test/data/javascripts/jquery-1.2.6.js
34
+ - test/data/javascripts/prototype.js
35
+ - test/data/stylesheets
36
+ - spec/unit
37
+ - spec/unit/yui_spec.rb
38
+ has_rdoc: true
39
+ homepage: http://coryodaniel.com
40
+ post_install_message:
41
+ rdoc_options: []
42
+
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
50
+ version:
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: "0"
56
+ version:
57
+ requirements: []
58
+
59
+ rubyforge_project: ruby-yui
60
+ rubygems_version: 1.3.1
61
+ signing_key:
62
+ specification_version: 2
63
+ summary: A ruby wrapper for YUI compressor
64
+ test_files: []
65
+