CocoaPods / Strata

Automate the tasks necessary to develop on the CocoaPods websites
MIT License
10 stars 9 forks source link

Fix regexp #12

Closed newonder closed 5 years ago

newonder commented 5 years ago

Regexp for getting available repositories' urls doesn't work correctly if account 'cocoapods' has more then 2 pages of repositories. Consequently rake task fails with error. Change .* to [^<]* fix this problem.

orta commented 5 years ago

👍

orta commented 5 years ago

Thanks