countless 1.3.1 → 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: 6cfa26e2d1174178f5226207a70d9b1bb34f35fffd1aebc1c199f15cd151d0df
4
- data.tar.gz: 9cf6b667b28acc545588bf60ab716400b254d8441e56afa5a9cff22420b773b0
3
+ metadata.gz: 006eaccc262f02a12852fea094ec04707e8c42a256c64bef0fbab13f0063d08f
4
+ data.tar.gz: 2a3bf77ca79f11df3e0beadb62304187e01b14bd64f4ae91424910512563dbdd
5
5
  SHA512:
6
- metadata.gz: ffceeb9f2c74b06b2ed1f13c73154f67cfe5bc85b1cb562cc8aea08f1ee87ebf93b2bc3b3a7faf6914d06faa7d931cd46eb063be98ff815ec8d39cf83c5ef3a5
7
- data.tar.gz: 8d33ac515d211a59dceed90ef25b45ca58538a715f0bd27c774e71396278657d6cd91d81837dccf84ae45d308f29ec647b5146618833bf49aa1c4949f1da8647
6
+ metadata.gz: e55f176d1eeb89db37aa6690061f4ae603e223cf244c031799f2acc2039382046397a778fc6af56897058e1135250c09470adec6ac7c82d7b9f9be4cef3de414
7
+ data.tar.gz: bc9f5f882ada23f42071730481374b412264c9ecabebfc927b8a2518d0f8ef5cf99720c4cc6e3d8b2df15e15ec216a5fd6d68b3a7f146aeeeff471fda955f0ea
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.3.3
6
+
7
+ * Just a retag of 1.3.1
8
+
9
+ ### 1.3.2
10
+
11
+ * Just a retag of 1.3.1
12
+
5
13
  ### 1.3.1
6
14
 
7
15
  * Added API docs building to continuous integration (#4)
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.1'
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.1
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