Browse Source

Update Crystal documentation (0.24.1)

Thibaut Courouble 8 năm trước cách đây
mục cha
commit
5bf6916ffa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/docs/scrapers/crystal.rb

+ 1 - 1
lib/docs/scrapers/crystal.rb

@@ -1,7 +1,7 @@
 module Docs
   class Crystal < UrlScraper
     self.type = 'crystal'
-    self.release = '0.23.0'
+    self.release = '0.24.1'
     self.base_url = 'https://crystal-lang.org/'
     self.root_path = "api/#{release}/index.html"
     self.initial_paths = %w(docs/index.html)