Explorar el Código

Update Socket.IO documentation (1.3.6)

Thibaut hace 10 años
padre
commit
16271525b4
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      lib/docs/scrapers/socketio.rb

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

@@ -3,8 +3,12 @@ module Docs
     self.name = 'Socket.IO'
     self.slug = 'socketio'
     self.type = 'socketio'
-    self.version = '1.3.4'
+    self.version = '1.3.6'
     self.base_url = 'http://socket.io/docs/'
+    self.links = {
+      home: 'http://socket.io/',
+      code: 'https://github.com/socketio/socket.io'
+    }
 
     html_filters.push 'socketio/clean_html', 'socketio/entries'