philosophal 1.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 12571db33c3c455d0050f3ebfabef0129f67372975390379da7271eb1ceddfde
4
+ data.tar.gz: 84c38752fcfbfda24a229724aa0eea9ddd5b62442171bd89ef86dc91b629c8ab
5
+ SHA512:
6
+ metadata.gz: 1410df15ae84c9d1185781842cd13669c83367bd8569576dca3ef2d95f18ea5c226a0559d58a5f82317b14507e8c0c5d74ee081b2e12422238d6509d232620cb
7
+ data.tar.gz: 40d6fbcdd5706d3eee47443fb50c913c5ae39dce9c15858deef64a76b23ca7ee867adc129a6b606019cac1402211c083b79190b00250526ca5b0e2bbafff00c8
data/.rubocop.yml ADDED
@@ -0,0 +1,9 @@
1
+ require:
2
+ - rubocop-minitest
3
+ - rubocop-packaging
4
+ - rubocop-performance
5
+ - rubocop-md
6
+
7
+ AllCops:
8
+ TargetRubyVersion: 3.1
9
+ NewCops: enable
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.1.2
data/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ ruby 3.1.2
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ ## [Unreleased]
2
+
3
+ ## [1.0.0] - 2025-03-24
4
+
5
+ - Add: new type **ArrayOf** to convert sub items of an array
6
+ - Add: new type **HashOf** to convert keys and values of a hash
7
+ - Add: Do not duplicate **ArrayOf** instance for same subtype
8
+ - Add: Do not duplicate **HashOf** instance for same **key type** and **value type**
9
+ - Add: new type **AnyType**