Sfoglia il codice sorgente

Update GNU Fortran documentation (12.1.0)

Simon Legner 3 anni fa
parent
commit
16f1779b43
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      lib/docs/scrapers/gnu/gnu_fortran.rb

+ 5 - 0
lib/docs/scrapers/gnu/gnu_fortran.rb

@@ -6,6 +6,11 @@ module Docs
       home: 'https://gcc.gnu.org/fortran/'
     }
 
+    version '12' do
+      self.release = '12.1.0'
+      self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
+    end
+
     version '11' do
       self.release = '11.1.0'
       self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"