Browse Source

Update Ruby documentation (2.4.0, 2.3.3, 2.2.6)

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

+ 8 - 1
lib/docs/scrapers/rdoc/ruby.rb

@@ -12,6 +12,8 @@ module Docs
     #     --no-line-numbers \
     #     --op html .
 
+    include FixInternalUrlsBehavior
+
     self.links = {
       home: 'https://www.ruby-lang.org/',
       code: 'https://github.com/ruby/ruby'
@@ -77,8 +79,13 @@ module Docs
       Licensed under their own licenses.
     HTML
 
+    version '2.4' do
+      self.release = '2.4.0'
+      self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby24'
+    end
+
     version '2.3' do
-      self.release = '2.3.2'
+      self.release = '2.3.3'
       self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby23'
     end