This post originated from an RSS feed registered with Ruby Buzz
by Chad Fowler.
Original Post: Who Will Create The 300th Gem?
Feed Title: ChadFowler.com
Feed URL: http://feeds2.feedburner.com/Chadfowlercom
Feed Description: Best practices, worst practices, and some generally obvious stuff about programming.
Daniel Berger just released pathname2, a file
path manipulation library that works well on UNIX or Windows systems
(including UNC paths).
Most notable about this from my perspective is that it is 299th unique RubyGem. That means there are 299
different pieces of software (not counting their many different versions)
available for installation via the RubyGems system.
~/svn/MJWTI/Book chadfowler$ gem list -r|grep "^[a-zA-Z].*)$"|wc -l
299
~/svn/MJWTI/Book chadfowler$
As of this week, not counting downloads of the Ruby Windows
Installer, the RubyGems framework has been downloaded more than 50,000
times. Within a week, it will have served up half a million gems.
So, who’s going to create the 300th gem?
Be sure to watch the rss
feed if you want to find out which gem pulled across the 300 mark.