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 +4 -4
- data/lib/string_expand/version.rb +1 -1
- data/string_expand.gemspec +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: 7ec768eab2ce2e5f48ad8cd92cd130b8c8fba3c7bab90b64661485c0f8aa2a4b
|
4
|
+
data.tar.gz: 6c783bbbdecf4cf7afb22b4de5d6570ccc4959b9cfa781b0f7acc9f03f980dae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47722a4356902d8c4bf274e246cfa1bef9d5fd2c0c7df0272f8206d594853323235b0329733b5e7db6d8e7c0e152d7c36a2b7253afa291f88d596c51e67e37c5
|
7
|
+
data.tar.gz: afb46fedffb5da5596c046f94abcd71a3175978f7b06182859d5ac49c3350936419a0af6e35a899ee88afe6bd5653fd22d924199f57a2723160f3cbbb333b594
|
data/string_expand.gemspec
CHANGED
@@ -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
|
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.
|
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
|
14
|
+
class like parsing index positions for characters in string.
|
15
15
|
email:
|
16
16
|
- nafissazid48@gmail.com
|
17
17
|
executables: []
|