RubyGems Navigation menu

meal_planner 1.0.1

A program to ease and automate the planning of meals. Each meal has a main dish and optionally side dishes as well. These are currently loaded from the meals.csv file in the directory of the command line script. That will be changed in a future release when they will be loaded from a database instead. A menu consists of any number of days that the user chooses. Each day can have any meal as user wishes. When the program is run, the meals are loaded at random from the meal source and presented to the user. The user then has the option to switch out any that she doesn't want on a particular day. If two meals are given, the two meals are switched between each other. If only one meal is given, that meal is switched with another from the meal source that isn't already in the menu. When the user quits the program, the current menu is stored in a menu.txt file so that it can be printed and used in shopping, preparing meals, etc. In a future release, each dish in a meal will be associated with a recipe so that a shopping list and recipe book can be created directly from the same source.

Gemfile:
=

install:
=

Versions:

  1. 1.0.1 February 25, 2014 (8.5 KB)
  2. 1.0.0 December 21, 2013 (9.5 KB)

Runtime Dependencies (1):

activesupport = 4.0.0

Development Dependencies (2):

rspec >= 0
timecop >= 0.6.3

Owners:

Authors:

  • Peter Sumsion

SHA 256 checksum:

=

Total downloads 6,921

For this version 3,737

Version Released:

Licenses:

N/A

Required Ruby Version: >= 1.9

Links: