tl;dr http://pipes.yahoo.com/pipeslivibetter/newrubygems

Note

Yahoo! Pipes is gone. (2015-12-02T03:06:52Z)

I have been monitoring Python Packages for quite some time, few days ago, I wanted to expand to the gems on RubyGems.org. Sadly, it doesn’t even have any feeds for newly created packages.

The best option for me is to utilize the /api/v1/activity/latest of the Activity API—which has XML, JSON, and YAML formats—with the help from Yahoo! Pipes:

$ curl 'https://rubygems.org/api/v1/activity/latest.json'

You can grab the feed at http://pipes.yahoo.com/pipeslivibetter/newrubygems.

Thhttps://bitbucket.org/grandpas/e.bashe source looks like:

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCyqXI19sZuNfJNEnS2ekHYmGalNSBACUi6q2vVxQHVM8P6LzGiskgSCfLAyvgSrK5QX2ZF1fay1M0cJJBe9x7ZbUfaIuOsucPoerAvDFsl3jjl9asEWjia0soLTdH_6usjGjKU0-kqHE/s800/New%2520gems%2520feed%25202014-06-15--14%253A46%253A35.png

It only took me 10 minutes or less to figure out how to make such conversion. This was my first time to use Yahoo! Pipes to convert a JSON to an RSS feed.

Although it works well and is very simple, this isn’t my ideal solution. I actually asked someone who knows about Ruby to add feed support and timestamp to RubyGems.org’s source code. That’s not going to happen by the person I asked, so if you know about Ruby and you have time, please think about adding such feed to it.

I am thinking to create a couple of issues, but not really sure if I should do that since I don’t think I can even call myself a Ruby user.

Before that, well, this feed would do just fine.