Skip to content

Commit 474c7b4

Browse files
committed
Update Joi documentation (17.11.0)
1 parent cb6a65e commit 474c7b4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

lib/docs/scrapers/joi.rb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Joi < UrlScraper
44
self.name = "Joi"
55
self.slug = "joi"
66
self.type = "joi"
7-
self.release = "17.9.1"
7+
self.release = "17.11.0"
88
self.base_url = "https://joi.dev/api/?v=#{self.release}"
99
self.links = {
1010
home: "https://joi.dev/",
@@ -16,14 +16,8 @@ class Joi < UrlScraper
1616
options[:container] = '.markdown-wrapper'
1717
options[:title] = "Joi"
1818
options[:attribution] = <<-HTML
19-
Copyright &copy; 2012-2022, Project contributors Copyright &copy; 2012-2022, Sideway Inc Copyright &copy; 2012-2014, Walmart
20-
All rights reserved.
21-
22-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
23-
24-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
25-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
26-
The names of any contributors may not be used to endorse or promote products derived from this software without specific prior written permission.
19+
Copyright &copy; 2012-2022, Project contributors Copyright &copy; 2012-2022, Sideway Inc Copyright &copy; 2012-2014, Walmart<br>
20+
Licensed under the BSD 3-clause License.
2721
HTML
2822

2923
def get_latest_version(opts)

0 commit comments

Comments
 (0)