sleeping_king_studios-tools 1.2.0.rc.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d009292c5db47bf498d161bdd118f08aa184ecc66d02d08ce722192f6cb59f65
|
4
|
+
data.tar.gz: fc73139ad08ec4ca83985ffbf3a7743482e47a811618f80e37458a18426bbc16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 488a8972072f379c7c34caae99d8cd007a263ef1b69b637b207894113cde6c784955724958e8e96c7cfbfa7b00d10fb6299875135399bebd452b343f35ac2ffb
|
7
|
+
data.tar.gz: f20c56816436bf47529d4bb96a8aa2d4137511bcf529ade3bbcfc4843f3f031cc2ec60bdfdbd78411735f42cd70cb3f9e5350694b46c50d5e28e8a3ab8048df3
|
@@ -104,7 +104,7 @@ module SleepingKingStudios::Tools
|
|
104
104
|
#
|
105
105
|
# @param ary [Array<Object>] the values to count.
|
106
106
|
#
|
107
|
-
# @return [Hash{Object
|
107
|
+
# @return [Hash{Object=>Integer}] The number of times each value appears
|
108
108
|
# in the enumerable object.
|
109
109
|
#
|
110
110
|
# @raise [ArgumentError] if the first argument is not an Array-like
|
@@ -121,7 +121,7 @@ module SleepingKingStudios::Tools
|
|
121
121
|
#
|
122
122
|
# @yieldparam item [Object] an item in the array to matched.
|
123
123
|
#
|
124
|
-
# @return [Hash{Object
|
124
|
+
# @return [Hash{Object=>Integer}] the number of times each result
|
125
125
|
# appears.
|
126
126
|
#
|
127
127
|
# @raise [ArgumentError] if the first argument is not an Array-like
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sleeping_king_studios-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.0
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob "Merlin" Smith
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
12
|
description: |
|
13
13
|
A library of utility services and concerns to expand the functionality of
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
rubygems_version: 3.6.
|
64
|
+
rubygems_version: 3.6.5
|
65
65
|
specification_version: 4
|
66
66
|
summary: A library of utility services and concerns.
|
67
67
|
test_files: []
|