Skip to content

Commit

Permalink
Pre-release version bump and doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Mar 31, 2011
1 parent 1593f6d commit 4e858aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ Download the Premailer gem from RubyGems.
Contributions are most welcome. Premailer was rotting away in a private SVN repository for too long and could use some TLC. Fork and patch to your heart's content. Please don't increment the version numbers, though.

A few areas that are particularly in need of love:
* Testing suite
There were unit tests but they were so funky that it was better to just strip them out.
* Create a binary file for easing command line use, allowing the output to be piped in *nix systems
* Test with Rails
* Improved test coverage
* Move un-repeated background images defined in CSS to <tt><td background=""></tt> for Outlook
* Correctly parse https://www.webstandards.org/files/acid2/test.html

=== Credits and code

Expand Down
2 changes: 1 addition & 1 deletion lib/premailer/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def self.use=(adapter)
def self.adapters
@adapters ||= {
:nokogiri => { :class => Nokogiri, :require => "nokogiri" },
:hpricot => { :class => Hpricot, :require => "hpricot" },
:hpricot => { :class => Hpricot, :require => "hpricot" },
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/premailer/premailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Premailer
include HtmlToPlainText
include CssParser

VERSION = '1.6.2'
VERSION = '1.7.0'

CLIENT_SUPPORT_FILE = File.dirname(__FILE__) + '/../../misc/client_support.yaml'

Expand Down
4 changes: 2 additions & 2 deletions premailer.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "premailer"
s.version = "1.6.2"
s.date = "2010-11-22"
s.version = "1.7.0"
s.date = "2011-12-31"
s.summary = "Preflight for HTML e-mail."
s.email = "[email protected]"
s.homepage = "https://premailer.dialect.ca/"
Expand Down

0 comments on commit 4e858aa

Please sign in to comment.