reso_api 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/reso_api/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6328a0f138a8db17b52866e9a0bd41a95b444d88e874b0153cecd1124cc4d9a
4
- data.tar.gz: 5f70b75248c806b56bc23026f8bd97bd21e6cd9ebc0064074a3d441ae55ce705
3
+ metadata.gz: 1ef7f2b75b223515ac38f77207f318c63cf5dfe9bcea5b8e19deba26b4f18948
4
+ data.tar.gz: be79b59c3400ca395deb6ed5101d48b0378ecef444495f310f5b17cb9b4ae22a
5
5
  SHA512:
6
- metadata.gz: 0b4dcfaa9e7e304b1e109139c075231cb44c65e69cb604f82d27d5a296518bccef885a4c3d4b2ceaf018759a4b7b811bef03e13d8b8ce1f27d725fd4492a80bd
7
- data.tar.gz: f49bd22db5aeea0c1f3054d40705480f34bbba3aabd8e9f5b97ed87c51be6eacbe63a6afbe24410cf93a869e45c1d3e811c6a07808134700b76e14d6a55d89bc
6
+ metadata.gz: feb5cf5e4574406c4295dec43124fea5e26860abff248623f4f3a7167b2e0d91ae2bcb515d9a6a62f004dcb11060db82ec15bee15a2d4e6b118c9e1407beaea2
7
+ data.tar.gz: d9f3fff4596193e7fa36487722e189da0adbcc7dea40d8fd15d35ab50d82e3f4d0fc18f8d3551f1b785722aefa8812e063390b272622d6e75cbfbfee9e34eb27
data/README.md CHANGED
@@ -145,7 +145,7 @@ client.properties(expand: "Media")
145
145
 
146
146
  #### $ignorenulls
147
147
 
148
- For servers that support it, $ignorenulls omits empty keys from the response to reduce data size.
148
+ For servers that support it, `$ignorenulls` omits empty keys from the response to reduce data size.
149
149
 
150
150
  ```ruby
151
151
  client.properties(ignorenulls: "true")
@@ -231,9 +231,9 @@ client.properties(top: 5, orderby: "ListingKey", skiptoken: "3yd-AAABORMI-320039
231
231
 
232
232
  This gem should work with any RESO Web API compliant service, but these are those that have been confirmed to work.
233
233
 
234
- - [ListHub](https://www.listhub.com)
235
234
  - [Constellation1](https://constellation1.com)
236
235
  - [CoreLogic Trestle](https://trestle.corelogic.com)
236
+ - [ListHub](https://www.listhub.com)
237
237
 
238
238
  If you use this gem to connect to another service or MLS, please submit a pull request with that service added in alphabetical order in this list.
239
239
 
@@ -1,3 +1,3 @@
1
1
  module ResoApi
2
- VERSION = "0.5.6"
2
+ VERSION = "0.5.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reso_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Edlund