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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/h5-min.rb +1 -1
  3. metadata +5 -6
  4. data/.gitignore +0 -21
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -163,7 +163,7 @@ module HTML5
163
163
  input << text
164
164
  input.close
165
165
  return begin
166
- `yuicompressor --type css --charset utf-8 #{input.to_path}`
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
- - 1
9
- version: 0.2.1
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-10-07 00:00:00 +01:00
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
- - --charset=UTF-8
124
+ rdoc_options: []
125
+
127
126
  require_paths:
128
127
  - lib
129
128
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC