creepcheck 3181.0.0 → 3181.0.1

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. data/lib/creep_check.rb +1 -1
  2. metadata +9 -8
@@ -102,7 +102,7 @@ class CreepCheck
102
102
  end
103
103
 
104
104
  def self.version
105
- '3181.0.0'
105
+ '3181.0.1'
106
106
  end
107
107
 
108
108
  def creep?(younger)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creepcheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 3181.0.0
4
+ version: 3181.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,14 +14,14 @@ dependencies: []
14
14
  description: |2
15
15
  CreepCheck is a Ruby library that provides an API for checking romantic age
16
16
  compatibility based on the popular half-plus-seven formula for determining
17
- when it is socially (in)appropriate for people to date based on their rela-
18
- tive ages. It comes with a sample command line interface utility.
17
+ when it is socially (in)appropriate for people to date based on their
18
+ relative ages. It comes with a sample command line interface utility.
19
19
 
20
20
  Opinions vary on appropriate age differences in romantic relationships, but
21
- the half-plus-seven formula seems to approximate United States cultural bi-
22
- ases about appropriate age differences pretty well. This library and util-
23
- ity package was originally created as a joke related to assessing the ap-
24
- propriateness of relationships between characters in fictional contexts,
21
+ the half-plus-seven formula seems to approximate United States cultural
22
+ biases about appropriate age differences pretty well. This library and
23
+ utility package was originally created as a joke related to assessing the
24
+ appropriateness of relationships between characters in fictional contexts,
25
25
  such as in fantasy/sci-fi prose and roleplaying games. It is not intended
26
26
  to be treated as a substitute for moral fiber or individual judgement, and
27
27
  no guarantees are made about the likelihood one's family or local courts of
@@ -54,7 +54,8 @@ post_install_message: |2
54
54
 
55
55
  require 'creep_check'
56
56
 
57
- . . . and provides the CreepCheck class.
57
+ . . . and provides the CreepCheck class. RDoc for CreepCheck is pretty
58
+ half-assed at this time, but may be useful nonetheless.
58
59
  rdoc_options: []
59
60
  require_paths:
60
61
  - lib