浏览代码

Update Socket.io documentation (1.3.2)

Thibaut 11 年之前
父节点
当前提交
5d48731419
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/socketio.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -302,7 +302,7 @@ credits = [
     'https://raw.githubusercontent.com/cjohansen/Sinon.JS/master/LICENSE'
   ], [
     'Socket.io',
-    '2014 Automattic',
+    '2014-2015 Automattic',
     'MIT',
     'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
   ], [

+ 2 - 2
lib/docs/scrapers/socketio.rb

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Socket.IO'
     self.slug = 'socketio'
     self.type = 'socketio'
-    self.version = '1.2.1'
+    self.version = '1.3.2'
     self.base_url = 'http://socket.io/docs/'
 
     html_filters.push 'socketio/clean_html', 'socketio/entries'
@@ -13,7 +13,7 @@ module Docs
     options[:skip] = %w(faq)
 
     options[:attribution] = <<-HTML
-      &copy; 2014 Automattic<br>
+      &copy; 2014&ndash;2015 Automattic<br>
       Licensed under the MIT License.
     HTML
   end