Open myKingEdem opened 5 years ago
@rkcudjoe Currently getting this error in CI:
Could not find convertkit-ruby-0.0.2 in any of the sources
I see that you yanked the old versions from RubyGems without providing alternative steps in your README. Could you update your README? As is, the instructions won't work because they're relying on rubygems.org.
@etagwerker I'm sure this is old and irrelevant now, but wanted to throw this out there just in case someone like me stumbles upon it :)
What I did for now is just fork the repo and point to my own fork in my Gemfile:
gem 'convertkit-ruby', require: 'convertkit', git: 'https://github.com/{your-username}/convertkit-ruby'
Yank library from RubyGems and release package on GitHub