countless 1.3.2 → 1.3.4

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: 1c05b73b28f349e4f27cd915d3cc494e8e2814d9660e43bc74b866b560deda13
4
+ data.tar.gz: 211ce6b543c50910c92c1effc03bfed4b92b49d28023ebbed5e07e201a56277f
5
5
  SHA512:
6
- metadata.gz: b1002cf0cebf1e1d17c6f59848283f4f7ace5d453c2b82cf86178b67d28d3198e440b7a2fb8690c10890e229cbe4983bad58585ae2f446ca0875bf6180ed1126
7
- data.tar.gz: 303607e53b5caa1e9ad9e92e846c7c5b9c813dfcbce65ed5f1432883f5dbec4b5bc8ac5e6468b94a6a55cbd236179331b0f4deca94bb0a2aad00b7e57336c0ee
6
+ metadata.gz: 8c33a6f5bf509c28075e4bd94e6007cfa837a35587176ee012ada6170d639a9de9a7de9d160f8afda1b16e120eb7cacf1124131d0c7cee09df7bd766bbb773d7
7
+ data.tar.gz: 9a260bad83d19e6130cf57e5b4928309d1afaa9b6dc0cce2720739fa604c383557ebfc7a6ab9bec3e2a049c8ae1345eb5409bcbbf017d36aa3ee4bd37105c91e
data/.yardopts CHANGED
@@ -3,4 +3,4 @@
3
3
  --markup=rdoc
4
4
  -
5
5
  README.md
6
- lib/**/*.rb
6
+ doc/examples/**/*.rb
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.4
6
+
7
+ * Just a retag of 1.3.1
8
+
9
+ ### 1.3.3
10
+
11
+ * Just a retag of 1.3.1
12
+
5
13
  ### 1.3.2
6
14
 
7
15
  * 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.4'
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.4
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