philiprehberger-string_kit 0.1.0 → 0.1.1

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: 5860e5af85b84c9b5febcb56424bed3960dc4d26d193b2edf748f3138a59f2db
4
- data.tar.gz: a84f3f30e15ea382ebd28f89ea9bb61120dce7e8c403d970a0b1f2963b505ab9
3
+ metadata.gz: e3167594c622c98080c8fee6734aeae77833f304a2642fdf41468999016d3ee4
4
+ data.tar.gz: 95b2d1d906c99aed1dea5c7fc0ebe75c2acb04f83c221ddb97428cd208d43f93
5
5
  SHA512:
6
- metadata.gz: 8622621d3904e9425ea98f91598aecaa4749c81dd9be692ced0503202e21690310138928af2e1cb742160a4569156fab435e8abf31111f4302fc26a1f59b054b
7
- data.tar.gz: 7cfa9aa53ecc255ae7bca4e10755f5da08eec04587fd4185ff74a51a6619c4b4c1734aa4bb7d4cea37cead99ffa1e06e0fd917ef884875913a781a732923d7a9
6
+ metadata.gz: b6609b82583f36a7cce18d0937cbabee10043768353c2add6abda9ae4afbbe0271487651a25081257c8bea47f811a107843861ae09d5d724988b35982fd41d25
7
+ data.tar.gz: 81572deef0fc03cd681f8bbd0d2b4ca085fea824630951dcc4a007d636bf4ab943a9eb508883f4196a999f5c9e4ff8c7e1a4998e2065c65e9a9283d9ab4fe699
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
+ n## [0.1.1] - 2026-03-22
10
+
11
+ ### Changed
12
+ - Update rubocop configuration for Windows compatibility
9
13
 
10
14
  ## [0.1.0] - 2026-03-22
11
15
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module StringKit
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
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.0
4
+ version: 0.1.1
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-22 00:00:00.000000000 Z
11
+ date: 2026-03-23 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.