From: Hans F. <fu...@us...> - 2004-07-03 05:59:02
|
Update of /cvsroot/neelix/neelix/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12348/model Modified Files: model.rb Log Message: Just took out a few debug statements and fixed a few minor bugs. Also removed menu entries that we're not using yet from the UI. Now we just need to figure out how to package this thing. Jamis, you've ventured into gems. Would that be appropriate in this case? Index: model.rb =================================================================== RCS file: /cvsroot/neelix/neelix/model/model.rb,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- model.rb 3 Jul 2004 00:39:46 -0000 1.16 +++ model.rb 3 Jul 2004 05:58:50 -0000 1.17 @@ -275,7 +275,6 @@ # fix ordering @ingredients.each_with_index do |ingredient,index| ingredient.position = index - puts "#{ingredient}: #{index}" end } |