immoscout 2.10.0 → 2.11.0

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: 34e337111f4219ac8df3b9f2944ce5a3f3e7ad3b49b56f1638e63a6384f9c0e4
4
- data.tar.gz: ba3bc2fdfe4f8175e43a5738b5c905d229e0f9f80cd0c9f8b6f5b1d8eb5ffb47
3
+ metadata.gz: 2e3d3df057d9f48a5d90b93a11d3f5a714b8e6115d289e7423f9791a5e311ff3
4
+ data.tar.gz: '01018965a247408fcd392c7b1fb466bed8e96495ce39bf5ed1ca3b9f1ca73f41'
5
5
  SHA512:
6
- metadata.gz: '0728a5b5ce34c3e255abd5e850f3efb902d038c69dce910d030feae3dbd783ee93304c685fa5d1efd5c564687c5014c8e12a97bb78ade6af6d7d52189aefbd1d'
7
- data.tar.gz: 66badd9334e3e281b09002e115156561056ddf0f61546b8e9d88dd4c07b9145b8f647430ad54a01fcd5aaff5099433a267ab05abb84060b4141a1e878cd72547
6
+ metadata.gz: 6268e2171df75f5c2a46ca89f61970428a74afd33045410aa1a957ef71caa65df1ffbd06e2092b8a9bd4ee47bd46aba7f6cc1ec0019f404416ae88e19b6396a8
7
+ data.tar.gz: 89dd75858a4c57494f0ed46d423fe9fcd1744a0cefe4295376cc24c69da906729f63d1c73676a512d4b4879f0ada55a6a963c7311df50e99928ab237c3602934
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 2.11.0 (27 August 2026)
6
+
7
+ * Corrected some RuboCop glitches ([#38](https://github.com/hausgold/immoscout/pull/38))
8
+
5
9
  ### 2.10.0 (20 May 2026)
6
10
 
7
11
  * Corrected some RuboCop glitches ([#37](https://github.com/hausgold/immoscout/pull/37))
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Immoscout
5
5
  # The version of the +immoscout+ gem
6
- VERSION = '2.10.0'
6
+ VERSION = '2.11.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immoscout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.0
4
+ version: 2.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Geissler
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0'
203
203
  requirements: []
204
- rubygems_version: 4.0.11
204
+ rubygems_version: 4.0.16
205
205
  specification_version: 4
206
206
  summary: Ruby client for the Immobilienscout24 REST API
207
207
  test_files: []