Update Less documentation to 1.6.0

pull/33/head
Thibaut 11 years ago
parent 3fae3fc829
commit aea338a089

@ -125,7 +125,7 @@ credits = [
'https://raw.github.com/jquery/api.jqueryui.com/master/LICENSE-MIT.txt' 'https://raw.github.com/jquery/api.jqueryui.com/master/LICENSE-MIT.txt'
], [ ], [
'Less', 'Less',
'2009-2013 Alexis Sellier & The Core Less Team', '2009-2014 Alexis Sellier & The Core Less Team',
'Apache v2', 'Apache v2',
'https://raw.github.com/less/less.js/master/LICENSE' 'https://raw.github.com/less/less.js/master/LICENSE'
], [ ], [

@ -1,7 +1,7 @@
module Docs module Docs
class Less < UrlScraper class Less < UrlScraper
self.type = 'less' self.type = 'less'
self.version = '1.5.0' self.version = '1.6.0'
self.base_url = 'http://lesscss.org' self.base_url = 'http://lesscss.org'
html_filters.push 'less/clean_html', 'less/entries', 'title' html_filters.push 'less/clean_html', 'less/entries', 'title'
@ -11,7 +11,7 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2013 Alexis Sellier &amp; The Core Less Team<br> &copy; 2009&ndash;2014 Alexis Sellier &amp; The Core Less Team<br>
Licensed under the Apache License v2.0. Licensed under the Apache License v2.0.
HTML HTML
end end

Loading…
Cancel
Save