rimless 1.7.2 → 1.7.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: c4d845ca22f12f7fad131d401049a04345bc9ef2a5a57300fb35db06793703af
4
- data.tar.gz: 758bd09f87ba19048d2a16335561eb8847bc750e173d55873af83a1d64b7edb1
3
+ metadata.gz: a5bd28fa2cacca3bafdddf726690a89a8c44c4a144b40263798e220c4e6b360c
4
+ data.tar.gz: 56c022295054c462e68a4dd5e17c0d87c81baa0c3e26c13e886f1e88724e12f5
5
5
  SHA512:
6
- metadata.gz: 4b8b0ded833ada308fb91668456e251a31c0782623fc5163a731d7c65153353a2cd480c092ca90848ebee8916cb9c4c4a8603cdad3104a7d8711023db0fa2b44
7
- data.tar.gz: 4930e3bcaa69e0ea4669cb902ba45c682fcb999667167fc18b913ca9fa20836e6a7430324bdde283cda7d9713cfffb97ba20abc8b18e4b4916fdd813f7fead12
6
+ metadata.gz: 625270a043ac4839544b6a7a27039f680f164a6e618c34c9858a85607c9bb1d9ecd7e953a01d51838127349a7b51b2b30c3358f5815cc6617207a2e996a50e55
7
+ data.tar.gz: dc9a792b409443cb3ec97225aba546c7e24fff28b395167572dfe9be12c1fcd7a6d5c5c5ad46782c8bb044981761debe28015ac3aabf9551eadb3916419810ac
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.7.3
6
+
7
+ * Just a retag of 1.7.1
8
+
5
9
  ### 1.7.2
6
10
 
7
11
  * Just a retag of 1.7.1
data/Makefile CHANGED
@@ -153,8 +153,14 @@ shell-irb:
153
153
 
154
154
  docs:
155
155
  # Build the API documentation
156
+ @$(RM) -rf doc/api
156
157
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
157
158
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
159
+ @$(MKDIR) -p doc/api/doc doc/api/assets
160
+ @$(CP) -ar doc/assets doc/api/doc
161
+ @$(CP) -ar doc/assets/* doc/api/assets
162
+ #
163
+ # Docs: file://$(abspath doc/api)/index.html
158
164
 
159
165
  notes:
160
166
  # Print the code statistics (library and test suite)
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Rimless
5
5
  # The version of the +rimless+ gem
6
- VERSION = '1.7.2'
6
+ VERSION = '1.7.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: rimless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
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