Skip to content

Commit cc5105c

Browse files
committed
Update Elixir documentation (1.6.0)
1 parent e7e4d13 commit cc5105c

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ credits = [
232232
'https://raw.githubusercontent.com/electron/electron/master/LICENSE'
233233
], [
234234
'Elixir',
235-
'2012-2017 Plataformatec',
235+
'2012 Plataformatec',
236236
'Apache',
237237
'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
238238
], [

lib/docs/scrapers/elixir.rb

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Elixir < UrlScraper
1919
options[:root_title] = 'Elixir'
2020

2121
options[:attribution] = <<-HTML
22-
&copy; 2012&ndash;2017 Plataformatec<br>
22+
&copy; 2012 Plataformatec<br>
2323
Licensed under the Apache License, Version 2.0.
2424
HTML
2525

@@ -33,8 +33,21 @@ def initial_urls
3333
"https://elixir-lang.org/getting-started/introduction.html" ]
3434
end
3535

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+
3649
version '1.5' do
37-
self.release = '1.5.2'
50+
self.release = '1.5.3'
3851
self.base_urls = [
3952
"https://hexdocs.pm/elixir/#{release}/",
4053
"https://hexdocs.pm/eex/#{release}/",

0 commit comments

Comments
 (0)