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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af21ce6dbe48615c3a3ecc256c80e8a040d0b6509fdc519daea7f5427cc48cda
4
- data.tar.gz: c8e39d729c23718404fc01cebe9a99f2d07fb14be2113512025e0881ce4ab25e
3
+ metadata.gz: e4cd27d1efeb5f696a0c1e78300083b7ead01f7f380bd1ebf8c1d420b25dd870
4
+ data.tar.gz: 5c275d47d826831f3fda7ec142e907069b7de334f2afd1d31bb84380caf5b40e
5
5
  SHA512:
6
- metadata.gz: cc34e6fe481234ded70d4d5de236e2c4af525471895d64a66451ef817f4a299dae6efd918d750a0a511e9f4528122f50275070b2e985d57ea5cbedec3ac55bbc
7
- data.tar.gz: f065a69112faaba033180837cc7b0086f5582dfa3afff86c287ce99d1fbb8797245867e7c9b44b598042ff4d88b873446e45eace0ed86a4381a85507a05e9bde
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.exists?(path)
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
@@ -102,7 +102,7 @@ namespace :realogy do
102
102
  when "Upsert"
103
103
  hash["class"] = klass.to_s
104
104
  active_job_configured? ? PopulateRealogyEntityJob.perform_later(hash) : klass::triage(hash)
105
- end rescue nil
105
+ end
106
106
  end
107
107
  end
108
108
 
@@ -1,3 +1,3 @@
1
1
  module Realogy
2
- VERSION = "0.6.7"
2
+ VERSION = "0.6.9"
3
3
  end
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.7
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: 2022-03-17 00:00:00.000000000 Z
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.3.7
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: []