contacts_client 0.0.53 → 0.0.54

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/app/models/padma_contact.rb +1 -1
  2. metadata +2 -2
@@ -53,7 +53,7 @@ class PadmaContact < LogicalModel
53
53
  self.enable_delete_multiple = true
54
54
 
55
55
  validates_presence_of :first_name
56
- validates_inclusion_of :gender, in: %W(male female), allow_blank: true
56
+ validates_inclusion_of :gender, in: %W(male female non_binary), allow_blank: true
57
57
  validates_numericality_of :estimated_age, allow_blank: true
58
58
 
59
59
  validates_associated :contact_attributes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contacts_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.53
4
+ version: 0.0.54
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-09-30 00:00:00.000000000 Z
12
+ date: 2020-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties