From 17548cfd3c4dbbf9a2714beb09c26a6d5eef7333 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 28 Aug 2016 17:52:59 -0400 Subject: [PATCH] Update Phoenix documentation (1.2.1) --- lib/docs/scrapers/phoenix.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/phoenix.rb b/lib/docs/scrapers/phoenix.rb index 5404510f..17e9d59f 100644 --- a/lib/docs/scrapers/phoenix.rb +++ b/lib/docs/scrapers/phoenix.rb @@ -1,13 +1,14 @@ module Docs class Phoenix < Elixir self.type = 'elixir' - self.release = '1.2.0' + self.release = '1.2.1' self.base_url = 'https://hexdocs.pm/' self.root_path = 'phoenix/Phoenix.html' self.initial_paths = %w( phoenix/api-reference.html ecto/api-reference.html phoenix_html/api-reference.html + phoenix_pubsub/api-reference.html plug/extra-api-reference.html) self.links = { home: 'http://www.phoenixframework.org', @@ -20,6 +21,7 @@ module Docs options[:only_patterns] = [ /\Aphoenix\//, /\Aecto\//, + /\Aphoenix_pubsub\//, /\Aphoenix_html\//, /\Aplug\// ]