maximadeka / convertkit-ruby

A Ruby gem that wraps the ConvertKit API v3
https://tomobloq.com
MIT License
20 stars 45 forks source link

Release package on GitHub #26

Open myKingEdem opened 5 years ago

myKingEdem commented 5 years ago

Yank library from RubyGems and release package on GitHub

etagwerker commented 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.

Screen Shot 2019-10-27 at 11 44 20 PM
mikefogg commented 4 years ago

@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'