We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92357c commit 16f1779Copy full SHA for 16f1779
1 file changed
lib/docs/scrapers/gnu/gnu_fortran.rb
@@ -6,6 +6,11 @@ class GnuFortran < Gnu
6
home: 'https://gcc.gnu.org/fortran/'
7
}
8
9
+ version '12' do
10
+ self.release = '12.1.0'
11
+ self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
12
+ end
13
+
14
version '11' do
15
self.release = '11.1.0'
16
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
0 commit comments