health_stats 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
5
10
  platform: ruby
6
11
  authors:
7
12
  - Mark Martin
@@ -9,19 +14,23 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2009-12-03 00:00:00 -08:00
17
+ date: 2010-06-22 00:00:00 -07:00
13
18
  default_executable:
14
19
  dependencies:
15
20
  - !ruby/object:Gem::Dependency
16
21
  name: activesupport
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
20
25
  requirements:
21
26
  - - ">="
22
27
  - !ruby/object:Gem::Version
28
+ segments:
29
+ - 2
30
+ - 3
23
31
  version: "2.3"
24
- version:
32
+ type: :development
33
+ version_requirements: *id001
25
34
  description:
26
35
  email: assplecake@gmail.com
27
36
  executables: []
@@ -32,6 +41,7 @@ extra_rdoc_files:
32
41
  - LICENSE
33
42
  - README.md
34
43
  files:
44
+ - .gitignore
35
45
  - LICENSE
36
46
  - README.md
37
47
  - Rakefile
@@ -42,9 +52,10 @@ files:
42
52
  - lib/health_stats/bmi.rb
43
53
  - lib/health_stats/cdc_data.rb
44
54
  - lib/health_stats/cdc_data/bmi.rb
55
+ - lib/health_stats/cdc_data/height.rb
56
+ - lib/health_stats/cdc_data/weight.rb
57
+ - lib/health_stats/percentile.rb
45
58
  - lib/health_stats/statistics.rb
46
- - pkg/health_stats-0.0.1.gem
47
- - pkg/health_stats-0.0.2.gem
48
59
  - spec/spec_health_stats.rb
49
60
  has_rdoc: true
50
61
  homepage: http://github.com/assplecake/healthdata
@@ -56,21 +67,25 @@ rdoc_options:
56
67
  require_paths:
57
68
  - lib
58
69
  required_ruby_version: !ruby/object:Gem::Requirement
70
+ none: false
59
71
  requirements:
60
72
  - - ">="
61
73
  - !ruby/object:Gem::Version
74
+ segments:
75
+ - 0
62
76
  version: "0"
63
- version:
64
77
  required_rubygems_version: !ruby/object:Gem::Requirement
78
+ none: false
65
79
  requirements:
66
80
  - - ">="
67
81
  - !ruby/object:Gem::Version
82
+ segments:
83
+ - 0
68
84
  version: "0"
69
- version:
70
85
  requirements: []
71
86
 
72
87
  rubyforge_project:
73
- rubygems_version: 1.3.5
88
+ rubygems_version: 1.3.7
74
89
  signing_key:
75
90
  specification_version: 3
76
91
  summary: Convenience methods for age, bmi, bmi percentile
Binary file
Binary file