File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ credits = [
151151 ' https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
152152 ], [
153153 ' Elixir' ,
154- ' 2012 Plataformatec' ,
154+ ' 2012-2016 Plataformatec' ,
155155 ' Apache' ,
156156 ' https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
157157 ], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Elixir < UrlScraper
33 self . name = 'Elixir'
44 self . type = 'elixir'
5- self . release = '1.2.0 '
5+ self . release = '1.2.2 '
66 self . base_url = 'http://elixir-lang.org/docs/stable/'
77 self . root_path = 'elixir/api-reference.html'
88 self . initial_paths = %w(
@@ -24,7 +24,7 @@ class Elixir < UrlScraper
2424 options [ :root_title ] = 'Elixir'
2525
2626 options [ :attribution ] = <<-HTML
27- © 2012 Plataformatec< br >
27+ © 2012–2016 Plataformatec< br >
2828 Licensed under the Apache License, Version 2.0.
2929 HTML
3030 end
You can’t perform that action at this time.
0 commit comments