contacts_client 0.0.48 → 0.0.49
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +10 -10
- data/app/models/padma_contact.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMjU2":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
5
|
-
|
4
|
+
MzM3NmM5YjNlN2FkYWYzY2JmYmRjNTk3ZTVmYjZhYTJiNzQzZWVmNTk0YjBm
|
5
|
+
MDlmYjdmNTlmMTQzOTE0ZmMwZg==
|
6
6
|
data.tar.gz: !binary |-
|
7
|
-
|
8
|
-
|
7
|
+
NmE3MmRhNTJmZTQ0NjUxZmFjNThlNzRkNzM3YTZlODEwNmFkNTBlZjcwM2M5
|
8
|
+
MmYxYjI0NjQ4ZGI5MzUxZTRlOQ==
|
9
9
|
SHA512:
|
10
10
|
metadata.gz: !binary |-
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
ZTI5MzdiMzMwNDg3ZWQ3M2JlOTk2MTY0OWVmMWNmMDVhY2RiNGNkMzYzMWY4
|
12
|
+
Y2NkNDAzM2I3ZjRhM2I4NzAxOWQ4OGZmNzExNjc1NzZlZGIzYTA5ZTJhZTQz
|
13
|
+
MDU0YzJlYWMxY2QxMmI5ZTE3NzYxNDMxMDAyYzVjMGJjODNkMTA=
|
14
14
|
data.tar.gz: !binary |-
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
NjBmYmQ5OWY1YzQzM2QwNzIwZjFiODc0NWU3NzE2MGUwZTUxN2FhOGUxOTBh
|
16
|
+
NDIyZjNiM2RkMTFkNmMzNjNkYjE1NjE2YmUxZTc5NDYzN2FjZGVhMzY5N2Rh
|
17
|
+
MTcxOGI4ZmNkODcyMDEyOTViYjIyMmI4NTFhYWY0ZTU0YWQzNmQ=
|
data/app/models/padma_contact.rb
CHANGED
@@ -16,10 +16,11 @@ class PadmaContact < LogicalModel
|
|
16
16
|
attribute :avatar
|
17
17
|
attribute :status
|
18
18
|
attribute :local_status # will only be setted if #find specifies account_name
|
19
|
-
attribute :local_statuses
|
19
|
+
attribute :local_statuses # array of all local statuses
|
20
20
|
attribute :last_seen_at # will only be setted if #find specifies account_name
|
21
21
|
attribute :last_local_status
|
22
22
|
attribute :local_teacher
|
23
|
+
attribute :local_teachers # array of all local teachers
|
23
24
|
attribute :global_teacher_username
|
24
25
|
attribute :level
|
25
26
|
attribute :coefficient # will only be setted if #find specifies account_name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.49
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dwayne Macgowan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|