Update Less documentation (2.3.1)

pull/165/head
Thibaut 10 years ago
parent 3c839c8991
commit 1f2f2810af

@ -187,7 +187,7 @@ credits = [
'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt' 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
], [ ], [
'Less', 'Less',
'2009-2014 The Core Less Team', '2009-2015 The Core Less Team',
'CC BY', 'CC BY',
'http://creativecommons.org/licenses/by/3.0/' 'http://creativecommons.org/licenses/by/3.0/'
], [ ], [

@ -1,7 +1,7 @@
module Docs module Docs
class Less < UrlScraper class Less < UrlScraper
self.type = 'less' self.type = 'less'
self.version = '2.1.0' self.version = '2.3.1'
self.base_url = 'http://lesscss.org' self.base_url = 'http://lesscss.org'
self.root_path = '/features' self.root_path = '/features'
self.initial_paths = %w(/functions) self.initial_paths = %w(/functions)
@ -14,7 +14,7 @@ module Docs
options[:trailing_slash] = false options[:trailing_slash] = false
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2014 The Core Less Team<br> &copy; 2009&ndash;2015 The Core Less Team<br>
Licensed under the Creative Commons Attribution License 3.0. Licensed under the Creative Commons Attribution License 3.0.
HTML HTML
end end

Loading…
Cancel
Save