philiprehberger-string_kit 0.1.0 → 0.1.2
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +1 -1
- data/lib/philiprehberger/string_kit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b33b3f5a309580e26a0c589bf14f10d453f164c387570828dc4c31a143f72d6d
|
|
4
|
+
data.tar.gz: 27c6ca242f3639b7839190d287cfd6a436ac38a1f7c49ce312809189caf4f7bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c83d14881a3e260cd1de6747805c52e8a02656b9a35ebc36af50096c2625d909b3ec4e7495541b5e521c4ddb9105cf48a217e6b06585515911a546c4a665edc6
|
|
7
|
+
data.tar.gz: 44eb819fe65953f85143305cd912cd989ac8a189674c43ac1a32b29989b5f536d8d5ba742f7a59f27d797f26cb542ede31754ba829b03c6af5184b0b0efd5d74
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.2] - 2026-03-24
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fix Installation section quote style to double quotes
|
|
14
|
+
|
|
15
|
+
## [0.1.1] - 2026-03-22
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Update rubocop configuration for Windows compatibility
|
|
19
|
+
|
|
10
20
|
## [0.1.0] - 2026-03-22
|
|
11
21
|
|
|
12
22
|
### Added
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-string_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Rehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: String case conversion, HTML stripping, whitespace normalization, word
|
|
14
14
|
counting, reading time estimation, excerpt extraction, indentation, and more.
|