contacts_client 0.0.25 → 0.0.26
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/attachment.rb +2 -0
- data/app/models/avatar.rb +2 -0
- data/app/models/contact_attribute.rb +2 -0
- data/app/models/padma_contact.rb +2 -0
- data/app/models/tag.rb +2 -0
- metadata +2 -2
data/app/models/attachment.rb
CHANGED
data/app/models/avatar.rb
CHANGED
data/app/models/padma_contact.rb
CHANGED
@@ -39,6 +39,8 @@ class PadmaContact < LogicalModel
|
|
39
39
|
|
40
40
|
self.enable_delete_multiple = true
|
41
41
|
|
42
|
+
self.expires_in = 10.minutes
|
43
|
+
|
42
44
|
validates_presence_of :first_name
|
43
45
|
validates_inclusion_of :gender, in: %W(male female), allow_blank: true
|
44
46
|
validates_numericality_of :estimated_age, allow_blank: true
|
data/app/models/tag.rb
CHANGED
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.
|
4
|
+
version: 0.0.26
|
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: 2014-
|
12
|
+
date: 2014-06-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|