ソースを参照

Update gnuplot to 5.2.8

Jed Fox 5 年 前
コミット
d6c9d2b41f
1 ファイル変更3 行追加3 行削除
  1. 3 3
      lib/docs/scrapers/gnuplot.rb

+ 3 - 3
lib/docs/scrapers/gnuplot.rb

@@ -1,13 +1,12 @@
 module Docs
   class Gnuplot < FileScraper
-    self.name = 'Gnuplot'
-    self.slug = 'gnuplot'
     self.type = 'gnuplot'
+    self.release = '5.2.8'
     self.links = {
       home: 'http://gnuplot.sourceforge.net/'
     }
 
-    self.root_path = 'index.html'
+    self.root_path = 'nofigures.html'
 
     html_filters.push 'gnuplot/entries', 'gnuplot/clean_html'
 
@@ -30,6 +29,7 @@ module Docs
       Commands.html
       Contents.html
       Bugs.html
+      Index.html
     )
 
     options[:attribution] = <<-HTML