kapoq / rubygems-source-features

Common features shared by all apps that implement the Rubygems web API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rubygems-source-features

These features cover the basic API of a Rubygems gem source:

  • GET gem indices
  • GET gemspecs
  • GET gem (well duh)
  • POST create new gem (gem push)
  • DELETE delete gem version (gem yank)

For an example implementation, see rubygems-source.

About

Common features shared by all apps that implement the Rubygems web API


Languages

Language:Ruby 100.0%