瀏覽代碼

Update CoffeeScript documentation (1.9.3)

Thibaut 10 年之前
父節點
當前提交
d83a3cd982
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      lib/docs/scrapers/coffeescript.rb

+ 5 - 1
lib/docs/scrapers/coffeescript.rb

@@ -2,8 +2,12 @@ module Docs
   class Coffeescript < UrlScraper
     self.name = 'CoffeeScript'
     self.type = 'coffeescript'
-    self.version = '1.9.2'
+    self.version = '1.9.3'
     self.base_url = 'http://coffeescript.org'
+    self.links = {
+      home: 'http://coffeescript.org',
+      code: 'https://github.com/jashkenas/coffeescript'
+    }
 
     html_filters.push 'coffeescript/clean_html', 'coffeescript/entries', 'title'