File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SnakeMD == 0.12.1
2- subete ~= 0.13 .0
2+ subete ~= 0.14 .0
33pytest == 6.2.4
44pytest-cov == 2.12.1
55setuptools ~= 57.0.0
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def _generate_program_list(language: LanguageCollection) -> list:
6868 program_line = Paragraph ([f":white_check_mark: { program_name } [Requirements]" ]) \
6969 .insert_link (program_name , program .documentation_url ()) \
7070 .insert_link ("Requirements" , program .project ().requirements_url ())
71- if not program_line . verify_urls ()[ program .documentation_url ()] :
71+ if not program .has_docs () :
7272 program_line .replace (":white_check_mark:" , ":warning:" ) \
7373 .replace_link (program .documentation_url (), program .article_issue_query_url ())
7474 list_items .append (program_line )
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "ronbun" ,
8- version = "0.5 .0" ,
8+ version = "0.6 .0" ,
99 author = "The Renegade Coder" ,
1010 author_email = "jeremy.grifski@therenegadecoder.com" ,
1111 description = "The Sample Programs README Automation Tool" ,
You can’t perform that action at this time.
0 commit comments