소스 검색

Update Zig documentation (0.11.0)

Simon Legner 2 년 전
부모
커밋
17d492b485
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      lib/docs/scrapers/zig.rb

+ 3 - 2
lib/docs/scrapers/zig.rb

@@ -2,7 +2,7 @@ module Docs
   class Zig < UrlScraper
     self.name = 'Zig'
     self.type = 'simple'
-    self.release = '0.10.0'
+    self.release = '0.11.0'
     self.base_url = "https://ziglang.org/documentation/#{self.release}/"
     self.links = {
       home: 'https://ziglang.org/',
@@ -13,7 +13,8 @@ module Docs
 
     options[:follow_links] = false
     options[:attribution] = <<-HTML
-      &copy; 2015–2022, Zig contributors
+      &copy; 2015–2023, Zig contributors<br>
+      Licensed under the MIT License.
     HTML
 
     def get_latest_version(opts)