sleeping_king_studios-tools 1.1.1 → 1.2.0.rc.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: 1dd9156b88b3c8b653f2b7a6f37321fee99f0f482ae0bfb79d0ee1c0679e09f6
4
- data.tar.gz: e5e398fc406be87504dba6b55cba7e2e97d5712a232c9ac094c5bfbd0a8904a9
3
+ metadata.gz: 51a13d6888943903895ef7d0426582611a3a8a507cb9bb7e18647494cee7af86
4
+ data.tar.gz: eb200d82badd580710f64f1c140775dd9f9ab31b83f4bc51a96b1603559b5a5a
5
5
  SHA512:
6
- metadata.gz: e716bab1aed4107cd5bd5ed501786f41ee6733aff280bfd2f4817e7f394edb834fe8aa0cfda73b73dc5a59ac1ac51631c56cdad1a7737607adef79c7c4555789
7
- data.tar.gz: 18f416503f480b2115d5c45497f149ba5e5ca54bc559edb4e01be3d0d460dc6eeff6987abc72ea594674527e1781bae8547344cc37dbf072dbdaccc2e02924e1
6
+ metadata.gz: 11b4c7f5c52d2a01aa7eb83ad04ac51ca09338eab5733806afa5c19f7154ca79aa4cb092e56f7c5ae1fb843e7c9ece2836b20f3a32eeb8470221d529e6a9f6c0
7
+ data.tar.gz: 11b48fa5f5485d225529c3d376fcf7385f81e7cb487c141616b2d871a0f058dc32eb00e1771cbb1394dd2ed4431ad62d759260338bc14acd9cdaf9f94641c737
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.0
4
+
5
+ Ended support for Ruby 2.7 and 3.0.
6
+
7
+ Added live documentation support.
8
+
9
+ ### Inflector
10
+
11
+ Fixed behavior of `Inflector#camelize` for certain mixed-case strings.
12
+
13
+ ### Tools
14
+
15
+ Added the following methods to `SleepingKingStudios::Tools::Assertions`.
16
+
17
+ - `#assert_blank`
18
+ - `#assert_group`
19
+ - `#assert_nil`
20
+ - `#assert_not_nil`
21
+ - `#assert_presence`
22
+ - `#error_message_for`
23
+ - `#validate_blank`
24
+ - `#validate_group`
25
+ - `#validate_nil`
26
+ - `#validate_not_nil`
27
+ - `#validate_presence`
28
+
29
+ Implemented `SleepingKingStudios::Tools::Assertions::Aggregator`.
30
+
31
+ ### Toolbox
32
+
33
+ Added `.prepended` support to `SleepingKingStudios::Tools::Toolbox::Mixin`.
34
+
3
35
  ## 1.1.1
4
36
 
5
37
  Fixed support for keyword parameters in `ObjectTools#apply` in Ruby 3.2.