h5-min 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/h5-min.rb +1 -1
- metadata +5 -6
- data/.gitignore +0 -21
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
data/lib/h5-min.rb
CHANGED
@@ -163,7 +163,7 @@ module HTML5
|
|
163
163
|
input << text
|
164
164
|
input.close
|
165
165
|
return begin
|
166
|
-
`
|
166
|
+
`yui-compressor --type css --charset utf-8 #{input.to_path}`
|
167
167
|
rescue Errno::ENOENT
|
168
168
|
warn "yuicompressor not found; won't minify CSS"
|
169
169
|
text
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 2
|
9
|
+
version: 0.2.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Run Paint Run Run
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-12-27 00:00:00 +00:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -72,7 +72,6 @@ extra_rdoc_files:
|
|
72
72
|
- README.md
|
73
73
|
files:
|
74
74
|
- .document
|
75
|
-
- .gitignore
|
76
75
|
- LICENSE
|
77
76
|
- README.md
|
78
77
|
- Rakefile
|
@@ -122,8 +121,8 @@ homepage: http://github.com/runpaint/h5-min
|
|
122
121
|
licenses: []
|
123
122
|
|
124
123
|
post_install_message:
|
125
|
-
rdoc_options:
|
126
|
-
|
124
|
+
rdoc_options: []
|
125
|
+
|
127
126
|
require_paths:
|
128
127
|
- lib
|
129
128
|
required_ruby_version: !ruby/object:Gem::Requirement
|