heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

rename gem and namespace everything #58

Open grosser opened 7 years ago

grosser commented 7 years ago

fixes https://github.com/heroku/platform-api/issues/19

@geemus

geemus commented 7 years ago

Looks like a great start. Should we add instructions on migrating from the old stuff in the readme?

Also, so we are on the same page about the broader plan of attack. Something like?

grosser commented 7 years ago

I think it's pretty obvious what needs to be done to migrate. post-install messages are annoying ... don't use them for the new gem ... but for the old gem that should be fine.

Always safe to release the new gem.

After that release the old gem with only a dependency to the new gem (maybe with a major version bump) ... and we are done.

geemus commented 7 years ago

@grosser cool, thanks for confirming. We have a couple other related things in flight, but hope to circle back and resolve this relatively soon.

backus commented 7 years ago

Any update here? Would be much nicer to have the top level namespace be Heroku when using this gem

grosser commented 7 years ago

I can rebase if it's ready to be merged ...