|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Yarn < UrlScraper
|
|
|
|
class Yarn < UrlScraper
|
|
|
|
self.type = 'yarn'
|
|
|
|
self.type = 'yarn'
|
|
|
|
self.release = '0.18.1'
|
|
|
|
self.release = '0.19.1'
|
|
|
|
self.base_url = 'https://yarnpkg.com/en/docs/'
|
|
|
|
self.base_url = 'https://yarnpkg.com/en/docs/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://yarnpkg.com/',
|
|
|
|
home: 'https://yarnpkg.com/',
|
|
|
@ -17,7 +17,7 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/\Aorg\//]
|
|
|
|
options[:skip_patterns] = [/\Aorg\//]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2016 Yarn Contributors<br>
|
|
|
|
© 2016–2017 Yarn Contributors<br>
|
|
|
|
Licensed under the BSD License.
|
|
|
|
Licensed under the BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|