1
0
Эх сурвалжийг харах

Update Socket.io documentation (1.3.2)

Thibaut 11 жил өмнө
parent
commit
5d48731419

+ 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