dpa99c / cordova-check-plugins

A CLI tool to check for / manage plugin updates in Cordova/Phonegap projects.
217 stars 25 forks source link

Allow usage of private git repository URL #14

Closed qkdreyer closed 7 years ago

qkdreyer commented 7 years ago

Updated both regexes to allow private git repository URL, by including user information (username and password), according to RFC 1738 (http://www.rfc-base.org/txt/rfc-1738.txt)

GITHUB_HTTPS_REGEX : http://rubular.com/r/kdl5Mj8C95 GITHUB_GIT_REGEX : http://rubular.com/r/VxSZhqWb4m