From b449d3532b1bf78b31a4dd26ff7b2e021e1ed483 Mon Sep 17 00:00:00 2001 From: sabiwara Date: Fri, 21 Aug 2020 06:50:59 +0900 Subject: [PATCH] Update Phoenix doc (1.5.6) --- lib/docs/scrapers/phoenix.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/phoenix.rb b/lib/docs/scrapers/phoenix.rb index 2ad053e2..3a8c9a9b 100644 --- a/lib/docs/scrapers/phoenix.rb +++ b/lib/docs/scrapers/phoenix.rb @@ -1,7 +1,7 @@ module Docs class Phoenix < UrlScraper self.type = 'elixir' - self.release = '1.3.4' + self.release = '1.5.4' self.base_url = 'https://hexdocs.pm/' self.root_path = 'phoenix/Phoenix.html' self.initial_paths = %w( @@ -31,7 +31,8 @@ module Docs options[:attribution] = -> (filter) { if filter.slug.start_with?('ecto') <<-HTML - © 2012 Plataformatec
+ © 2013 Plataformatec
+ © 2020 Dashbit
Licensed under the Apache License, Version 2.0. HTML elsif filter.slug.start_with?('plug')