immoscout 1.8.0 → 1.9.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: a85b9bb5e881e4722f1fbbf6b1e2d80253aa1521c8893e7426e2bf542a12e59d
4
- data.tar.gz: edb78cdd6d64932dd8df1c333c39d05095fdd763738204f9caa0b627e1216991
3
+ metadata.gz: cbd41f564b5adef8b572a52cca05f71987e4b3db6870e041eaa3b51f85dd9c7d
4
+ data.tar.gz: b2840c2452513886054823f9b37cc7a8facb10e19f878ea0a698eb8551f88298
5
5
  SHA512:
6
- metadata.gz: a2940398bc19114e297666a978e46fbb3f8c77da3f1a330bd18ed657a542f38de69283ccdc2f7051e09998d5f5ee697d715b118f0badd6b25185c25105265c05
7
- data.tar.gz: 016a658b8b420c92a80adb8074c4002578d7a24e17bc5cb65c0871be081a40d067c583eef423dc907bf3f588e0bc7dc80f2208138be2d13625555c55876af40a
6
+ metadata.gz: b44758c80b8e5c2b70762b2c4b5df70311162cc9e2486891634da19e422b44afe72534e0bfcc80628c7edb6414e29ab5b0cfa59b5608278439bc14fbd31cd711
7
+ data.tar.gz: 2ebb7ccfa8b66516b527307516b64f54b04163d87f54dd72899e70aa3a7dc756c0247fa9c9ce75623b54efd909b32be36c6e2ee598a68a27f90be125bf5371b3
@@ -18,7 +18,7 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby: ['2.7', '3.0']
21
+ ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
22
22
  rails: ['6.1', '7.1']
23
23
  env:
24
24
  BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
data/CHANGELOG.md CHANGED
@@ -2,13 +2,21 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.9.0 (30 January 2025)
6
+
7
+ * Added all versions up to Ruby 3.4 to the CI matrix ([#17](https://github.com/hausgold/immoscout/pull/17))
8
+
9
+ ### 1.8.1 (17 January 2025)
10
+
11
+ * Added the logger dependency ([#16](https://github.com/hausgold/immoscout/pull/16))
12
+
5
13
  ### 1.8.0 (12 January 2025)
6
14
 
7
- * Switched to Zeitwerk as autoloader (#15)
15
+ * Switched to Zeitwerk as autoloader ([#15](https://github.com/hausgold/immoscout/pull/15))
8
16
 
9
17
  ### 1.7.0 (3 January 2025)
10
18
 
11
- * Raised minimum supported Ruby/Rails version to 2.7/6.1 (#14)
19
+ * Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#14](https://github.com/hausgold/immoscout/pull/14))
12
20
 
13
21
  ### 1.6.5 (15 August 2024)
14
22
 
@@ -28,12 +36,12 @@
28
36
 
29
37
  ### 1.6.1 (9 August 2024)
30
38
 
31
- * Added API docs building to continuous integration (#13)
39
+ * Added API docs building to continuous integration ([#13](https://github.com/hausgold/immoscout/pull/13))
32
40
 
33
41
  ### 1.6.0 (8 July 2024)
34
42
 
35
- * Moved the development dependencies from the gemspec to the Gemfile (#11)
36
- * Dropped support for Ruby <2.7 (#12)
43
+ * Moved the development dependencies from the gemspec to the Gemfile ([#11](https://github.com/hausgold/immoscout/pull/11))
44
+ * Dropped support for Ruby <2.7 ([#12](https://github.com/hausgold/immoscout/pull/12))
37
45
 
38
46
  ### 1.5.0 (24 February 2023)
39
47
 
@@ -41,11 +49,11 @@
41
49
 
42
50
  ### 1.4.0 (18 January 2023)
43
51
 
44
- * Bundler >= 2.3 is from now on required as minimal version (#10)
45
- * Dropped support for Ruby < 2.5 (#10)
46
- * Dropped support for Rails < 5.2 (#10)
52
+ * Bundler >= 2.3 is from now on required as minimal version ([#10](https://github.com/hausgold/immoscout/pull/10))
53
+ * Dropped support for Ruby < 2.5 ([#10](https://github.com/hausgold/immoscout/pull/10))
54
+ * Dropped support for Rails < 5.2 ([#10](https://github.com/hausgold/immoscout/pull/10))
47
55
  * Updated all development/runtime gems to their latest
48
- Ruby 2.5 compatible version (#10)
56
+ Ruby 2.5 compatible version ([#10](https://github.com/hausgold/immoscout/pull/10))
49
57
 
50
58
  ### 1.3.2 (15 October 2021)
51
59
 
@@ -59,16 +67,16 @@
59
67
 
60
68
  ### 1.3.0 (9 September 2020)
61
69
 
62
- * Dropped support for Rails <5.2 (#9)
63
- * Dropped support for Ruby <2.5 (#9)
64
- * Updated the faraday gem spec to `~> 1.0` (#9)
70
+ * Dropped support for Rails <5.2 ([#9](https://github.com/hausgold/immoscout/pull/9))
71
+ * Dropped support for Ruby <2.5 ([#9](https://github.com/hausgold/immoscout/pull/9))
72
+ * Updated the faraday gem spec to `~> 1.0` ([#9](https://github.com/hausgold/immoscout/pull/9))
65
73
 
66
74
  ### 1.2.0 (6 March 2019)
67
75
 
68
76
  * Added a changelog file to track changes for library users
69
- * Allow newer version of faraday/faraday-middleware. (#7)
77
+ * Allow newer version of faraday/faraday-middleware. ([#7](https://github.com/hausgold/immoscout/pull/7))
70
78
  * Set `HausgoldImmoscout/#{gem_version}` as user agent
71
- * Set correct content type and filename for mixed multipart (#5)
79
+ * Set correct content type and filename for mixed multipart ([#5](https://github.com/hausgold/immoscout/pull/5))
72
80
  * Dropped support for EOL Ruby 2.2
73
81
  * Added support for Ruby 2.6
74
82
 
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Immoscout
5
5
  # The version of the +immoscout+ gem
6
- VERSION = '1.8.0'
6
+ VERSION = '1.9.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
data/lib/immoscout.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'zeitwerk'
4
+ require 'logger'
4
5
  require 'active_support/concern'
5
6
  require 'active_support/configurable'
6
7
  require 'active_support/core_ext/hash'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immoscout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Geissler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-12 00:00:00.000000000 Z
11
+ date: 2025-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  - !ruby/object:Gem::Version
179
179
  version: '0'
180
180
  requirements: []
181
- rubygems_version: 3.3.26
181
+ rubygems_version: 3.4.22
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: Ruby client for the Immobilienscout24 REST API