immoscout 1.6.2 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7dbdbd44a5c8ae56751760ee4055535a81b61a1c5f6350b225e64eba0379eff9
4
- data.tar.gz: e8039ce3644de1a55c7b73c10fad22a7be46515d1e11d9d40bc59d06cc077f29
3
+ metadata.gz: cb02f6c90d741b1366cea591b67d4c87506bbdc42a573fce6eadf0cafd3473bd
4
+ data.tar.gz: 2105a8e1d79c4bfebd5ed12e08e8f414d133876f15392866e15b4790e5df4e4c
5
5
  SHA512:
6
- metadata.gz: f7bca6bfd09a9858a4895336614cc0bbb7afd505a4e022e8f38da51bf375be7732c75d23fc10ba59f94c58c197223390bb86d600e791cbcfd0741600f0e226cb
7
- data.tar.gz: dc9d448a35a975579708ebc374936458e2efe36b0ff718e8929de77b35e4146bfd465443797181bdb6968e6d54aaa8102b0f37a59e5a3f95db8e3a004cd61485
6
+ metadata.gz: 129a6b1e93e4f6392c9082a07626165ccb79494b4d567ece3c859f4e6cc3ee658223b1dab5614ca9f585729d92846f308de1e1c103b3c9ed88624a8787934d66
7
+ data.tar.gz: 1b73d087f3472d623d0a84980e0f7f0139c7bccd60f886d4ec2bc141d61cc9c1eb15bba9f860908f883bed1b1c71b44c72df8e3819c7719f01b348431f00dfa9
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.6.4
6
+
7
+ * Just a retag of 1.6.1
8
+
9
+ ### 1.6.3
10
+
11
+ * Just a retag of 1.6.1
12
+
5
13
  ### 1.6.2
6
14
 
7
15
  * Just a retag of 1.6.1
data/Makefile CHANGED
@@ -19,6 +19,7 @@ GEMFILES_DIR ?= gemfiles
19
19
  AWK ?= awk
20
20
  BASH ?= bash
21
21
  COMPOSE ?= docker-compose
22
+ CP ?= cp
22
23
  DOCKER ?= docker
23
24
  GREP ?= grep
24
25
  ID ?= id
@@ -150,8 +151,14 @@ shell-irb:
150
151
 
151
152
  docs:
152
153
  # Build the API documentation
154
+ @$(RM) -rf doc/api
153
155
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
154
156
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
157
+ @$(MKDIR) -p doc/api/doc doc/api/assets
158
+ @$(CP) -ar doc/assets doc/api/doc
159
+ @$(CP) -ar doc/assets/* doc/api/assets
160
+ #
161
+ # Docs: file://$(abspath doc/api)/index.html
155
162
 
156
163
  notes:
157
164
  # 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.4'
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.4
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