Update Ember.js documentation (1.9.1)

pull/165/head
Thibaut 10 years ago
parent 683c4655b8
commit 0f231637e1

@ -127,7 +127,7 @@ credits = [
'https://raw.githubusercontent.com/django/django/master/LICENSE' 'https://raw.githubusercontent.com/django/django/master/LICENSE'
], [ ], [
'Ember.js', 'Ember.js',
'2014 Yehuda Katz, Tom Dale and Ember.js contributors', '2015 Yehuda Katz, Tom Dale and Ember.js contributors',
'MIT', 'MIT',
'https://raw.github.com/emberjs/ember.js/master/LICENSE' 'https://raw.github.com/emberjs/ember.js/master/LICENSE'
], [ ], [

@ -3,7 +3,7 @@ module Docs
self.name = 'Ember.js' self.name = 'Ember.js'
self.slug = 'ember' self.slug = 'ember'
self.type = 'ember' self.type = 'ember'
self.version = '1.9.0' self.version = '1.9.1'
self.base_url = 'http://emberjs.com/api/' self.base_url = 'http://emberjs.com/api/'
html_filters.push 'ember/clean_html', 'ember/entries', 'title' html_filters.push 'ember/clean_html', 'ember/entries', 'title'
@ -51,7 +51,7 @@ module Docs
options[:skip_patterns] = [/\._/] options[:skip_patterns] = [/\._/]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2014 Yehuda Katz, Tom Dale and Ember.js contributors<br> &copy; 2015 Yehuda Katz, Tom Dale and Ember.js contributors<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save