Skip to content

Commit d91e2f9

Browse files
committed
Update Nokogiri documentation (1.8.1)
1 parent 4390a91 commit d91e2f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ credits = [
439439
'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
440440
], [
441441
'Nokogiri',
442-
'2008-2016 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid',
442+
'2008-2017 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid',
443443
'MIT',
444444
'https://raw.githubusercontent.com/sparklemotion/nokogiri/master/LICENSE.txt'
445445
], [

lib/docs/scrapers/nokogiri2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Nokogiri2 < Rdoc
33
self.name = 'Nokogiri'
44
self.slug = 'nokogiri'
5-
self.release = '1.7.0'
5+
self.release = '1.8.1'
66
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Nokogiri'
77

88
html_filters.replace 'rdoc/entries', 'nokogiri2/entries'
@@ -11,7 +11,7 @@ class Nokogiri2 < Rdoc
1111
options[:only_patterns] = [/\ANokogiri/, /\AXSD/]
1212

1313
options[:attribution] = <<-HTML
14-
&copy; 2008&ndash;2016 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo<br>
14+
&copy; 2008&ndash;2017 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo<br>
1515
Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid<br>
1616
Licensed under the MIT License.
1717
HTML

0 commit comments

Comments
 (0)