Skip to content

Commit d6c9d2b

Browse files
committed
Update gnuplot to 5.2.8
1 parent 370261b commit d6c9d2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/docs/scrapers/gnuplot.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
module Docs
22
class Gnuplot < FileScraper
3-
self.name = 'Gnuplot'
4-
self.slug = 'gnuplot'
53
self.type = 'gnuplot'
4+
self.release = '5.2.8'
65
self.links = {
76
home: 'http://gnuplot.sourceforge.net/'
87
}
98

10-
self.root_path = 'index.html'
9+
self.root_path = 'nofigures.html'
1110

1211
html_filters.push 'gnuplot/entries', 'gnuplot/clean_html'
1312

@@ -30,6 +29,7 @@ class Gnuplot < FileScraper
3029
Commands.html
3130
Contents.html
3231
Bugs.html
32+
Index.html
3333
)
3434

3535
options[:attribution] = <<-HTML

0 commit comments

Comments
 (0)