This post originated from an RSS feed registered with Ruby Buzz
by Jan Lelis.
Original Post: What's in your Gemfile?
Feed Title: rbJ*_*L.net
Feed URL: http://feeds.feedburner.com/rbJL
Feed Description: Hi, I am a fan of Ruby and like to explore it and the world around ;).
So I started this blog, where I am publishing code snippets, tutorials for beginners as well as general thoughts about Ruby, the web or programming in general.
A little #whyday project, finished on eurucamp 2012 that displays the urls and summaries of the gems in your Gemfile. Put the code somewhere in your $PATH (I keep little helper scripts like this one in ~/r) and run gemfile from within a Bundler project.
Also try gemfile --commentate --details which will add the information to the bottom of your Gemfile.