Skip to content

Commit

Permalink
Updated README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsson committed May 17, 2011
1 parent bd0e17e commit 2e396f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ gem install html_compressor

== Usage

require 'html_compressor'
require 'html_compressor'

compressor = HtmlCompressor::HtmlCompressor.new
compressor.compress(<<-END_HTML)
<html>
<head>
</head>
<body>
fdgdfgf
compressor = HtmlCompressor::HtmlCompressor.new
compressor.compress(<<-END_HTML)
<html>
<head>
</head>
<body>
fdgdfgf


</body>
</html>
END_HTML
</body>
</html>
END_HTML

Output "<html><head></head><body>fdgdfgf</body></html>"

4 changes: 2 additions & 2 deletions html_compressor.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = "html_compressor"
s.version = "0.0.1"
s.version = "0.0.2"
s.date = "2011-05-16"
s.summary = "HTML wrapper for htmlcompressor"
s.email = "me@ivanturkovic.com"
s.description = "Easily compress your files with html_compressor. Use html_compressor natively inside ruby code."
s.homepage = "http://github.com/thorsson/html_compressor/"
s.homepage = "http://github.com/completelynovel/html_compressor"
s.rubyforge_project = "html_compressor"
s.has_rdoc = true
s.authors = ["Ivan Turkovic"]
Expand Down

0 comments on commit 2e396f5

Please sign in to comment.