浏览代码

Update Vue.js documentation (2.5.16)

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

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

@@ -662,7 +662,7 @@ credits = [
     'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md'
     'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md'
   ], [
   ], [
     'Vue.js',
     'Vue.js',
-    '2013-2017 Evan You, Vue.js contributors',
+    '2013-2018 Evan You, Vue.js contributors',
     'MIT',
     'MIT',
     'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
     'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
   ], [
   ], [

+ 2 - 2
lib/docs/scrapers/vue.rb

@@ -15,12 +15,12 @@ module Docs
     options[:replace_paths] = { 'guide/' => 'guide/index.html' }
     options[:replace_paths] = { 'guide/' => 'guide/index.html' }
 
 
     options[:attribution] = <<-HTML
     options[:attribution] = <<-HTML
-      &copy; 2013&ndash;2017 Evan You, Vue.js contributors<br>
+      &copy; 2013&ndash;2018 Evan You, Vue.js contributors<br>
       Licensed under the MIT License.
       Licensed under the MIT License.
     HTML
     HTML
 
 
     version '2' do
     version '2' do
-      self.release = '2.5.13'
+      self.release = '2.5.16'
       self.base_url = 'https://vuejs.org/v2/'
       self.base_url = 'https://vuejs.org/v2/'
       self.root_path = 'guide/index.html'
       self.root_path = 'guide/index.html'
       self.initial_paths = %w(api/)
       self.initial_paths = %w(api/)