nutrientesEugenio 0.2.0 → 0.2.2

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: 0c574aea9ba31183ff816ac13fb8db8dcfd0fe64
4
- data.tar.gz: 51a1ce6737b5f7460b93c832fd528db920ec6a3a
3
+ metadata.gz: b216817b319c6b8e22f2586bc48b6b5dd17d5598
4
+ data.tar.gz: 41991c98defe030372de69592c07bf1c7efd79f4
5
5
  SHA512:
6
- metadata.gz: fd972d9882069483c3f56c14255738d896c08ce2c924601c9d041db9727cdebe493217e13881bbf9603140457833984e547152865cda39f7cf38964d29097404
7
- data.tar.gz: 4abc5a38f657103f7c3bfa42812e2db95d2ccfa1e016dab1172e9b8fad212d1aaa6a104cb6eab54603bd67ef09aec35a44e104bd4de84fb7cc6d3177f0d43856
6
+ metadata.gz: 6c7bf5dc6e49fd3d4bbd74d15baec8ef93bd258e5d7a1ee101103a0a18a4c0f5c6b23f05f7da4a51e35b1a4e6ef6c4c30fafafe4ae4974a8954fbf9333c084f3
7
+ data.tar.gz: 0b44cdfe66e93251c2ae950ca7a24053c6e9cce36b63bb911cd2046717ae7692f352cfb45ab26b460283268c615a1156b443360db41b62ef0b08d8ae0c58b289
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nutrientesEugenio (0.2.0)
4
+ nutrientesEugenio (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/dietaDia.rb CHANGED
@@ -78,7 +78,7 @@ class DietaDia
78
78
  @conversiones.each do
79
79
  |x|
80
80
  porcion = x[1] if x[0] == options[:porcion]
81
- endnaranja peso medionaranja peso medio
81
+ end
82
82
  multiplier = porcion / options[:gramos]
83
83
  @desayuno.push_head(Alimento.new(options[:descripcion],options[:grasas] * multiplier,0,options[:carbohidratos] * multiplier,0,options[:proteinas] * multiplier,options[:sal] * multiplier))
84
84
  end
@@ -1,7 +1,7 @@
1
1
  require "imc"
2
2
 
3
3
  module NutrientesEugenio
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.2"
5
5
  end
6
6
 
7
7
  class Lista
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nutrientesEugenio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugenio José