Nutrientes

This gem is used to caluclate the kilocalories of foods given their amount of macronutrients. It was developed by using test-driven development.

Author: Malte Bossert Práctica 6, Lenguajes y Paradigmas de Programación Universidad de la Laguna, Tenerife

Brief description [Spanish]:

Para llevar a cabo todos los procesos que nos permiten estar vivos, el organismo humano necesita un suministro continuo de materiales que debemos ingerir: los nutrientes. Sin embargo, estos nutrientes no se ingieren directamente, sino que forman parte de los alimentos. Las múltiples combinaciones en que la naturaleza ofrece los diferentes nutrientes nos dan una amplia variedad de alimentos que el ser humano puede consumir.

Installation

Add this line to your application's Gemfile:

gem 'nutrientes'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nutrientes

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ULL-ESIT-LPP-1718/tdd-alu0101182773