imc_alves 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: c7b1c428c02983952f160b3cb9c710a06d093ac97d1af7dcbcc212951745be67
4
- data.tar.gz: d29e1c08fbcea131a69cc5a4fd1cc4879e7d1fcfe26f847c4061619f3973b0f4
3
+ metadata.gz: fea81d83ceac37804b3999c12782705c046a0d3021f8f081506cd12b53881142
4
+ data.tar.gz: 4db5344af4b73b961ca9c5b044731b225a4dcc0c33feffc9ca706f6937f32eb1
5
5
  SHA512:
6
- metadata.gz: f72fc13ab8695ca6848cdd84d3dbd455cc6a8e14e3b7dd16797b8051a1a3aead6964bfcb093da46463273fdf09374709226e0fa17d92478b14a72857bc8a1afd
7
- data.tar.gz: 2c418cc728cc893ac9f83f045894c5f631335e64b318de6e8b2c2928f1610a20fce9f681ba4da66c4f941ce4028371dff79044df746bff1d81467bf3c6b6fc00
6
+ metadata.gz: 8815915da57e67cc835336e22f8690a76914e21d76b53d682572d6de996b503f43b94d67bcb20748590f2003c168c7be3db106cc1cb73674703a06de805b27bb
7
+ data.tar.gz: ec1983470aa4eaeb6ddb189057d2e20efaef17d2ee1a717bcd8db4a1c1c309fe1af222bb206f4bbbc1e880d452e5d61259c69f463ad4fe5bae25f15f3ed9d50c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImcAlves
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/lib/imc_alves.rb CHANGED
@@ -14,7 +14,6 @@ module ImcAlves
14
14
  @peso = peso
15
15
  @altura = altura
16
16
  @imc = calc_imc
17
- @en_index = 0
18
17
 
19
18
  @est_nut = {
20
19
  'Desnutrição Grau V': [10, "< 10"],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imc_alves
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - guinn83