1
0
Эх сурвалжийг харах

Update Ember.js documentation (2.11.0)

Thibaut Courouble 8 жил өмнө
parent
commit
5662f3b761

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

@@ -216,7 +216,7 @@ credits = [
     'https://api.drupal.org/api/drupal/LICENSE.txt'
   ], [
     'Ember.js',
-    '2016 Yehuda Katz, Tom Dale and Ember.js contributors',
+    '2017 Yehuda Katz, Tom Dale and Ember.js contributors',
     'MIT',
     'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
   ], [

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

@@ -5,7 +5,7 @@ module Docs
     self.name = 'Ember.js'
     self.slug = 'ember'
     self.type = 'ember'
-    self.release = '2.10.0'
+    self.release = '2.11.0'
     self.base_urls = ['http://emberjs.com/api/', 'https://guides.emberjs.com/v2.10.0/']
     self.links = {
       home: 'http://emberjs.com/',
@@ -32,7 +32,7 @@ module Docs
     options[:skip_patterns] = [/\._/, /contributing/]
 
     options[:attribution] = <<-HTML
-      &copy; 2016 Yehuda Katz, Tom Dale and Ember.js contributors<br>
+      &copy; 2017 Yehuda Katz, Tom Dale and Ember.js contributors<br>
       Licensed under the MIT License.
     HTML
   end