caloriecalc 0.1.5 → 0.1.6

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: aee76d5b0c52d605478fcf220ef56281c828a3f6
4
- data.tar.gz: 6319c995e56fad242d4207c912826b7669bd6baf
3
+ metadata.gz: 69268af4681b031414dd6bac312bc4a275fc3116
4
+ data.tar.gz: 873222a2efdd9a56cb0edebe45f0464fc35a4cd6
5
5
  SHA512:
6
- metadata.gz: 736525c8a7d513f88bfef16ac0e71bd4f267f3cb7aec1295130cd19c32632b17e999031087f90428cc8d47e1cbeab4c75a58318c2e01696fa17c5ab81b9bd262
7
- data.tar.gz: 1ee83f20135b84588e9c869f6fcfb10a785722e10032996f7fc285f55d0abc64f78b546945a5379b220b15e3336dd194e154cdb9929f7ad3c90c1cbff662df75
6
+ metadata.gz: 120d83bb856c4646fa26a2db6bd0099dc3549d4b814248aeb3699d184255ed929dceaddeb64d668ae173352a34c3c24072c8a8b3d3391b5986deff190be526ee
7
+ data.tar.gz: dc4059f372a2dd7e942d9f1c8aa07af884ef8b2033151a5711a95a1f6820266ea37938303d4231c7136ddb4922fdd2bc4a15482ff621eabb98ddf441560e5381
data/caloriecalc.gemspec CHANGED
@@ -10,7 +10,11 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["kevin.deady@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A Gem to calculate the caories needed for a person for a day.}
13
- spec.description = %q{This is an colege project where a gemfile will be created to calculate the calories using the methods provided by World Health Orgganisaiton, Harris Benedict and Mifflin-St. Jeor .}
13
+ spec.description = %q{Functions avaiable:
14
+ WHO, Harris Benedict and MifflinStJeor will return calore reqs
15
+ for a person based on the inputs age, height, weight, sex based on their respective algorithms.
16
+ Function CalorieCalculation returns a hash containing the values for each algorithm.
17
+ Function CaloriesBurnedPerMinute takes the weight and MET and returns the caloie burn per minute for a person performing that exercise}
14
18
  spec.homepage = ""
15
19
  spec.license = "MIT"
16
20
 
@@ -1,3 +1,3 @@
1
1
  module Caloriecalc
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caloriecalc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - kevin.deady@gmail.com
@@ -38,9 +38,12 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: This is an colege project where a gemfile will be created to calculate
42
- the calories using the methods provided by World Health Orgganisaiton, Harris Benedict
43
- and Mifflin-St. Jeor .
41
+ description: "Functions avaiable: \n WHO, Harris Benedict and MifflinStJeor will
42
+ return calore reqs \n for a person based on the inputs age, height, weight, sex
43
+ based on their respective algorithms.\n Function CalorieCalculation returns a
44
+ hash containing the values for each algorithm. \n Function CaloriesBurnedPerMinute
45
+ takes the weight and MET and returns the caloie burn per minute for a person performing
46
+ that exercise"
44
47
  email:
45
48
  - kevin.deady@gmail.com
46
49
  executables: []