nutrition 1.0.1.pre → 1.0.2.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 267dc4a8cccf063e706e5e09718cb88f21c9b456
4
- data.tar.gz: 77a688abc3ac107f09796d1bfcd30a32be99f905
3
+ metadata.gz: 00df3e708d12fe07ff90b21e3a3cf275ed822fc4
4
+ data.tar.gz: 72c94e98153e66e5a7eb03411a86f8d737024c60
5
5
  SHA512:
6
- metadata.gz: 4482f1711031efd503919fcb2daa83e1d546914df396c2b06c21a25f3461597132be23ff69085f1015752f8db847d7ec34b03f1f1f89fe5607956a1295616bc0
7
- data.tar.gz: 4f7b45d211c50ccb2dc5201e8b5effa282abc65e76e6e481e8077774e6e729f2ddea55d42669e1f7a36a80eceff206e32e4dc2a1915fe9d13a37fbe091ebb404
6
+ metadata.gz: b402bd7156afe3f9b78dbe66ad5c9ac67edf7b7aaa7676b731aa8fe2080f20f16e1207c3ad913ed9a4b88a88e772bdc43f648346d868404238b9cefb93986aca
7
+ data.tar.gz: e6d113626ee2288830c96161d7e6cb630c5ac66ddffed8326fabdc46a2b64a6ea86cfddaef5f3f182451524c44c49eaf640fdafb5687727c05b0517c1c40f325
@@ -13,7 +13,7 @@ class Nutrition
13
13
  SOUP = 'Soup'
14
14
 
15
15
  def self.all
16
- Dir["./lib/nutrition/recipes/*.rb"].map { |file| file }
16
+ Dir["./lib/nutrition/recipes/*.rb"].map { |file| file.to_s }
17
17
  end
18
18
 
19
19
  def tags
@@ -26,4 +26,4 @@ class Nutrition
26
26
  end
27
27
  end
28
28
 
29
- Dir["./lib/nutrition/recipes/*.rb"].each {|file| require file }
29
+ Dir["./lib/nutrition/recipes/*.rb"].each { |file| require file }
@@ -1,86 +1,82 @@
1
- class Nutrition
2
- class Recipe
3
- class BreakfastMuffinCupsToGo < Recipe
4
- def initialize
5
- @ingredients = [
6
- Nutrition::Ingredient::Rice.new(portion: "1", measurement: "cup", description: "cooked instant"),
7
- Nutrition::Ingredient::Cheese.new(portion: "1/4", measurement: "cup", description: "shredded"),
8
- Nutrition::Ingredient::Egg.new(portion: "3"),
9
- Nutrition::Ingredient::NonstickCookingSpray.new,
10
- Nutrition::Ingredient::MilkLowFat.new(portion: "3", measurement: "tbsp"),
11
- Nutrition::Ingredient::Jalepeno.new(portion: "2", measurement: "tbsp", description: "diced"),
12
- Nutrition::Ingredient::Onion.new(portion: "2", measurement: "tbsp", description: "finely chopped"),
13
- Nutrition::Ingredient::Cumin.new(portion: "1/4", measurement: "tsp", description: "ground"),
14
- Nutrition::Ingredient::GarlicPowder.new(portion: "1/4", measurement: "tsp"),
15
- Nutrition::Ingredient::Salt.new(portion: "1/4", measurement: "tsp"),
16
- Nutrition::Ingredient::Pepper.new(portion: "1/4", measurement: "tsp"),
17
- Nutrition::Ingredient::Meat.new(portion: "1", measurement: "cup", description: "browned ground chicken, turkey, or extra-lean ground beef"),
18
- ]
19
- end
1
+ class BreakfastMuffinCupsToGo < Nutrition::Recipe
2
+ def initialize
3
+ @ingredients = [
4
+ Nutrition::Ingredient::Rice.new(portion: "1", measurement: "cup", description: "cooked instant"),
5
+ Nutrition::Ingredient::Cheese.new(portion: "1/4", measurement: "cup", description: "shredded"),
6
+ Nutrition::Ingredient::Egg.new(portion: "3"),
7
+ Nutrition::Ingredient::NonstickCookingSpray.new,
8
+ Nutrition::Ingredient::MilkLowFat.new(portion: "3", measurement: "tbsp"),
9
+ Nutrition::Ingredient::Jalepeno.new(portion: "2", measurement: "tbsp", description: "diced"),
10
+ Nutrition::Ingredient::Onion.new(portion: "2", measurement: "tbsp", description: "finely chopped"),
11
+ Nutrition::Ingredient::Cumin.new(portion: "1/4", measurement: "tsp", description: "ground"),
12
+ Nutrition::Ingredient::GarlicPowder.new(portion: "1/4", measurement: "tsp"),
13
+ Nutrition::Ingredient::Salt.new(portion: "1/4", measurement: "tsp"),
14
+ Nutrition::Ingredient::Pepper.new(portion: "1/4", measurement: "tsp"),
15
+ Nutrition::Ingredient::Meat.new(portion: "1", measurement: "cup", description: "browned ground chicken, turkey, or extra-lean ground beef"),
16
+ ]
17
+ end
20
18
 
21
- def meal_type
22
- [ Recipe::BREAKFAST ]
23
- end
19
+ def meal_type
20
+ [ BREAKFAST ]
21
+ end
24
22
 
25
- def plans
26
- [ Nutrition::Plan::EnergyBooster ]
27
- end
23
+ def plans
24
+ [ Nutrition::Plan::EnergyBooster ]
25
+ end
28
26
 
29
- def servings
30
- {
31
- Nutrition::Serving::PROTEIN => 2,
32
- Nutrition::Serving::GRAIN => 0.5
33
- }
34
- end
27
+ def servings
28
+ {
29
+ Nutrition::Serving::PROTEIN => 2,
30
+ Nutrition::Serving::GRAIN => 0.5
31
+ }
32
+ end
35
33
 
36
- def directions
37
- [
38
- "Preheat oven to 400˚ F. In large bowl, combine 1 cup cooked rice, half of cheese, and 1 egg (beaten).",
39
- "Lightly coat six cup muffin tin cups with cooking spray.",
40
- "Press one-sixth of mixture into bottom and sides of each muffin cup.",
41
- "Bake at 400˚ F for 5-8 minutes, or until lightly browned.",
42
- "Remove pan from oven and set aside.",
43
- "In a small bowl, whisk together remaining 2 eggs and milk.",
44
- "Add chilies, onion, cumin, garlic powder, salt, pepper, and remaining half of cheese to bowl and mix thoroughly; add one-sixth of mixture to each muffin cup.",
45
- "Return to oven and bake 15 to 20 more minutes, or until set"
46
- ]
47
- end
34
+ def directions
35
+ [
36
+ "Preheat oven to 400˚ F. In large bowl, combine 1 cup cooked rice, half of cheese, and 1 egg (beaten).",
37
+ "Lightly coat six cup muffin tin cups with cooking spray.",
38
+ "Press one-sixth of mixture into bottom and sides of each muffin cup.",
39
+ "Bake at 400˚ F for 5-8 minutes, or until lightly browned.",
40
+ "Remove pan from oven and set aside.",
41
+ "In a small bowl, whisk together remaining 2 eggs and milk.",
42
+ "Add chilies, onion, cumin, garlic powder, salt, pepper, and remaining half of cheese to bowl and mix thoroughly; add one-sixth of mixture to each muffin cup.",
43
+ "Return to oven and bake 15 to 20 more minutes, or until set"
44
+ ]
45
+ end
48
46
 
49
- def portion
50
- 2
51
- end
47
+ def portion
48
+ 2
49
+ end
52
50
 
53
- def calories
54
- 280
55
- end
56
-
57
- def fat
58
- 12
59
- end
60
-
61
- def saturated_fat
62
- 3.5
63
- end
64
-
65
- def carbohydrate
66
- 18
67
- end
51
+ def calories
52
+ 280
53
+ end
54
+
55
+ def fat
56
+ 12
57
+ end
58
+
59
+ def saturated_fat
60
+ 3.5
61
+ end
62
+
63
+ def carbohydrate
64
+ 18
65
+ end
68
66
 
69
- def protein
70
- 23
71
- end
67
+ def protein
68
+ 23
69
+ end
72
70
 
73
- def fiber
74
- 1.5
75
- end
71
+ def fiber
72
+ 1.5
73
+ end
76
74
 
77
- def sodium
78
- 388
79
- end
80
-
81
- def cholesterol
82
- 249
83
- end
84
- end
75
+ def sodium
76
+ 388
77
+ end
78
+
79
+ def cholesterol
80
+ 249
85
81
  end
86
- end
82
+ end
@@ -1,82 +1,78 @@
1
- class Nutrition
2
- class Recipe
3
- class PeachesNCreamParfait < Recipe
4
- def initialize
5
- @ingredients = [
6
- Nutrition::Ingredient::Yogurt.new(portion: "1/2", measurement: "cup", description: "nonfat vanilla"),
7
- Nutrition::Ingredient::Peach.new(portion: "1/2", measurement: "cup", description: "sliced fresh, or frozen and defrosted, unsweetened"),
8
- Nutrition::Ingredient::CheeseCottage.new(portion: "1/2", measurement: "cup", description: "sliced fresh, or frozen and defrosted, unsweetened"),
9
- Nutrition::Ingredient::Almond.new(portion: "1", measurement: "tbsp", description: "slivered"),
10
- Nutrition::Ingredient::Flaxseed.new(portion: "1", measurement: "tsp", description: "ground"),
11
- ]
12
- end
1
+ class PeachesNCreamParfait < Nutrition::Recipe
2
+ def initialize
3
+ @ingredients = [
4
+ Nutrition::Ingredient::Yogurt.new(portion: "1/2", measurement: "cup", description: "nonfat vanilla"),
5
+ Nutrition::Ingredient::Peach.new(portion: "1/2", measurement: "cup", description: "sliced fresh, or frozen and defrosted, unsweetened"),
6
+ Nutrition::Ingredient::CheeseCottage.new(portion: "1/2", measurement: "cup", description: "sliced fresh, or frozen and defrosted, unsweetened"),
7
+ Nutrition::Ingredient::Almond.new(portion: "1", measurement: "tbsp", description: "slivered"),
8
+ Nutrition::Ingredient::Flaxseed.new(portion: "1", measurement: "tsp", description: "ground"),
9
+ ]
10
+ end
13
11
 
14
- def meal_type
15
- [ Recipe::BREAKFAST ]
16
- end
12
+ def meal_type
13
+ [ BREAKFAST ]
14
+ end
17
15
 
18
- def plans
19
- [ Nutrition::Plan::EnergyBooster ]
20
- end
21
-
22
- def tags
23
- [
24
- Recipe::VEGETARIAN,
25
- Recipe::GRAINFREE
26
- ]
27
- end
16
+ def plans
17
+ [ Nutrition::Plan::EnergyBooster ]
18
+ end
19
+
20
+ def tags
21
+ [
22
+ VEGETARIAN,
23
+ GRAINFREE
24
+ ]
25
+ end
28
26
 
29
- def servings
30
- {
31
- Nutrition::Serving::DAIRY => 1,
32
- Nutrition::Serving::FRUIT => 1
33
- }
34
- end
27
+ def servings
28
+ {
29
+ Nutrition::Serving::DAIRY => 1,
30
+ Nutrition::Serving::FRUIT => 1
31
+ }
32
+ end
35
33
 
36
- def directions
37
- [
38
- "Place vanilla yogurt in a cereal bowl.",
39
- "Layer peaches over yogurt.",
40
- "Spoon cottage cheese over peaches.",
41
- "Sprinkle with almonds and flaxseeds."
42
- ]
43
- end
34
+ def directions
35
+ [
36
+ "Place vanilla yogurt in a cereal bowl.",
37
+ "Layer peaches over yogurt.",
38
+ "Spoon cottage cheese over peaches.",
39
+ "Sprinkle with almonds and flaxseeds."
40
+ ]
41
+ end
44
42
 
45
- def portion
46
- 1
47
- end
43
+ def portion
44
+ 1
45
+ end
48
46
 
49
- def calories
50
- 220
51
- end
52
-
53
- def fat
54
- 5
55
- end
56
-
57
- def saturated_fat
58
- 1
59
- end
60
-
61
- def carbohydrate
62
- 24
63
- end
47
+ def calories
48
+ 220
49
+ end
50
+
51
+ def fat
52
+ 5
53
+ end
54
+
55
+ def saturated_fat
56
+ 1
57
+ end
58
+
59
+ def carbohydrate
60
+ 24
61
+ end
64
62
 
65
- def protein
66
- 20
67
- end
63
+ def protein
64
+ 20
65
+ end
68
66
 
69
- def fiber
70
- 2
71
- end
67
+ def fiber
68
+ 2
69
+ end
72
70
 
73
- def sodium
74
- 70
75
- end
76
-
77
- def cholesterol
78
- 5
79
- end
80
- end
71
+ def sodium
72
+ 70
73
+ end
74
+
75
+ def cholesterol
76
+ 5
81
77
  end
82
78
  end
@@ -1,94 +1,90 @@
1
- class Nutrition
2
- class Recipe
3
- class TomatoPestoEggWhiteOmelet < Recipe
1
+ class TomatoPestoEggWhiteOmelet < Nutrition::Recipe
4
2
 
5
- def to_s
6
- 'Tomato Pesto Egg-White Omelet'
7
- end
3
+ def to_s
4
+ 'Tomato Pesto Egg-White Omelet'
5
+ end
8
6
 
9
- def initialize
10
- @ingredients = [
11
- Nutrition::Ingredient::BasilLeaf.new(portion: "1/8", measurement: "cup", description: "finely chopped"),
12
- Nutrition::Ingredient::Garlic.new(portion: "1", measurement: "clove", description: "finely chopped"),
13
- Nutrition::Ingredient::TomatoRoma.new(portion: "1", description: "chopped"),
14
- Nutrition::Ingredient::OliveOil.new(portion: "1", measurement: "tsp"),
15
- Nutrition::Ingredient::EggWhite.new(portion: "3"),
16
- Nutrition::Ingredient::Parmesan.new(portion: "1", measurement: "tbsp", description: "shredded")
17
- ]
18
- end
7
+ def initialize
8
+ @ingredients = [
9
+ Nutrition::Ingredient::BasilLeaf.new(portion: "1/8", measurement: "cup", description: "finely chopped"),
10
+ Nutrition::Ingredient::Garlic.new(portion: "1", measurement: "clove", description: "finely chopped"),
11
+ Nutrition::Ingredient::TomatoRoma.new(portion: "1", description: "chopped"),
12
+ Nutrition::Ingredient::OliveOil.new(portion: "1", measurement: "tsp"),
13
+ Nutrition::Ingredient::EggWhite.new(portion: "3"),
14
+ Nutrition::Ingredient::Parmesan.new(portion: "1", measurement: "tbsp", description: "shredded")
15
+ ]
16
+ end
19
17
 
20
- def meal_type
21
- [ Recipe::BREAKFAST ]
22
- end
18
+ def meal_type
19
+ [ BREAKFAST ]
20
+ end
23
21
 
24
- def plans
25
- [
26
- Nutrition::Plan::FatShredder,
27
- Nutrition::Plan::EnergyBooster,
28
- Nutrition::Plan::EnduranceMaximizer
29
- ]
30
- end
22
+ def plans
23
+ [
24
+ Nutrition::Plan::FatShredder,
25
+ Nutrition::Plan::EnergyBooster,
26
+ Nutrition::Plan::EnduranceMaximizer
27
+ ]
28
+ end
31
29
 
32
- def tags
33
- [
34
- Recipe::VEGAN,
35
- Recipe::VEGETARIAN,
36
- Recipe::GRAINFREE
37
- ]
38
- end
30
+ def tags
31
+ [
32
+ VEGAN,
33
+ VEGETARIAN,
34
+ GRAINFREE
35
+ ]
36
+ end
39
37
 
40
- def servings
41
- {
42
- Nutrition::Serving::PROTEIN => 0.5,
43
- Nutrition::Serving::VEGETABLE => 1,
44
- Nutrition::Serving::CONDIMENT => 1,
45
- }
46
- end
38
+ def servings
39
+ {
40
+ Nutrition::Serving::PROTEIN => 0.5,
41
+ Nutrition::Serving::VEGETABLE => 1,
42
+ Nutrition::Serving::CONDIMENT => 1,
43
+ }
44
+ end
47
45
 
48
- def directions
49
- [
50
- "Whisk egg whites and set aside.",
51
- "Place olive oil in a small skillet and preheat over medium-low heat. Add garlic, basil, and tomato and sauté for 2 to 3 minutes.",
52
- "Add egg whites and cook for about 1 minute, then gently lift edge of omelet and allow liquid to flow underneath. Cook an additional minute or two and flip. Cook 1 more minute.",
53
- "Add cheese, fold in half, and slide onto plate."
54
- ]
55
- end
46
+ def directions
47
+ [
48
+ "Whisk egg whites and set aside.",
49
+ "Place olive oil in a small skillet and preheat over medium-low heat. Add garlic, basil, and tomato and sauté for 2 to 3 minutes.",
50
+ "Add egg whites and cook for about 1 minute, then gently lift edge of omelet and allow liquid to flow underneath. Cook an additional minute or two and flip. Cook 1 more minute.",
51
+ "Add cheese, fold in half, and slide onto plate."
52
+ ]
53
+ end
56
54
 
57
- def portion
58
- 1
59
- end
55
+ def portion
56
+ 1
57
+ end
60
58
 
61
- def calories
62
- 138
63
- end
64
-
65
- def fat
66
- 7
67
- end
68
-
69
- def saturated_fat
70
- 2
71
- end
72
-
73
- def carbohydrate
74
- 5
75
- end
59
+ def calories
60
+ 138
61
+ end
62
+
63
+ def fat
64
+ 7
65
+ end
66
+
67
+ def saturated_fat
68
+ 2
69
+ end
70
+
71
+ def carbohydrate
72
+ 5
73
+ end
76
74
 
77
- def protein
78
- 13
79
- end
75
+ def protein
76
+ 13
77
+ end
80
78
 
81
- def fiber
82
- 1
83
- end
79
+ def fiber
80
+ 1
81
+ end
84
82
 
85
- def sodium
86
- 241
87
- end
88
-
89
- def cholesterol
90
- 4
91
- end
92
- end
83
+ def sodium
84
+ 241
85
+ end
86
+
87
+ def cholesterol
88
+ 4
93
89
  end
94
90
  end
@@ -1,88 +1,84 @@
1
- class Nutrition
2
- class Recipe
3
- class WholeWheatCrepesFlorentine < Recipe
4
- def initialize
5
- @ingredients = [
6
- Nutrition::Ingredient::Water.new(portion: "3/4", measurement: "cup"),
7
- Nutrition::Ingredient::FlourWholeWheatPastry.new(portion: "1/2", measurement: "cup"),
8
- Nutrition::Ingredient::MilkLowFat.new(portion: "1/4", measurement: "cup"),
9
- Nutrition::Ingredient::EggWhite.new(portion: "1"),
10
- Nutrition::Ingredient::OliveOil.new(portion: "1", measurement: "tsp"),
11
- Nutrition::Ingredient::NonstickCookingSpray.new,
12
- Nutrition::Ingredient::Onion.new(portion: "1/4", measurement: "cup", description: "diced"),
13
- Nutrition::Ingredient::ChickenBreast.new(portion: "1/4", measurement: "cup", description: "chopped raw"),
14
- Nutrition::Ingredient::Spinach.new(portion: "1/4", measurement: "cup", description: "frozen, thawed and drained"),
15
- Nutrition::Ingredient::EggWhite.new(portion: "3", description: "beaten"),
16
- Nutrition::Ingredient::OliveOil.new(portion: "1", measurement: "tsp"),
17
- Nutrition::Ingredient::CheeseMozzarella.new(portion: "1", measurement: "tbsp", description: "shredded")
18
- ]
19
- end
1
+ class WholeWheatCrepesFlorentine < Nutrition::Recipe
2
+ def initialize
3
+ @ingredients = [
4
+ Nutrition::Ingredient::Water.new(portion: "3/4", measurement: "cup"),
5
+ Nutrition::Ingredient::FlourWholeWheatPastry.new(portion: "1/2", measurement: "cup"),
6
+ Nutrition::Ingredient::MilkLowFat.new(portion: "1/4", measurement: "cup"),
7
+ Nutrition::Ingredient::EggWhite.new(portion: "1"),
8
+ Nutrition::Ingredient::OliveOil.new(portion: "1", measurement: "tsp"),
9
+ Nutrition::Ingredient::NonstickCookingSpray.new,
10
+ Nutrition::Ingredient::Onion.new(portion: "1/4", measurement: "cup", description: "diced"),
11
+ Nutrition::Ingredient::ChickenBreast.new(portion: "1/4", measurement: "cup", description: "chopped raw"),
12
+ Nutrition::Ingredient::Spinach.new(portion: "1/4", measurement: "cup", description: "frozen, thawed and drained"),
13
+ Nutrition::Ingredient::EggWhite.new(portion: "3", description: "beaten"),
14
+ Nutrition::Ingredient::OliveOil.new(portion: "1", measurement: "tsp"),
15
+ Nutrition::Ingredient::CheeseMozzarella.new(portion: "1", measurement: "tbsp", description: "shredded")
16
+ ]
17
+ end
20
18
 
21
- def meal_type
22
- [ Recipe::BREAKFAST ]
23
- end
19
+ def meal_type
20
+ [ BREAKFAST ]
21
+ end
24
22
 
25
- def plans
26
- [ Nutrition::Plan::FatShredder ]
27
- end
23
+ def plans
24
+ [ Nutrition::Plan::FatShredder ]
25
+ end
28
26
 
29
- def servings
30
- {
31
- Nutrition::Serving::PROTEIN => 1,
32
- Nutrition::Serving::GRAIN => 1,
33
- Nutrition::Serving::FAT => 1,
34
- }
35
- end
27
+ def servings
28
+ {
29
+ Nutrition::Serving::PROTEIN => 1,
30
+ Nutrition::Serving::GRAIN => 1,
31
+ Nutrition::Serving::FAT => 1,
32
+ }
33
+ end
36
34
 
37
- def directions
38
- [
39
- "CREPES",
40
- "Whisk water, pastry flour, milk, 1 egg white, 1 tsp. olive oil, and a pinch of salt together until smooth. Cover and refrigerate 1 to 8 hours.",
41
- "Spray a small frying pan with cooking spray and heat over medium heat.",
42
- "Pour 1/4 cup of batter into pan and spread thin by tilting pan in a circular motion. Cook 2 to 3 minutes, until crepe begins to brown around the edges and top is covered in bubbles. Flip and cook an additional 1 to 2 minutes until crepe is no longer wet in the center but is still moist.",
43
- "Yields 6 to 8 crepes. Leftover crepes can be stored in a plastic bag in the refrigerator for up to 1 week, and reheated in a frying pan.",
44
- "FILLING",
45
- "Place 1 tsp. olive oil in a medium frying pan and preheat over medium heat, then add onion and chicken and sauté until chicken is cooked thoroughly.",
46
- "Add 3 beaten egg whites and spinach. Cook, scrambling, until eggs are no longer runny.",
47
- "Add cooked egg mixture and cheese to crepe; roll up crepe and serve hot."
48
- ]
49
- end
35
+ def directions
36
+ [
37
+ "CREPES",
38
+ "Whisk water, pastry flour, milk, 1 egg white, 1 tsp. olive oil, and a pinch of salt together until smooth. Cover and refrigerate 1 to 8 hours.",
39
+ "Spray a small frying pan with cooking spray and heat over medium heat.",
40
+ "Pour 1/4 cup of batter into pan and spread thin by tilting pan in a circular motion. Cook 2 to 3 minutes, until crepe begins to brown around the edges and top is covered in bubbles. Flip and cook an additional 1 to 2 minutes until crepe is no longer wet in the center but is still moist.",
41
+ "Yields 6 to 8 crepes. Leftover crepes can be stored in a plastic bag in the refrigerator for up to 1 week, and reheated in a frying pan.",
42
+ "FILLING",
43
+ "Place 1 tsp. olive oil in a medium frying pan and preheat over medium heat, then add onion and chicken and sauté until chicken is cooked thoroughly.",
44
+ "Add 3 beaten egg whites and spinach. Cook, scrambling, until eggs are no longer runny.",
45
+ "Add cooked egg mixture and cheese to crepe; roll up crepe and serve hot."
46
+ ]
47
+ end
50
48
 
51
- def portion
52
- 1
53
- end
49
+ def portion
50
+ 1
51
+ end
54
52
 
55
- def calories
56
- 241
57
- end
58
-
59
- def fat
60
- 8
61
- end
62
-
63
- def saturated_fat
64
- 2
65
- end
66
-
67
- def carbohydrate
68
- 13
69
- end
53
+ def calories
54
+ 241
55
+ end
56
+
57
+ def fat
58
+ 8
59
+ end
60
+
61
+ def saturated_fat
62
+ 2
63
+ end
64
+
65
+ def carbohydrate
66
+ 13
67
+ end
70
68
 
71
- def protein
72
- 27
73
- end
69
+ def protein
70
+ 27
71
+ end
74
72
 
75
- def fiber
76
- 3
77
- end
73
+ def fiber
74
+ 3
75
+ end
78
76
 
79
- def sodium
80
- 329
81
- end
82
-
83
- def cholesterol
84
- 34
85
- end
86
- end
77
+ def sodium
78
+ 329
79
+ end
80
+
81
+ def cholesterol
82
+ 34
87
83
  end
88
84
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nutrition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.pre
4
+ version: 1.0.2.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Teo Dell'Amico