external_services 0.1.6 → 0.1.7
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.
- checksums.yaml +8 -8
- data/lib/external_services/active_record.rb +2 -2
- data/lib/external_services/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTA0OWIzM2UxMzM0ZjllMjVkYmNhNzJiZGIyNjgxNmUzY2YzYTg5NA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGY0MmY1ZmUzYzE3OGQ3MTIwZWIwZTAwYzRiZWE4MzQ1NjVlNTkzZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTc3ZmQxN2JlZjVkODU3NjNkYTA1NmVhNWYzZmYxZDcyMWIzOThmM2RhMGI5
|
10
|
+
NjU1OGQ4M2MyMzg0NjUzMGI0YTUzNzllMmM4ZTA2ZmNkZWRlYWIxMTAzZTc1
|
11
|
+
ZmMxZGE2N2MzMWMwN2RiNTNlYmNjMGZkNjYxYjFmNGU0MzI4ODE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDI5MWM4MTc0OTJhOTYyNzRhZTZiMDQ4NzdlNzA4YmRiYmM0YmEwYzAyZDQ2
|
14
|
+
NWZiZGJjZWMwOTQwZTcyZTg5NTYyNDVhYzZmMGZiN2RlOTE1MGQyMzhlZGNh
|
15
|
+
ODNlNzNlZWZhOWJjNDkzNDI3YWEyMzBmYWE2Njc2NWRkMmE4NDA=
|
@@ -175,8 +175,8 @@ module ExternalServices
|
|
175
175
|
end
|
176
176
|
|
177
177
|
define_method :external_services_syncing? do
|
178
|
-
result = (
|
179
|
-
result
|
178
|
+
result = (defined?(super) && super())
|
179
|
+
result ||= public_send(syncing_method) unless public_send(disabled_method)
|
180
180
|
result
|
181
181
|
end
|
182
182
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: external_services
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Gnuskov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|