File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
SnakeMD == 0.12.1
2
- subete ~= 0.13 .0
2
+ subete ~= 0.14 .0
3
3
pytest == 6.2.4
4
4
pytest-cov == 2.12.1
5
5
setuptools ~= 57.0.0
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def _generate_program_list(language: LanguageCollection) -> list:
68
68
program_line = Paragraph ([f":white_check_mark: { program_name } [Requirements]" ]) \
69
69
.insert_link (program_name , program .documentation_url ()) \
70
70
.insert_link ("Requirements" , program .project ().requirements_url ())
71
- if not program_line . verify_urls ()[ program .documentation_url ()] :
71
+ if not program .has_docs () :
72
72
program_line .replace (":white_check_mark:" , ":warning:" ) \
73
73
.replace_link (program .documentation_url (), program .article_issue_query_url ())
74
74
list_items .append (program_line )
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "ronbun" ,
8
- version = "0.5 .0" ,
8
+ version = "0.6 .0" ,
9
9
author = "The Renegade Coder" ,
10
10
author_email = "jeremy.grifski@therenegadecoder.com" ,
11
11
description = "The Sample Programs README Automation Tool" ,
You can’t perform that action at this time.
0 commit comments