Skip to content

Commit b290b7d

Browse files
committed
Update Nokogiri documentation (1.9.0)
1 parent bf2f1d5 commit b290b7d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

lib/docs/scrapers/nokogiri2.rb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
module Docs
22
class Nokogiri2 < Rdoc
3+
# Instructions:
4+
# 1. Download the latest release at https://github.com/sparklemotion/nokogiri/releases
5+
# 2. Run "bundle install && bundle exec rake docs" (in the Nokogiri directory)
6+
# 4. Copy the "doc" directory to "docs/nokgiri"
7+
38
self.name = 'Nokogiri'
49
self.slug = 'nokogiri'
5-
self.release = '1.8.1'
10+
self.release = '1.9.0'
611

712
html_filters.replace 'rdoc/entries', 'nokogiri2/entries'
813

914
options[:root_title] = 'Nokogiri'
1015
options[:only_patterns] = [/\ANokogiri/, /\AXSD/]
1116

1217
options[:attribution] = <<-HTML
13-
&copy; 2008&ndash;2017 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo<br>
14-
Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid<br>
18+
&copy; 2008&ndash;2018 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo,<br>
19+
Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid, Lars Kanis<br>
1520
Licensed under the MIT License.
1621
HTML
1722
end

0 commit comments

Comments
 (0)