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: bbe95de7c47b2047f15ea8aaa34beab12d8c09def3165a0c7e522ea2da343de6
4
- data.tar.gz: 62f9526e20e00a89058d31e207e0be1cc56c0bf4f2d3b252ad217dfad9009c88
3
+ metadata.gz: d009292c5db47bf498d161bdd118f08aa184ecc66d02d08ce722192f6cb59f65
4
+ data.tar.gz: fc73139ad08ec4ca83985ffbf3a7743482e47a811618f80e37458a18426bbc16
5
5
  SHA512:
6
- metadata.gz: e991970768d6ed232cf17340f50c58b4cefb2dff5f1bb55512a14ca3b81e5573f858098c2eb687c0ea70f9dbe452e0cca1ba058670a5c6cfd5b1efc7f418fce6
7
- data.tar.gz: 4dd560fcf596464eed1eefbce57ebaa36056f7cf0a184d2760e8f4cd15fbb20d49841675387595f743b50cdd9f0d17489a1bc3b34d0a1f72c842b7200bd2d3af
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, Integer}] The number of times each value appears
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, Integer}] the number of times each result
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
@@ -17,9 +17,9 @@ module SleepingKingStudios
17
17
  # Patch version.
18
18
  PATCH = 0
19
19
  # Prerelease version.
20
- PRERELEASE = :rc
20
+ PRERELEASE = nil
21
21
  # Build metadata.
22
- BUILD = 1
22
+ BUILD = nil
23
23
  end
24
24
 
25
25
  # The current version of the gem.
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.rc.1
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-08 00:00:00.000000000 Z
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.2
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: []