BMI_calc 0.1.1 → 0.1.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 +8 -8
- data/BMI_calc.gemspec +1 -1
- data/README.md +1 -1
- data/lib/BMI_calc.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGU4Mjc0YTA0ODIwNmI4NjM4ZTcwMzI0Mzg1OTY3MzEzNzljYzZiYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTg5ZjJlYWViMWE3MWViNmYwNGY5MGVlZGE2NjU0ZjNjMzM1YzRjZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZjdmMTkzN2VmMWNhM2MxMDg4ODE0Y2U1MjgxNDMwZjkyYzUxYWYzZTk1YWMx
|
10
|
+
MzAwN2MzMzNjYWZjMzgxNTVlNzU4ODIzM2NkNzEwNWRmNzZjYTI4ZDQ4MWQx
|
11
|
+
M2EwOWRhYjE5ZTBmMDg4YjVmZTZiOTA0NWMzZDdiNmU5MTcwMGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzI0OGM4YTM2YWE1YjBlOWM1NGE0ZDkxMDUzMjIwZWVmYzZmOTJlNzIwMTJl
|
14
|
+
ZDBmYzk1ZGI2MzI0YTI0NzUxMzI2Mzg4YjlkNzllM2I2NGY1ZTg0YjFkMTRl
|
15
|
+
YjA4ZTcyMjYyYzlhOGFlYzE4YWQ4YjFkZGNhN2VhYmRjZDEyYzQ=
|
data/BMI_calc.gemspec
CHANGED
data/README.md
CHANGED
@@ -9,7 +9,7 @@ require 'BMI_calc'
|
|
9
9
|
BMI.run
|
10
10
|
```
|
11
11
|
|
12
|
-
save the text file as BMI.
|
12
|
+
save the text file as BMI.rbw on your desktop if you are using Microsoft Windows as an Operating System.
|
13
13
|
|
14
14
|
if Ruby is in your PATH, clicking on this Ruby file will start the Widget.
|
15
15
|
|
data/lib/BMI_calc.rb
CHANGED