Skip to content

Commit a4f10c4

Browse files
committed
Update Symfony documentation (3.2.1, 3.1.8, 3.0.1, 2.8.2, 2.7.9)
1 parent 475f970 commit a4f10c4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/docs/scrapers/symfony.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ class Symfony < UrlScraper
2626
Licensed under the MIT License.
2727
HTML
2828

29+
version '3.2' do
30+
self.release = '3.2.1'
31+
self.base_url = "http://api.symfony.com/#{version}/"
32+
end
33+
2934
version '3.1' do
30-
self.release = '3.1.2'
35+
self.release = '3.1.8'
3136
self.base_url = "http://api.symfony.com/#{version}/"
3237
end
3338

0 commit comments

Comments
 (0)