[devdocsgjs/main: 1163/1867] Update Phoenix doc (1.5.6)




commit b449d3532b1bf78b31a4dd26ff7b2e021e1ed483
Author: sabiwara <sabiwara gmail com>
Date:   Fri Aug 21 06:50:59 2020 +0900

    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
-          &copy; 2012 Plataformatec<br>
+          &copy; 2013 Plataformatec<br>
+          &copy; 2020 Dashbit<br>
           Licensed under the Apache License, Version 2.0.
         HTML
       elsif filter.slug.start_with?('plug')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]