age_group 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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +14 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6439fe751022ba40d3030956ff542bd40af75b40
4
- data.tar.gz: 266287e7f92df6de7459594b05e995717adf2d24
3
+ metadata.gz: 468c70fd77dad9bd82f806cf1cba2bedaae0b9e3
4
+ data.tar.gz: 2117001f551d7c8abaaa989e14dd212319a32afb
5
5
  SHA512:
6
- metadata.gz: 649c75ff1567e8d14bdb8874d513ef7dd46506310164bd5c136f1bb3d03807a11085c95752bd6e1fedd3e14719f67a3cbd3a0ade1e179ecb88326ed8b390b594
7
- data.tar.gz: 472b1d6a1379c053668460f0ff30f07c3c2b46fe8633bc0e97cae15ca51f27329b652562b872d21e27feff0eadcbe50ba57bb6ebf4f1869e2bc045f6c1593a6f
6
+ metadata.gz: 4522876338430fc66a05da9b26d1b06413cdd32afbc49ec1805ac5974ea7609b3cf954dbc2ab92622074d844596d4be9aeaa099d4f0bbcc064a64cfe94a6286e
7
+ data.tar.gz: 01f2995d42179df0dea6ced42bbba7c7906b276795fd3bac9a22d6258b0c089fdd5b85b4475c56f49dcd7c3dd3f8b84fb731b52979a3a3a7ea5306e4fcef7efb
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: age_group
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
  - Evan Masterson
@@ -11,18 +11,19 @@ cert_chain: []
11
11
  date: 2018-04-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
- A simple gem to set the age category of a user given a date of birth."\n"
15
- Given a string representation of date of birth in the format yyyy-mm-dd\n
16
- e.g; AgeGroup.setAgeCategory(1990-01-01) will return "Young Adult" as their age category\n
17
- Age Ranges:\n
18
- 0-2 > Infant\n
19
- 3-5 > Young Child\n
20
- 7-12 > Child\n
21
- 13-17 > Teen\n
22
- 18-30 > Young Adult
23
- 31-45 > Middle Aged
24
- 46-64 > Mature Adult
25
- 65+ > Elderly
14
+ Built for a healthcare application.
15
+ A simple gem to set the age category of a user given a date of birth.
16
+ Given a string representation of date of birth in the format yyyy-mm-dd.
17
+ e.g; AgeGroup.setAgeCategory(1990-01-01) will return "Young Adult" as their age category.
18
+ Age Ranges:
19
+ 0-2 > "Infant",
20
+ 3-5 > "Young Child",
21
+ 7-12 > "Child",
22
+ 13-17 > "Teen",
23
+ 18-30 > "Young Adult",
24
+ 31-45 > "Middle Aged",
25
+ 46-64 > "Mature Adult",
26
+ 65+ > "Elderly"
26
27
  email: evanm95@hotmail.com
27
28
  executables: []
28
29
  extensions: []