immoscout 1.6.2 → 1.6.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
  SHA256:
3
- metadata.gz: 7dbdbd44a5c8ae56751760ee4055535a81b61a1c5f6350b225e64eba0379eff9
4
- data.tar.gz: e8039ce3644de1a55c7b73c10fad22a7be46515d1e11d9d40bc59d06cc077f29
3
+ metadata.gz: 04aa129a2a0d901e992b22db6ca3655cfcdd2c344bd7cd281a480af4360712fc
4
+ data.tar.gz: 4aa53b9323bf9ffd2785880bf4bcf49a4391fcc5828baa5d67a7c2ef2d7f3164
5
5
  SHA512:
6
- metadata.gz: f7bca6bfd09a9858a4895336614cc0bbb7afd505a4e022e8f38da51bf375be7732c75d23fc10ba59f94c58c197223390bb86d600e791cbcfd0741600f0e226cb
7
- data.tar.gz: dc9d448a35a975579708ebc374936458e2efe36b0ff718e8929de77b35e4146bfd465443797181bdb6968e6d54aaa8102b0f37a59e5a3f95db8e3a004cd61485
6
+ metadata.gz: ed29021a925cbe4f1d8569581160f5bb549dad38f7d7fde98ac699d25df31b04e31269f24543fa6c1aa39ae16c698d45d6bc88daafce0b141c2578ca4fa8df57
7
+ data.tar.gz: 69c4ecdadf946e4084d20ea5431e5af7658a2c2dd28b697a28b9f2031788b53eea262078abd8b703bf1a7d111bf076b8ebf886dadfd43b9fc22ae64692bde521
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
+ ### 1.6.3
6
+
7
+ * Just a retag of 1.6.1
8
+
5
9
  ### 1.6.2
6
10
 
7
11
  * Just a retag of 1.6.1
data/Makefile CHANGED
@@ -150,8 +150,14 @@ shell-irb:
150
150
 
151
151
  docs:
152
152
  # Build the API documentation
153
+ @$(RM) -rf doc/api
153
154
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
154
155
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
156
+ @$(MKDIR) -p doc/api/doc doc/api/assets
157
+ @$(CP) -ar doc/assets doc/api/doc
158
+ @$(CP) -ar doc/assets/* doc/api/assets
159
+ #
160
+ # Docs: file://$(abspath doc/api)/index.html
155
161
 
156
162
  notes:
157
163
  # Print the code statistics (library and test suite)
@@ -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.6.2'
6
+ VERSION = '1.6.3'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
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.6.2
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Geissler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport