docs/Home.markdown in epub-parser-0.1.8 vs docs/Home.markdown in epub-parser-0.1.9

- old
+ new

@@ -54,11 +54,11 @@ doc = Nokogiri.HTML(html) # do something with Nokogiri as always For several utilities of Item, see {file:docs/Item.markdown} page. -By the way, although `book` above is a {EPUB::Book} object, all features are provided by {EPUB} module. Therefore YourBook class can include the features of {EPUB}: +By the way, although `book` above is a {EPUB::Book} object, all features are provided by {EPUB::Book::Features} module. Therefore YourBook class can include the features of {EPUB::Book::Features}: require 'epub' class YourBook < ActiveRecord::Base include EPUB::Book::Features @@ -97,10 +97,10 @@ * {file:docs/FixedLayout.markdown} Requirements ------------ -* Ruby 1.9.3 or later +* Ruby 2.0.0 or later * C compiler to compile Zip/Ruby and Nokogiri Note ----