simplyrets 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d08f02b46485ff5f193916bea050594e77129ed
4
- data.tar.gz: be7c8aecec0bcbfcb0784642ae8881fc957ee84f
3
+ metadata.gz: 92d924896e38ee9c642b6c07a5b3e33f1b4b0661
4
+ data.tar.gz: 5af20581ab61cd4103420592e34102ddd12b059a
5
5
  SHA512:
6
- metadata.gz: 96f645e6f3ab093b225cb8356736516ab495fba4a03707d1f3f8a6ef40c8ffa66f2067aa70ccc7e6a33e5ab4ef72cc90ac05d866ba508be41d19fbcd07912a1a
7
- data.tar.gz: 0d2ef1c6086b8a07d6b2dd6ad26880ade28e6c38d184ea23476619a80bc310be596ff15afe503d6454b4d46049c7631138fe0296e0454f8876139bf08035eec6
6
+ metadata.gz: 6b0af83a68f95dcc80fb581e8b501733a8abf0cb8f29c93618a020d6f54a7eef2cb07a0f8d22fddc91cf3a75b65259c1e62bdc16077ea14da5b466cf3e0fe8b8
7
+ data.tar.gz: f8bf2d56588badfeed6358a1d61a47509886f11b8fd6dea2816fed610220f0b8db193b8c5fbf39cd580b567b0de997fd3fe4e93a8defd084000dbadefc882051
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simplyrets (1.0.0)
4
+ simplyrets (1.0.1)
5
5
  json (~> 1.4, >= 1.4.6)
6
6
  typhoeus (~> 0.2, >= 0.2.1)
7
7
 
@@ -14,7 +14,7 @@ module SimplyRetsClient
14
14
  # @option opts [Integer] :maxarea Filter listings by a maximum area size in Sq Ft.\n
15
15
  # @option opts [Integer] :minbaths Filter listings by a minimum number of bathrooms.\n
16
16
  # @option opts [Integer] :maxbaths Filter listings by a maximum number of bathrooms.\n
17
- # @option opts [Integer] :mineds Filter listings by a minimum number of bedrooms.\n
17
+ # @option opts [Integer] :minbeds Filter listings by a minimum number of bedrooms.\n
18
18
  # @option opts [Integer] :maxbeds Filter listings by a maximum number of bedrooms.\n
19
19
  # @option opts [Integer] :limit Set the number of listings to return in the response.\nThis defaults to 20 listings, and can be a maximum of 50.\nTo paginate through to the next page of listings, take a\nlook at the `offset` parameter, or the Link in the HTTP\nHeader.\n
20
20
  # @option opts [Integer] :offset Used as a cursor for pagination. Increase the offset parameter\nby the limit to go to the next \"page\" of listings. Also take\na look at the Link HTTP Header for pre-built pagination.\n
@@ -63,7 +63,7 @@ module SimplyRetsClient
63
63
  query_params[:'maxarea'] = opts[:'maxarea'] if opts[:'maxarea']
64
64
  query_params[:'minbaths'] = opts[:'minbaths'] if opts[:'minbaths']
65
65
  query_params[:'maxbaths'] = opts[:'maxbaths'] if opts[:'maxbaths']
66
- query_params[:'mineds'] = opts[:'mineds'] if opts[:'mineds']
66
+ query_params[:'minbeds'] = opts[:'minbeds'] if opts[:'minbeds']
67
67
  query_params[:'maxbeds'] = opts[:'maxbeds'] if opts[:'maxbeds']
68
68
  query_params[:'limit'] = opts[:'limit'] if opts[:'limit']
69
69
  query_params[:'offset'] = opts[:'offset'] if opts[:'offset']
@@ -1,5 +1,5 @@
1
1
  module SimplyRetsClient
2
2
  module SimplyRets
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplyrets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Reichert
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-15 00:00:00.000000000 Z
12
+ date: 2015-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -233,6 +233,7 @@ files:
233
233
  - lib/simplyrets/simplyrets/request.rb
234
234
  - lib/simplyrets/simplyrets/response.rb
235
235
  - lib/simplyrets/simplyrets/version.rb
236
+ - simplyrets-1.0.0.gem
236
237
  - simplyrets.gemspec
237
238
  homepage: https://simplyrets.com
238
239
  licenses: