Rakefile in epubinfo-0.2.2 vs Rakefile in epubinfo-0.2.3

- old
+ new

@@ -16,10 +16,10 @@ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "epubinfo" gem.homepage = "http://github.com/chdorner/epubinfo" gem.license = "MIT" gem.summary = %Q{Extracts metadata information from EPUB files} - gem.description = %Q{Currently only supports EPUB 3 specification.} + gem.description = %Q{Supports EPUB2 and EPUB3 formats.} gem.email = "christof@chdorner.com" gem.authors = ["Christof Dorner"] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new