|
|
@ -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.2.0'
|
|
|
|
self.version = '1.3.0'
|
|
|
|
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'
|
|
|
@ -49,7 +49,7 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/\._/]
|
|
|
|
options[:skip_patterns] = [/\._/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2013 Yehuda Katz, Tom Dale and Ember.js contributors<br>
|
|
|
|
© 2014 Yehuda Katz, Tom Dale and Ember.js contributors<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|