a1439ty_bmiV3 0.0.1 → 0.0.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: b6bd7b50cc72292c2db28a2952af000f2b996ab5
4
- data.tar.gz: 406da499ac28ed305b9747a4b281b6b3bc512d4b
3
+ metadata.gz: be36bc037b78900d566a8294bcb78e47390a0fc2
4
+ data.tar.gz: 832f9c40e3c6b2b6be947444d1221adf1030236d
5
5
  SHA512:
6
- metadata.gz: 4e8db17964db869a0529ecb7121e06e5c0899512c9ad3310f98c32dc3279b86d79cd9f6c75b59c6344ad6461ff2176e4e0b26f694e99bd98cea1261e4b8f5233
7
- data.tar.gz: a0385cb05dafb4a7d1adaffd26b3265e3c4e7f817a2f17e8a35216cb6855bf8de69c9bc5a3680cb0bfd78a9e41c5d2452a4ae1377f1f90b69e1f0e20b6f75584
6
+ metadata.gz: 01556b144b37328bda3e45fa5853ae8720bfe2737ed7c75169b62966853ec3599fe663c2b9475b739afb3666760e1f48eaa539da38c1d3ccb11c1d64401b21cd
7
+ data.tar.gz: e2feb1d39459b7c1f054b9ee81695a611fa755b3b861241240b478524de8cd6daaf8a2ddf3a54bfc5a504dbf7ca7666b3eba69e78fac56c23df42168d2463ecf
@@ -4,7 +4,7 @@ module A1439tyBmiV3
4
4
  # Your code goes here...
5
5
 
6
6
  print("height(cm):")
7
- height ~ gets.chomp
7
+ height = gets.chomp
8
8
  print("body weight(kg):")
9
9
  weight = gets.chomp
10
10
  bmi = (weight / (heigth/100)**2)
@@ -1,3 +1,3 @@
1
1
  module A1439tyBmiV3
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a1439ty_bmiV3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tatsuhito Yamada