realogy 0.6.7 → 0.6.9
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 +4 -4
- data/lib/realogy/app/models/data_sync.rb +1 -1
- data/lib/realogy/tasks/realogy.rake +1 -1
- data/lib/realogy/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4cd27d1efeb5f696a0c1e78300083b7ead01f7f380bd1ebf8c1d420b25dd870
|
4
|
+
data.tar.gz: 5c275d47d826831f3fda7ec142e907069b7de334f2afd1d31bb84380caf5b40e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4f05a3939ca6c449d9b357cfb1581d8ba6f2dc031104b203c25f6bd056a5099c271dcfb26a0db087778dead92d7e5446efb954cdc03e850ff8d6d8aced19f6f
|
7
|
+
data.tar.gz: a81cdbf6e7709007e584300014b1c09e65f617ac028ba9394493779aabf78463cac56542bd6988a51e4bd725efc2d4238cd5af28d700a2644ccc14a29eb03961
|
@@ -204,7 +204,7 @@ OAuth2::AccessToken.class_eval do
|
|
204
204
|
Rails.application.credentials.dig(:realogy, :client_secret),
|
205
205
|
token_url: Rails.application.credentials.dig(:realogy, :token_url)
|
206
206
|
)
|
207
|
-
if File.
|
207
|
+
if File.exist?(path)
|
208
208
|
File.open(path) do |f|
|
209
209
|
token = OAuth2::AccessToken.from_hash(client, JSON.parse(f.read))
|
210
210
|
end
|
data/lib/realogy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: realogy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Edlund
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: bundler
|
@@ -136,7 +135,6 @@ homepage: https://github.com/arcticleo/realogy
|
|
136
135
|
licenses:
|
137
136
|
- MIT
|
138
137
|
metadata: {}
|
139
|
-
post_install_message:
|
140
138
|
rdoc_options: []
|
141
139
|
require_paths:
|
142
140
|
- lib
|
@@ -151,8 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
149
|
- !ruby/object:Gem::Version
|
152
150
|
version: '0'
|
153
151
|
requirements: []
|
154
|
-
rubygems_version: 3.
|
155
|
-
signing_key:
|
152
|
+
rubygems_version: 3.7.2
|
156
153
|
specification_version: 4
|
157
154
|
summary: Encapsulation of Realogy's DataSync API.
|
158
155
|
test_files: []
|