Skip to content

Commit fe323ee

Browse files
committed
Update GNU Fortran documentation (13.1.0)
1 parent da343ec commit fe323ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/docs/scrapers/gnu/gnu_fortran.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ class GnuFortran < Gnu
66
home: 'https://gcc.gnu.org/fortran/'
77
}
88

9+
version '13' do
10+
self.release = '13.1.0'
11+
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
12+
end
13+
914
version '12' do
1015
self.release = '12.1.0'
1116
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"

0 commit comments

Comments
 (0)