a1412tk_bmi 0.0.2 → 0.0.3

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: d581635d7a818fe246df4a0ba57852fcd22b6268
4
- data.tar.gz: e3e8c3ed8ca4bb6cfc4220c623babe28d1acbe9e
3
+ metadata.gz: c07ffc590bf6a91a516e5e40a5d1a19eb96a5aac
4
+ data.tar.gz: 9ba600e0a6d72ac634d4e6366d729e21e67deaec
5
5
  SHA512:
6
- metadata.gz: e895372dbdc40e9bbec385cf2659d2b64e5c71be594953b18462968f198b6e4d11f10aaed9fd5de386bf62d3b62204fd79d4b993272fb3e5074e6323466238c8
7
- data.tar.gz: 831eb1a6ecbf05bab3d28f90c20f10efcc6e77152cf248eda413f862c9a694496a5a54dd5351b38a8d65e727ebda0b1cf407c45738515748a8cad2ccd305d228
6
+ metadata.gz: 81c854d7993d945e822b61b7afb6e3900bc2f5b48c425946cda8572a76c7df549083734956909f31dd9a3d8b53762ba8d116fa8e97397c75482281308ed6ead9
7
+ data.tar.gz: e21ab48b4d1d4f7af2486efe41f91c93c3965a019ba08694d38ef8a08e2c0d5a0c351942f40177b9f4ba98006b60dbc667a551e21a3581b6788b018950bdc1b6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # A1412tkBmi
2
2
 
3
- TODO: Write a gem description
3
+ A simple BMI calculation
4
4
 
5
5
  ## Installation
6
6
 
@@ -20,7 +20,19 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ Simply run `a1412tk_bmi` command with `height` and `weight`:
24
+
25
+ $ a1412tk_bmi [height(cm)] [weight(kg)]
26
+
27
+ Example:
28
+
29
+ $ a1412tk_bmi 180 70
30
+ 21.6
31
+
32
+ Or you can put them as float:
33
+
34
+ $ a1412tk_bmi 180.5 70.8
35
+ 21.7
24
36
 
25
37
  ## Contributing
26
38
 
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = A1412tkBmi::VERSION
9
9
  spec.authors = ["rivayama"]
10
10
  spec.email = ["tomozo16@gmail.com"]
11
- spec.summary = %q{Simple BMI calculatorn}
11
+ spec.summary = %q{Simple BMI calculation}
12
12
  spec.description = %q{Usage: a1412tk_bmi [height(cm)] [weight(kg)]}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module A1412tkBmi
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a1412tk_bmi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - rivayama
@@ -79,6 +79,6 @@ rubyforge_project:
79
79
  rubygems_version: 2.2.2
80
80
  signing_key:
81
81
  specification_version: 4
82
- summary: Simple BMI calculatorn
82
+ summary: Simple BMI calculation
83
83
  test_files:
84
84
  - test/test_a1412tk_bmi.rb