rimless 1.7.1 → 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: f3016ce4075656157da5e99aba6c95d6f81b83a1ec726c871a359a75bfef0b97
4
- data.tar.gz: cbe5de35fbe5549b4353e9eb9bccf2aabbebe34edafa0ba7e83675b0edcd2f2c
3
+ metadata.gz: a5bd28fa2cacca3bafdddf726690a89a8c44c4a144b40263798e220c4e6b360c
4
+ data.tar.gz: 56c022295054c462e68a4dd5e17c0d87c81baa0c3e26c13e886f1e88724e12f5
5
5
  SHA512:
6
- metadata.gz: 93ec6aff6cfd564e453c3732251af3cc7c6d70ce72683a70edfa6107c2afde5fef80e3795f20681a42f20b7e261ddcf54f0d29b39a2a77dde5cf52246df77556
7
- data.tar.gz: 0f704397120638a099ddf186fc98613e6d33e4fb8ea4b0080a9bd615f17f61b0a111ee2e70523e5971fa41dbd59893224420e01bc11a7c6627766b5f6f392ec6
6
+ metadata.gz: 625270a043ac4839544b6a7a27039f680f164a6e618c34c9858a85607c9bb1d9ecd7e953a01d51838127349a7b51b2b30c3358f5815cc6617207a2e996a50e55
7
+ data.tar.gz: dc9a792b409443cb3ec97225aba546c7e24fff28b395167572dfe9be12c1fcd7a6d5c5c5ad46782c8bb044981761debe28015ac3aabf9551eadb3916419810ac
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.7.3
6
+
7
+ * Just a retag of 1.7.1
8
+
9
+ ### 1.7.2
10
+
11
+ * Just a retag of 1.7.1
12
+
5
13
  ### 1.7.1
6
14
 
7
15
  * Added API docs building to continuous integration (#41)
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.1'
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.1
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