DELETE /api/v1/gems {:gem_name => "SomeGem", :version => "1.2.3"}
Pretty easy to cover both cases in a more resourcey way if you want to (in a v2+):
DELETE /api/v2/gems/badgem # deletes all versions
DELETE /api/v2/gems/badgem/1.2.1 # only deletes 1.2.1
~ j.
Recover how? What if someone just yanks a gem that I happen to be
using? Is this recovery going to be a manual process of asking you to
get the S3 Gem and mail it to me, or will there be a permanent
download link somewhere?
Thanks,
-- Chad
Great. That's what I thought and hoped, just wanted to confirm it got
implemented that way. Thanks for doing the work!