You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modeled after (but certainly not affiliated with) the Chopped show on the Food Network, this gem delivers you a Ruby project (or basket) with 2 gems (ingredients) chosen at random. Your challenge: Make something cool with the given gems.
Usage
gem install ruby_chopped
then to create a new basket that pull 2 of the 50 most popular gems on rubygems.org
ruby_chopped --name whyday_basket
or to get more than 2 gems
ruby_chopped -n whyday_basket2 --limit 4
or to choose from your locally installed gems instead of rubygems.org