-
-
Notifications
You must be signed in to change notification settings - Fork 935
Webhooks Ideas
Got an idea to use with the gem webhook system? List it here!
To get started on one of these, check out the gem webhook
docs or the API docs
- Gem Whisperer Mobile interface to read the latest gems from RubyGems.org. Code here.
- RailsPlugins.org Keeps the community on track about gem compatibility.
(Have one? Add your own!)
Would pull out all READMEs from existing gems, search them, etc. Not sure if this would be best as a webhook service or as part of the core site, prove me wrong. :)
Definitely should be a webhook service, could format changelogs and show changes between versions of gems.
Gemcutter is about gems, but sometimes we need to download code as these two formats instead. This service could on the fly create tgz/zip’s and provide/cache them for a limited time.
Something like Test Swarm or CPAN Testers for RubyGems. Sign up for your platform/ruby version, make a gem to report back test results to the service, and we could link to it.
Organize watchlists on different categories or tags, get notified on updates! Based on this issue.
-
Rdoc’r: Automatic RDoc/YARD generation. Hopefully will be implemented by rdoc.info soon! -
Gemfiler: Give the service yourGemfile
, it will keep it up to date for you and notify you when you should grab new gems. Hopefully will be implemented by EnvyLabs.