From a221f95a1b42ef562d587265d1b3797cab5cbd6e Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 6 Feb 2016 17:05:54 -0500 Subject: [PATCH] Update Elixir documentation (1.2.2) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/elixir.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 6ab78f32..831ff04c 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -151,7 +151,7 @@ credits = [ 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE' ], [ 'Elixir', - '2012 Plataformatec', + '2012-2016 Plataformatec', 'Apache', 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/elixir.rb b/lib/docs/scrapers/elixir.rb index b2ba6fde..7388d580 100644 --- a/lib/docs/scrapers/elixir.rb +++ b/lib/docs/scrapers/elixir.rb @@ -2,7 +2,7 @@ module Docs class Elixir < UrlScraper self.name = 'Elixir' self.type = 'elixir' - self.release = '1.2.0' + self.release = '1.2.2' self.base_url = 'http://elixir-lang.org/docs/stable/' self.root_path = 'elixir/api-reference.html' self.initial_paths = %w( @@ -24,7 +24,7 @@ module Docs options[:root_title] = 'Elixir' options[:attribution] = <<-HTML - © 2012 Plataformatec
+ © 2012–2016 Plataformatec
Licensed under the Apache License, Version 2.0. HTML end