From 47424126537c2d0abd303119e4583e1467096747 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Tue, 4 Jun 2024 21:37:23 +0200 Subject: [PATCH 1/2] Update Zig documentation (0.12.0) --- lib/docs/scrapers/zig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/zig.rb b/lib/docs/scrapers/zig.rb index a4fd556b..bc2a1293 100644 --- a/lib/docs/scrapers/zig.rb +++ b/lib/docs/scrapers/zig.rb @@ -2,7 +2,7 @@ module Docs class Zig < UrlScraper self.name = 'Zig' self.type = 'simple' - self.release = '0.11.0' + self.release = '0.12.0' self.base_url = "https://ziglang.org/documentation/#{self.release}/" self.links = { home: 'https://ziglang.org/', @@ -13,7 +13,7 @@ module Docs options[:follow_links] = false options[:attribution] = <<-HTML - © 2015–2023, Zig contributors
+ © 2015–2024, Zig contributors
Licensed under the MIT License. HTML From a3aefd95daf7b7e765fa8afbe81f758d4d7cd488 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 12 Jun 2024 21:04:59 +0200 Subject: [PATCH 2/2] Update Zig documentation (0.13.0) --- lib/docs/scrapers/zig.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/zig.rb b/lib/docs/scrapers/zig.rb index bc2a1293..9223b8ca 100644 --- a/lib/docs/scrapers/zig.rb +++ b/lib/docs/scrapers/zig.rb @@ -2,7 +2,7 @@ module Docs class Zig < UrlScraper self.name = 'Zig' self.type = 'simple' - self.release = '0.12.0' + self.release = '0.13.0' self.base_url = "https://ziglang.org/documentation/#{self.release}/" self.links = { home: 'https://ziglang.org/',