Update Elixir documentation (1.2.2)

pull/343/merge
Thibaut Courouble 9 years ago
parent d1bcb4bfe8
commit a221f95a1b

@ -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'
], [

@ -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
&copy; 2012 Plataformatec<br>
&copy; 2012&ndash;2016 Plataformatec<br>
Licensed under the Apache License, Version 2.0.
HTML
end

Loading…
Cancel
Save