wilksformula 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66e9de30bbdd4c231f3b00f9639344852df27c53
4
- data.tar.gz: 9d666dd7c10cf97f59ab358cd7450915a923246c
3
+ metadata.gz: 90c793c8d242988a729a4367fc4dcbc75fd62850
4
+ data.tar.gz: 89df80f3ddf8068cb4224603dca782083801e0db
5
5
  SHA512:
6
- metadata.gz: f8eb3be03926dfe4f714102c5333efe4c85a7ed1df78143f93a82ba30662eb7efd3232acce269a549801bfd37d72887624e1ca1e887f4eaa31d5d8ccb004b82d
7
- data.tar.gz: b9e31d86ec3932130854d353fc2b2d94ddc76bae12b108f41e16a21ec648199e2658448537bcfdaa4fc66c7431fa699d9fb48ace19c34505c97aa341a662d744
6
+ metadata.gz: 411a4934d9ae0413405eb1db8585ab9ace80534db19569d4f46fbd0b1db6433de1723eaa064b86158bcb5b0239c2929ee72ed26e7caef1019cfb536d0dc85750
7
+ data.tar.gz: 6c02fd5b8fdd03bbedb996594133cf3040c671e337518cbe11330c487dc9bedb3ce686b354412e02aaf437b3400224dacdd7ad34d084d205b8816ce8acccaac0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Wilksformula
2
2
 
3
- TODO: Write a gem description
3
+ Gem to calculate the Wilks formula
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,11 +18,17 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ Wilksformula.men_formula(weight,total)
22
+
23
+ Wilksformula.women_formula(weight,total)
24
+
25
+ ## Example
26
+
27
+ Wilksformula.men_formula(60,600) # 511.74
22
28
 
23
29
  ## Contributing
24
30
 
25
- 1. Fork it ( http://github.com/<my-github-username>/wilksformula/fork )
31
+ 1. Fork it ( http://github.com/masayukioguni/wilksformula/fork )
26
32
  2. Create your feature branch (`git checkout -b my-new-feature`)
27
33
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
34
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module Wilksformula
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: wilksformula
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
  - masayuki_oguni