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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0394cd0b502f01b3fa6495f496b78bf5c3c7570942ccb0508c52b930d1074d9b'
4
- data.tar.gz: 6abd0b36373b743a1b8ec1a0bc25e9802d6ec8f84324a179d9a8450421e8d3e6
3
+ metadata.gz: 8b2a23f4b95eabea0ce45bb4424d2194e9f39bfdec748a6c9921095287d793c6
4
+ data.tar.gz: e311d161cadd28f8c33ed2815644646012b0bf714db418956298cb50c057a4dc
5
5
  SHA512:
6
- metadata.gz: 4b5e6e1fc511635b71b0483923b7e3ff814812ecb4c443420b5698c9b74528e133898a58e11c4cc1eebe414f4a30dc55f29753b2c76ff5cb48fccc93b1826fda
7
- data.tar.gz: e847f87768d9f1a69b8ba94b67b549635015f149a604713b593b22b0aab39a8975c72a27a2e7f9701a3fe64dbbd7910feaa50946ad717631eab55ce4bd51f8ab
6
+ metadata.gz: 3e049815cab9c84f02b3ac4873c91d97eba6259234ba005ef099afb086eb083756314e36b42bb8474ec9de23a270fe84f10c36ca8e8ccf5aef997ef6dd8aa514
7
+ data.tar.gz: 416869356f374de854be1b5d98a484bc4032b1f6ae40276f5d4acdc8813b0c884cb597be54e855d6b55f34bb26d865ada2451e83a6eeabc0055e3e3d54cb2b27
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### Added
4
+ Documentation
5
+
3
6
  ## [0.1.0] - 2024-12-02
4
7
 
5
8
  - Initial release
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 [Shobhit Jain](https://github.com/shalini0517).
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StringUtils
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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-02 00:00:00.000000000 Z
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: