string_expand 0.1.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51f39d25d6892e0b833d16834a5863eaec4673fa0bada5b611ec1d21bb685076
4
- data.tar.gz: a85d82af60aec1f334eeacb72ad95f636e5dfcfc4210b23b6cfdd4710f8b5309
3
+ metadata.gz: 7ec768eab2ce2e5f48ad8cd92cd130b8c8fba3c7bab90b64661485c0f8aa2a4b
4
+ data.tar.gz: 6c783bbbdecf4cf7afb22b4de5d6570ccc4959b9cfa781b0f7acc9f03f980dae
5
5
  SHA512:
6
- metadata.gz: 4ceed073c0b6cbb3e97c35c2376a4fda6b8a76621bf2ddfb4237a950c7b3b69430f51ae00aa79475bf321501fb82566ef650ac8e626761a342f27dfc59d884a1
7
- data.tar.gz: ba2088300edec21e5874c11490f14372a9fd5bbba5ba35d4dec4f945758513d1adaa683a963a2e4a30a0821894b6cf676f96770bd8b6ccd2d56d57f543c7068b
6
+ metadata.gz: 47722a4356902d8c4bf274e246cfa1bef9d5fd2c0c7df0272f8206d594853323235b0329733b5e7db6d8e7c0e152d7c36a2b7253afa291f88d596c51e67e37c5
7
+ data.tar.gz: afb46fedffb5da5596c046f94abcd71a3175978f7b06182859d5ac49c3350936419a0af6e35a899ee88afe6bd5653fd22d924199f57a2723160f3cbbb333b594
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StringExpand
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["nafissazid48@gmail.com"]
10
10
 
11
11
  spec.summary = "Parses index positions from string"
12
- spec.description = "It is a simple ruby gem that adds some useful features to the String class like parsing index positions from string."
12
+ spec.description = "It is a simple ruby gem that adds some useful features to the String class like parsing index positions for characters in string."
13
13
  # spec.homepage = "TODO: Put your gem's website or public repo URL here."
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: string_expand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nafis Sazid
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2025-02-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: It is a simple ruby gem that adds some useful features to the String
14
- class like parsing index positions from string.
14
+ class like parsing index positions for characters in string.
15
15
  email:
16
16
  - nafissazid48@gmail.com
17
17
  executables: []