Browse Source

Update Symfony documentation (3.2.1, 3.1.8, 3.0.1, 2.8.2, 2.7.9)

Thibaut Courouble 9 years ago
parent
commit
a4f10c40a4
1 changed files with 6 additions and 1 deletions
  1. 6 1
      lib/docs/scrapers/symfony.rb

+ 6 - 1
lib/docs/scrapers/symfony.rb

@@ -26,8 +26,13 @@ module Docs
       Licensed under the MIT License.
     HTML
 
+    version '3.2' do
+      self.release = '3.2.1'
+      self.base_url = "http://api.symfony.com/#{version}/"
+    end
+
     version '3.1' do
-      self.release = '3.1.2'
+      self.release = '3.1.8'
       self.base_url = "http://api.symfony.com/#{version}/"
     end