Skip to content

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

Notifications You must be signed in to change notification settings

kapoq/rubygems-source-features

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages