countless 1.3.2 → 1.3.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: 7bae24d81c6b11e6df7cbb4e16a79b7ff5897e32bc8a55247b5a9fc256dd82a1
4
- data.tar.gz: f493b73a5031bd25cdad4df4a5dc8eb5644bed64a566ec5927123b9d809bf8a3
3
+ metadata.gz: 006eaccc262f02a12852fea094ec04707e8c42a256c64bef0fbab13f0063d08f
4
+ data.tar.gz: 2a3bf77ca79f11df3e0beadb62304187e01b14bd64f4ae91424910512563dbdd
5
5
  SHA512:
6
- metadata.gz: b1002cf0cebf1e1d17c6f59848283f4f7ace5d453c2b82cf86178b67d28d3198e440b7a2fb8690c10890e229cbe4983bad58585ae2f446ca0875bf6180ed1126
7
- data.tar.gz: 303607e53b5caa1e9ad9e92e846c7c5b9c813dfcbce65ed5f1432883f5dbec4b5bc8ac5e6468b94a6a55cbd236179331b0f4deca94bb0a2aad00b7e57336c0ee
6
+ metadata.gz: e55f176d1eeb89db37aa6690061f4ae603e223cf244c031799f2acc2039382046397a778fc6af56897058e1135250c09470adec6ac7c82d7b9f9be4cef3de414
7
+ data.tar.gz: bc9f5f882ada23f42071730481374b412264c9ecabebfc927b8a2518d0f8ef5cf99720c4cc6e3d8b2df15e15ec216a5fd6d68b3a7f146aeeeff471fda955f0ea
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.3.3
6
+
7
+ * Just a retag of 1.3.1
8
+
5
9
  ### 1.3.2
6
10
 
7
11
  * Just a retag of 1.3.1
data/Makefile CHANGED
@@ -170,8 +170,14 @@ shell-irb:
170
170
 
171
171
  docs:
172
172
  # Build the API documentation
173
+ @$(RM) -rf doc/api
173
174
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
174
175
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
176
+ @$(MKDIR) -p doc/api/doc doc/api/assets
177
+ @$(CP) -ar doc/assets doc/api/doc
178
+ @$(CP) -ar doc/assets/* doc/api/assets
179
+ #
180
+ # Docs: file://$(abspath doc/api)/index.html
175
181
 
176
182
  notes:
177
183
  # Print the code statistics (library and test suite)
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Countless
5
5
  # The version of the +countless+ gem
6
- VERSION = '1.3.2'
6
+ VERSION = '1.3.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: countless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.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