string_utilities 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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +2 -2
- data/lib/string_utils/version.rb +1 -1
- data/string_utils.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b2a23f4b95eabea0ce45bb4424d2194e9f39bfdec748a6c9921095287d793c6
|
4
|
+
data.tar.gz: e311d161cadd28f8c33ed2815644646012b0bf714db418956298cb50c057a4dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e049815cab9c84f02b3ac4873c91d97eba6259234ba005ef099afb086eb083756314e36b42bb8474ec9de23a270fe84f10c36ca8e8ccf5aef997ef6dd8aa514
|
7
|
+
data.tar.gz: 416869356f374de854be1b5d98a484bc4032b1f6ae40276f5d4acdc8813b0c884cb597be54e855d6b55f34bb26d865ada2451e83a6eeabc0055e3e3d54cb2b27
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
**StringUtils** is a Ruby gem that provides additional string manipulation utilities to make working with strings easier and more convenient. It includes methods for converting strings between different cases, reversing words, and more.
|
5
5
|
|
6
6
|
Author
|
7
|
-
Developed by [
|
7
|
+
Developed by [Shalini Patel](https://github.com/shalini0517).
|
8
8
|
|
9
9
|
|
10
10
|
## Installation
|
@@ -120,4 +120,4 @@ This gem is available as open source under the terms of the [MIT License](https:
|
|
120
120
|
|
121
121
|
## Code of Conduct
|
122
122
|
|
123
|
-
Everyone interacting in the CurrencyConverter project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/shalini0517/string-utils/blob/master/CODE_OF_CONDUCT.md).
|
123
|
+
Everyone interacting in the CurrencyConverter project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/shalini0517/string-utils/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/string_utils/version.rb
CHANGED
data/string_utils.gemspec
CHANGED
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
20
|
spec.metadata["source_code_uri"] = "https://github.com/shalini0517/string-utils"
|
21
21
|
spec.metadata["changelog_uri"] = "https://github.com/shalini0517/string-utils/blob/master/CHANGELOG.md"
|
22
|
+
spec.metadata["documentation_uri"] = "https://github.com/shalini0517/string-utils#readme"
|
22
23
|
|
23
24
|
# Specify which files should be added to the gem when it is released
|
24
25
|
# Exclude `.gem` and unnecessary files
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: string_utilities
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- shalini0517
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -48,6 +48,7 @@ metadata:
|
|
48
48
|
homepage_uri: https://github.com/shalini0517/string-utils
|
49
49
|
source_code_uri: https://github.com/shalini0517/string-utils
|
50
50
|
changelog_uri: https://github.com/shalini0517/string-utils/blob/master/CHANGELOG.md
|
51
|
+
documentation_uri: https://github.com/shalini0517/string-utils#readme
|
51
52
|
post_install_message:
|
52
53
|
rdoc_options: []
|
53
54
|
require_paths:
|