From b290b7debe3b9adcc2ca540b19fad038b65d7cf0 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 17 Dec 2018 16:45:12 -0500 Subject: [PATCH] Update Nokogiri documentation (1.9.0) --- lib/docs/scrapers/nokogiri2.rb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/docs/scrapers/nokogiri2.rb b/lib/docs/scrapers/nokogiri2.rb index 04cdf96c..084ad2fb 100644 --- a/lib/docs/scrapers/nokogiri2.rb +++ b/lib/docs/scrapers/nokogiri2.rb @@ -1,8 +1,13 @@ module Docs class Nokogiri2 < Rdoc + # Instructions: + # 1. Download the latest release at https://github.com/sparklemotion/nokogiri/releases + # 2. Run "bundle install && bundle exec rake docs" (in the Nokogiri directory) + # 4. Copy the "doc" directory to "docs/nokgiri" + self.name = 'Nokogiri' self.slug = 'nokogiri' - self.release = '1.8.1' + self.release = '1.9.0' html_filters.replace 'rdoc/entries', 'nokogiri2/entries' @@ -10,8 +15,8 @@ module Docs options[:only_patterns] = [/\ANokogiri/, /\AXSD/] options[:attribution] = <<-HTML - © 2008–2017 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo
- Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid
+ © 2008–2018 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo,
+ Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid, Lars Kanis
Licensed under the MIT License. HTML end