We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc819d9 commit 71d79a5Copy full SHA for 71d79a5
2 files changed
changes/43.bugfix
@@ -0,0 +1 @@
1
+Add more github use cases
giturlparse/tests/test_parse.py
@@ -408,6 +408,29 @@
408
},
409
),
410
411
+ (
412
+ "HTTPS",
413
414
+ "https://github.com/rubygems/rubygems/",
415
+ {
416
+ "host": "github.com",
417
+ "resource": "github.com",
418
+ "user": "git",
419
+ "port": "",
420
+ "owner": "rubygems",
421
+ "repo": "rubygems",
422
+ "name": "rubygems",
423
+ "groups": [],
424
+ "path": "",
425
+ "path_raw": "",
426
+ "pathname": "/rubygems/rubygems",
427
+ "branch": "",
428
+ "protocol": "https",
429
+ "protocols": ["https"],
430
+ "platform": "github",
431
+ },
432
+ ),
433
434
(
435
"HTTPS",
436
0 commit comments