housecanary-ruby 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/housecanary/api/repository.rb +1 -1
- data/lib/housecanary/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e46d182e5b9c65a1f6bb9b79bcf59f4882665a34bc1b46c01ecdbc4763b1ac3
|
4
|
+
data.tar.gz: 79c3a6393fa8c80cfbf386a3e109cad7eb6dc4c42cbf415a6b906000cd5a0ac5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23010eade4aa6c697963a5e23246fe7867012d3bf5c62b66514f88eb69ba3218ad03f1c5eab9df5ee895fadbc32855e2ea7793942bd9e492aa247328e77491c2
|
7
|
+
data.tar.gz: 3489664c46abe84aa7fa2e815b366d03458f0135e6b83a0928df0eef8d9ec6515e53cb97ad45a6652cc982788fa44ac38862871f32465eb5edd5f794013d7255
|
@@ -13,7 +13,7 @@ module Housecanary
|
|
13
13
|
|
14
14
|
def sales_history(params = {})
|
15
15
|
if (response = perform_response(:get, SALES_HISTORY_PATH, params))
|
16
|
-
SalesHistory.new(response&.first&.fetch(:'property/sales_history', nil))
|
16
|
+
SalesHistory.new(**response&.first&.fetch(:'property/sales_history', nil))
|
17
17
|
end
|
18
18
|
end
|
19
19
|
|
data/lib/housecanary/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: housecanary-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilia Kriachkov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-auto_inject
|