From 94e02963bee3c932efd5fccf356ccbd0d6fe5fd8 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Tue, 1 Jul 2014 10:35:48 -0400 Subject: [PATCH] Update Laravel documentation (4.2.0) --- lib/docs/scrapers/laravel.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/docs/scrapers/laravel.rb b/lib/docs/scrapers/laravel.rb index 9d7dce4d..97308308 100644 --- a/lib/docs/scrapers/laravel.rb +++ b/lib/docs/scrapers/laravel.rb @@ -3,10 +3,10 @@ module Docs self.name = 'Laravel' self.slug = 'laravel' self.type = 'laravel' - self.version = '4.1.29' + self.version = '4.2.0' self.base_url = 'http://laravel.com' self.root_path = '/docs/introduction' - self.initial_paths = %w(/api/4.1/namespaces.html) + self.initial_paths = %w(/api/4.2/namespaces.html) html_filters.push 'laravel/entries', 'laravel/clean_html' @@ -15,7 +15,7 @@ module Docs } options[:only_patterns] = [ - /\A\/api\/4\.1\//, + /\A\/api\/4\.2\//, /\A\/docs\//] options[:skip] = %w( @@ -24,12 +24,12 @@ module Docs /docs/upgrade /docs/artisan /docs/commands - /api/4.1/panel.html - /api/4.1/classes.html - /api/4.1/interfaces.html - /api/4.1/traits.html - /api/4.1/doc-index.html - /api/4.1/Illuminate.html) + /api/4.2/panel.html + /api/4.2/classes.html + /api/4.2/interfaces.html + /api/4.2/traits.html + /api/4.2/doc-index.html + /api/4.2/Illuminate.html) options[:attribution] = <<-HTML © Taylor Otwell