浏览代码

Update Elixir documentation (1.2.2)

Thibaut Courouble 9 年之前
父节点
当前提交
a221f95a1b
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/elixir.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -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 - 2
lib/docs/scrapers/elixir.rb

@@ -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