immoscout 1.6.5 → 1.7.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 +4 -4
- data/.github/workflows/test.yml +2 -2
- data/.rubocop.yml +1 -1
- data/.yardopts +1 -0
- data/Appraisals +0 -4
- data/CHANGELOG.md +18 -14
- data/Gemfile +1 -1
- data/gemfiles/rails_6.1.gemfile +1 -1
- data/gemfiles/rails_7.1.gemfile +1 -1
- data/immoscout.gemspec +4 -4
- data/lib/immoscout/version.rb +1 -1
- metadata +4 -5
- data/gemfiles/rails_5.2.gemfile +0 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83a0f7313b483db941c67adc1d071e6dbc11ee721397cf54f60eda9b62f487cf
|
|
4
|
+
data.tar.gz: 44bc2fd89d8026b845645aae4098e5c3c0cb198f09a85abbfaecaab54802ee49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f3044c0f2364df9d95fddb85ed501034eab275e6af1f83ca6ec9d2da7d986adcbb1bf19e479f9da62ddf9fbc30fd215af0436f268fa68a349779d3b9d858936
|
|
7
|
+
data.tar.gz: 6de7502f739d0a4c0157d2d94b76d810185fe3607c1b88e7dff96401931f91b4c37a217cf3d19be662b7a84cb3df301712f84a0ecb4333adb701d9a0022a2bf5
|
data/.github/workflows/test.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.yardopts
CHANGED
data/Appraisals
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,36 +2,40 @@
|
|
|
2
2
|
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
|
4
4
|
|
|
5
|
-
### 1.
|
|
5
|
+
### 1.7.0 (3 January 2025)
|
|
6
|
+
|
|
7
|
+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#14)
|
|
8
|
+
|
|
9
|
+
### 1.6.5 (15 August 2024)
|
|
6
10
|
|
|
7
11
|
* Just a retag of 1.6.1
|
|
8
12
|
|
|
9
|
-
### 1.6.4
|
|
13
|
+
### 1.6.4 (15 August 2024)
|
|
10
14
|
|
|
11
15
|
* Just a retag of 1.6.1
|
|
12
16
|
|
|
13
|
-
### 1.6.3
|
|
17
|
+
### 1.6.3 (15 August 2024)
|
|
14
18
|
|
|
15
19
|
* Just a retag of 1.6.1
|
|
16
20
|
|
|
17
|
-
### 1.6.2
|
|
21
|
+
### 1.6.2 (9 August 2024)
|
|
18
22
|
|
|
19
23
|
* Just a retag of 1.6.1
|
|
20
24
|
|
|
21
|
-
### 1.6.1
|
|
25
|
+
### 1.6.1 (9 August 2024)
|
|
22
26
|
|
|
23
27
|
* Added API docs building to continuous integration (#13)
|
|
24
28
|
|
|
25
|
-
### 1.6.0
|
|
29
|
+
### 1.6.0 (8 July 2024)
|
|
26
30
|
|
|
27
31
|
* Moved the development dependencies from the gemspec to the Gemfile (#11)
|
|
28
32
|
* Dropped support for Ruby <2.7 (#12)
|
|
29
33
|
|
|
30
|
-
### 1.5.0
|
|
34
|
+
### 1.5.0 (24 February 2023)
|
|
31
35
|
|
|
32
36
|
* Added support for Gem release automation
|
|
33
37
|
|
|
34
|
-
### 1.4.0
|
|
38
|
+
### 1.4.0 (18 January 2023)
|
|
35
39
|
|
|
36
40
|
* Bundler >= 2.3 is from now on required as minimal version (#10)
|
|
37
41
|
* Dropped support for Ruby < 2.5 (#10)
|
|
@@ -39,23 +43,23 @@
|
|
|
39
43
|
* Updated all development/runtime gems to their latest
|
|
40
44
|
Ruby 2.5 compatible version (#10)
|
|
41
45
|
|
|
42
|
-
### 1.3.2
|
|
46
|
+
### 1.3.2 (15 October 2021)
|
|
43
47
|
|
|
44
48
|
* Migrated to Github Actions
|
|
45
49
|
* Migrated to our own coverage reporting
|
|
46
50
|
* Added the code statistics to the test process
|
|
47
51
|
|
|
48
|
-
### 1.3.1
|
|
52
|
+
### 1.3.1 (12 May 2021)
|
|
49
53
|
|
|
50
54
|
* Corrected the GNU Make release target
|
|
51
55
|
|
|
52
|
-
### 1.3.0
|
|
56
|
+
### 1.3.0 (9 September 2020)
|
|
53
57
|
|
|
54
58
|
* Dropped support for Rails <5.2 (#9)
|
|
55
59
|
* Dropped support for Ruby <2.5 (#9)
|
|
56
60
|
* Updated the faraday gem spec to `~> 1.0` (#9)
|
|
57
61
|
|
|
58
|
-
### 1.2.0
|
|
62
|
+
### 1.2.0 (6 March 2019)
|
|
59
63
|
|
|
60
64
|
* Added a changelog file to track changes for library users
|
|
61
65
|
* Allow newer version of faraday/faraday-middleware. (#7)
|
|
@@ -64,11 +68,11 @@
|
|
|
64
68
|
* Dropped support for EOL Ruby 2.2
|
|
65
69
|
* Added support for Ruby 2.6
|
|
66
70
|
|
|
67
|
-
### 1.1.0
|
|
71
|
+
### 1.1.0 (6 September 2018)
|
|
68
72
|
|
|
69
73
|
* Add support for property `international_country_region` in address
|
|
70
74
|
|
|
71
|
-
### 1.0.0
|
|
75
|
+
### 1.0.0 (9 May 2018)
|
|
72
76
|
|
|
73
77
|
* The first stable release
|
|
74
78
|
* All initial Immoscout models are mapped
|
data/Gemfile
CHANGED
data/gemfiles/rails_6.1.gemfile
CHANGED
data/gemfiles/rails_7.1.gemfile
CHANGED
data/immoscout.gemspec
CHANGED
|
@@ -32,8 +32,8 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
|
|
33
33
|
spec.required_ruby_version = '>= 2.7'
|
|
34
34
|
|
|
35
|
-
spec.
|
|
36
|
-
spec.
|
|
37
|
-
spec.
|
|
38
|
-
spec.
|
|
35
|
+
spec.add_dependency 'activesupport', '>= 6.1'
|
|
36
|
+
spec.add_dependency 'faraday', '~> 1.10'
|
|
37
|
+
spec.add_dependency 'faraday_middleware', '~> 1.2'
|
|
38
|
+
spec.add_dependency 'simple_oauth', '>= 0.3'
|
|
39
39
|
end
|
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.7.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:
|
|
11
|
+
date: 2025-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '6.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '6.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: faraday
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -100,7 +100,6 @@ files:
|
|
|
100
100
|
- config/docker/.inputrc
|
|
101
101
|
- doc/assets/project.svg
|
|
102
102
|
- docker-compose.yml
|
|
103
|
-
- gemfiles/rails_5.2.gemfile
|
|
104
103
|
- gemfiles/rails_6.1.gemfile
|
|
105
104
|
- gemfiles/rails_7.1.gemfile
|
|
106
105
|
- immoscout.gemspec
|
data/gemfiles/rails_5.2.gemfile
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# This file was generated by Appraisal
|
|
2
|
-
|
|
3
|
-
source "https://rubygems.org"
|
|
4
|
-
|
|
5
|
-
gem "appraisal", "~> 2.4"
|
|
6
|
-
gem "bundler", "~> 2.3"
|
|
7
|
-
gem "countless", "~> 1.1"
|
|
8
|
-
gem "factory_bot", "~> 6.2"
|
|
9
|
-
gem "guard-rspec", "~> 4.7"
|
|
10
|
-
gem "railties", ">= 5.2"
|
|
11
|
-
gem "rake", "~> 13.0"
|
|
12
|
-
gem "redcarpet", "~> 3.5"
|
|
13
|
-
gem "rspec", "~> 3.12"
|
|
14
|
-
gem "rspec-json_expectations", "~> 2.2"
|
|
15
|
-
gem "rubocop", "~> 1.28"
|
|
16
|
-
gem "rubocop-rails", "~> 2.14"
|
|
17
|
-
gem "rubocop-rspec", "~> 2.10"
|
|
18
|
-
gem "simplecov", ">= 0.22"
|
|
19
|
-
gem "terminal-table", "~> 3.0"
|
|
20
|
-
gem "timecop", ">= 0.9.6"
|
|
21
|
-
gem "vcr", "~> 6.0"
|
|
22
|
-
gem "webmock", "~> 3.18"
|
|
23
|
-
gem "yard", ">= 0.9.28"
|
|
24
|
-
gem "yard-activesupport-concern", ">= 0.0.1"
|
|
25
|
-
gem "activesupport", "~> 5.2.0"
|
|
26
|
-
|
|
27
|
-
gemspec path: "../"
|