Skip to content

Commit a221f95

Browse files
committed
Update Elixir documentation (1.2.2)
1 parent d1bcb4b commit a221f95

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

lib/docs/scrapers/elixir.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
&copy; 2012 Plataformatec<br>
27+
&copy; 2012&ndash;2016 Plataformatec<br>
2828
Licensed under the Apache License, Version 2.0.
2929
HTML
3030
end

0 commit comments

Comments
 (0)