immoscout 1.8.1 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +19 -15
- data/lib/immoscout/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbd41f564b5adef8b572a52cca05f71987e4b3db6870e041eaa3b51f85dd9c7d
|
4
|
+
data.tar.gz: b2840c2452513886054823f9b37cc7a8facb10e19f878ea0a698eb8551f88298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b44758c80b8e5c2b70762b2c4b5df70311162cc9e2486891634da19e422b44afe72534e0bfcc80628c7edb6414e29ab5b0cfa59b5608278439bc14fbd31cd711
|
7
|
+
data.tar.gz: 2ebb7ccfa8b66516b527307516b64f54b04163d87f54dd72899e70aa3a7dc756c0247fa9c9ce75623b54efd909b32be36c6e2ee598a68a27f90be125bf5371b3
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -2,17 +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
|
+
|
5
9
|
### 1.8.1 (17 January 2025)
|
6
10
|
|
7
|
-
* Added the logger dependency (#16)
|
11
|
+
* Added the logger dependency ([#16](https://github.com/hausgold/immoscout/pull/16))
|
8
12
|
|
9
13
|
### 1.8.0 (12 January 2025)
|
10
14
|
|
11
|
-
* Switched to Zeitwerk as autoloader (#15)
|
15
|
+
* Switched to Zeitwerk as autoloader ([#15](https://github.com/hausgold/immoscout/pull/15))
|
12
16
|
|
13
17
|
### 1.7.0 (3 January 2025)
|
14
18
|
|
15
|
-
* 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))
|
16
20
|
|
17
21
|
### 1.6.5 (15 August 2024)
|
18
22
|
|
@@ -32,12 +36,12 @@
|
|
32
36
|
|
33
37
|
### 1.6.1 (9 August 2024)
|
34
38
|
|
35
|
-
* Added API docs building to continuous integration (#13)
|
39
|
+
* Added API docs building to continuous integration ([#13](https://github.com/hausgold/immoscout/pull/13))
|
36
40
|
|
37
41
|
### 1.6.0 (8 July 2024)
|
38
42
|
|
39
|
-
* Moved the development dependencies from the gemspec to the Gemfile (#11)
|
40
|
-
* 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))
|
41
45
|
|
42
46
|
### 1.5.0 (24 February 2023)
|
43
47
|
|
@@ -45,11 +49,11 @@
|
|
45
49
|
|
46
50
|
### 1.4.0 (18 January 2023)
|
47
51
|
|
48
|
-
* Bundler >= 2.3 is from now on required as minimal version (#10)
|
49
|
-
* Dropped support for Ruby < 2.5 (#10)
|
50
|
-
* 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))
|
51
55
|
* Updated all development/runtime gems to their latest
|
52
|
-
Ruby 2.5 compatible version (#10)
|
56
|
+
Ruby 2.5 compatible version ([#10](https://github.com/hausgold/immoscout/pull/10))
|
53
57
|
|
54
58
|
### 1.3.2 (15 October 2021)
|
55
59
|
|
@@ -63,16 +67,16 @@
|
|
63
67
|
|
64
68
|
### 1.3.0 (9 September 2020)
|
65
69
|
|
66
|
-
* Dropped support for Rails <5.2 (#9)
|
67
|
-
* Dropped support for Ruby <2.5 (#9)
|
68
|
-
* 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))
|
69
73
|
|
70
74
|
### 1.2.0 (6 March 2019)
|
71
75
|
|
72
76
|
* Added a changelog file to track changes for library users
|
73
|
-
* Allow newer version of faraday/faraday-middleware. (#7)
|
77
|
+
* Allow newer version of faraday/faraday-middleware. ([#7](https://github.com/hausgold/immoscout/pull/7))
|
74
78
|
* Set `HausgoldImmoscout/#{gem_version}` as user agent
|
75
|
-
* 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))
|
76
80
|
* Dropped support for EOL Ruby 2.2
|
77
81
|
* Added support for Ruby 2.6
|
78
82
|
|
data/lib/immoscout/version.rb
CHANGED
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.
|
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-
|
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.
|
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
|