File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ credits = [
232
232
' https://raw.githubusercontent.com/electron/electron/master/LICENSE'
233
233
], [
234
234
' Elixir' ,
235
- ' 2012-2017 Plataformatec' ,
235
+ ' 2012 Plataformatec' ,
236
236
' Apache' ,
237
237
' https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
238
238
], [
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Elixir < UrlScraper
19
19
options [ :root_title ] = 'Elixir'
20
20
21
21
options [ :attribution ] = <<-HTML
22
- © 2012–2017 Plataformatec< br >
22
+ © 2012 Plataformatec< br >
23
23
Licensed under the Apache License, Version 2.0.
24
24
HTML
25
25
@@ -33,8 +33,21 @@ def initial_urls
33
33
"https://elixir-lang.org/getting-started/introduction.html" ]
34
34
end
35
35
36
+ version '1.6' do
37
+ self . release = '1.6.0'
38
+ self . base_urls = [
39
+ "https://hexdocs.pm/elixir/#{ release } /" ,
40
+ "https://hexdocs.pm/eex/#{ release } /" ,
41
+ "https://hexdocs.pm/ex_unit/#{ release } /" ,
42
+ "https://hexdocs.pm/iex/#{ release } /" ,
43
+ "https://hexdocs.pm/logger/#{ release } /" ,
44
+ "https://hexdocs.pm/mix/#{ release } /" ,
45
+ 'https://elixir-lang.org/getting-started/'
46
+ ]
47
+ end
48
+
36
49
version '1.5' do
37
- self . release = '1.5.2 '
50
+ self . release = '1.5.3 '
38
51
self . base_urls = [
39
52
"https://hexdocs.pm/elixir/#{ release } /" ,
40
53
"https://hexdocs.pm/eex/#{ release } /" ,
You can’t perform that action at this time.
0 commit comments