immoscout 1.6.1 → 1.6.3

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: e82fa2da2e7aafe93a36a364bdf9da3a230cfa6936827fa10357c3df185d3d29
4
- data.tar.gz: c47bd3e0da0f4dc626b0e85cca97a818642329195270663f653ef3d29104e15c
3
+ metadata.gz: 04aa129a2a0d901e992b22db6ca3655cfcdd2c344bd7cd281a480af4360712fc
4
+ data.tar.gz: 4aa53b9323bf9ffd2785880bf4bcf49a4391fcc5828baa5d67a7c2ef2d7f3164
5
5
  SHA512:
6
- metadata.gz: '08e95254a5fc0ac5327e234358df9c2df7682527c487873a82f6cbf423327b5d5872d0daf64bbbca9afabeea47182c8bbd5e40611175d4d3dc2c933617036c2e'
7
- data.tar.gz: 6bc612f2232da8dba62083ab32da3f3ad9246c96d36ece1ca86e0ec0b3c9864345a19fadd197bbd19d526d4de8cdccc11ffee78467dd0f3d75c24c055b5f12e5
6
+ metadata.gz: ed29021a925cbe4f1d8569581160f5bb549dad38f7d7fde98ac699d25df31b04e31269f24543fa6c1aa39ae16c698d45d6bc88daafce0b141c2578ca4fa8df57
7
+ data.tar.gz: 69c4ecdadf946e4084d20ea5431e5af7658a2c2dd28b697a28b9f2031788b53eea262078abd8b703bf1a7d111bf076b8ebf886dadfd43b9fc22ae64692bde521
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.3
6
+
7
+ * Just a retag of 1.6.1
8
+
9
+ ### 1.6.2
10
+
11
+ * Just a retag of 1.6.1
12
+
5
13
  ### 1.6.1
6
14
 
7
15
  * Added API docs building to continuous integration (#13)
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.1'
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.1
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