string_magic 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 25b7e96258668ef43b98420ad99c460d44b997dc652cb53c00a9e115d8cf3741
4
- data.tar.gz: bfb5b96d9d327328c21e032e8cc16ab849a89a3e8f5de6e0baa592861c79e1f7
3
+ metadata.gz: 1b15c0cd29d13d74aab81578b21a75d120e625e2ebfc6a20f58e2361ee95ed7a
4
+ data.tar.gz: 4668f91cb543a01eb9a32c300ae4db8961898668ebc322c58b5b681ba1aef36c
5
5
  SHA512:
6
- metadata.gz: 04b9e3c10f79257b31eaf9002d720731eb8d8873773ed3de7b0a9f084fd6add87e2643f0a7b9433f4f959c7412d3ca1580adcf622973d2c89bebf3fd96013bc1
7
- data.tar.gz: e8558593de7a9b7a1ff14059ba7b86dadf3075bcd133e6ad0017b0c1d739d499179359ecc64845a3e3da6380e343944fa33298847c6ccc07fc5ef48392f0f09d
6
+ metadata.gz: b469baa89e9eb6df305ec8925d107a143aed9cd7721bf83e3b60805393e28b6deebd9ac355938ba90111d903eaef289638c9d1a4541486efd62ffb10eddad304
7
+ data.tar.gz: 844c8cbfc6142654eff9a252ec0fef1fad3ca33c25975987e61bd4290ad5f24727ba875d30a1db4e5b70e2095397d9048667d8260782a43906afdceb6544f099
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.2] - 2024-07-29
4
+
5
+ - Bug fixes
6
+
3
7
  ## [0.2.1] - 2024-07-29
4
8
 
5
9
  - Bug fixes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StringMagic
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: string_magic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emad Rahimi
@@ -71,13 +71,13 @@ files:
71
71
  - lib/string_magic.rb
72
72
  - lib/string_magic/version.rb
73
73
  - sig/string_magic.rbs
74
- homepage: https://github.com/erscript/string_magic
74
+ homepage: https://github.com/erscript/string-magic
75
75
  licenses:
76
76
  - MIT
77
77
  metadata:
78
- homepage_uri: https://github.com/erscript/string_magic
79
- source_code_uri: https://github.com/erscript/string_magic
80
- changelog_uri: https://github.com/erscript/string_magic/blob/main/CHANGELOG.md
78
+ homepage_uri: https://github.com/erscript/string-magic
79
+ source_code_uri: https://github.com/erscript/string-magic
80
+ changelog_uri: https://github.com/erscript/string-magic/blob/main/CHANGELOG.md
81
81
  post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths: