health_stats 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/health_stats.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{health_stats}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mark Martin"]
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
28
  "lib/health_stats/cdc_data/bmi.rb",
29
29
  "lib/health_stats/statistics.rb",
30
30
  "pkg/health_stats-0.0.1.gem",
31
+ "pkg/health_stats-0.0.2.gem",
31
32
  "spec/spec_health_stats.rb"
32
33
  ]
33
34
  s.homepage = %q{http://github.com/assplecake/healthdata}
data/lib/health_stats.rb CHANGED
@@ -1,10 +1,5 @@
1
1
  module HealthStats
2
- AttributeError = Class.new(StandardError)
3
- RequiredAttributes = [:dob, :weight, :height, :gender]
4
-
5
- RequiredAttributes.each do |attribute|
6
- define_method(attribute) { nil }
7
- end
2
+
8
3
  end
9
4
 
10
5
  require 'health_stats/age'
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health_stats
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
  - Mark Martin
@@ -44,6 +44,7 @@ files:
44
44
  - lib/health_stats/cdc_data/bmi.rb
45
45
  - lib/health_stats/statistics.rb
46
46
  - pkg/health_stats-0.0.1.gem
47
+ - pkg/health_stats-0.0.2.gem
47
48
  - spec/spec_health_stats.rb
48
49
  has_rdoc: true
49
50
  homepage: http://github.com/assplecake/healthdata