justimmo_client 0.4.2 → 0.4.3

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
  SHA1:
3
- metadata.gz: 743d21ea143573c824c8428092bdbeb434b0ea47
4
- data.tar.gz: 536acaf70e43c05ffed35b911f0215a8ec019b23
3
+ metadata.gz: f74e4f934c4b4a0d3d9e84414ada4785a6a908ab
4
+ data.tar.gz: b10b66166909331951bbce4c7a33c7be2f798bc0
5
5
  SHA512:
6
- metadata.gz: 95bddb14fb06461874ac4e9707ea69bef559a4afc5497d0ddaffe92cbde954d9279450be48900698c6168478480fb959f42b2d122a1c6bfe7a050454cadb5ce5
7
- data.tar.gz: efde75d0703d31333d0f83abce57cf5c36d50f572827d57d1e37a0b4b389854c387bcdfafed3d01dcf1b4b2162a5d61cdb18b099139629c3dd021fa2c6aa7013
6
+ metadata.gz: d966a8283487c6549a23436df247501bf9509628bdac52a80256fe12190f78367b6293fba837d151d21bf29ab7af3b9f3984b14d78cad20cf0a9949992e514ce
7
+ data.tar.gz: 680da3354939fbf771cb11e5efda8b98d3eb08a6854be401ccdccc6a7877605e40b2041d7f1f77c4d5180cc1cd587114cdd81f38b1c74d872896afa88eef02b5
@@ -66,7 +66,7 @@ module JustimmoClient::V1
66
66
  # @param [Hash] params
67
67
  # @return [String] A JSON string containing an array of ids.
68
68
  def ids(**params)
69
- get("objekt/ids", ids_option_parser.parse(params))
69
+ get("objekt/ids", list_option_parser.parse(params))
70
70
  end
71
71
 
72
72
  # @todo implement this
@@ -172,8 +172,6 @@ module JustimmoClient::V1
172
172
  end
173
173
  end
174
174
 
175
- alias ids_option_parser list_option_parser
176
-
177
175
  # @return [Hash]
178
176
  def inquiry_option_parser
179
177
  @option_parsers ||= {}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JustimmoClient
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: justimmo_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Auernig