html_mini 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. data/lib/html_mini.rb +1 -1
  2. metadata +2 -2
data/lib/html_mini.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module HtmlMini
2
2
 
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
 
5
5
  def self.minify(html)
6
6
  # 1. Remove all comments: gsub(/(<!--(\w|\s|:|!|#|<|>|'|"|=|;|,|\.|\?)*-->|\/\*[^\*]*\*\/|^(\t|\s)*\/\/.*)/, '')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html_mini
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -39,7 +39,7 @@ files:
39
39
  - lib/rack/minify.rb
40
40
  - LICENSE
41
41
  - README.md
42
- homepage: http://github.com/jtblin/html-mini
42
+ homepage: http://github.com/jtblin/html_mini
43
43
  licenses: []
44
44
  post_install_message:
45
45
  rdoc_options: