name_formatter 0.2.0 → 0.2.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: 7d306596a7864c4fb4a423f3cdf547b8d3fc16c8c697ad25070ee0579f8e9842
4
- data.tar.gz: 4f374261ed314427a37f98242b75bcd3b3413bc40901a440c8d65afde83cdf92
3
+ metadata.gz: b86a54e891bc3744eab6bbaa8b7382f01a83d94fc401c93065d54e22f04409ac
4
+ data.tar.gz: 104a77f0c37cbf0ac10ef5bc0fddba44b3f2180faa8fdb03d36f99ae0fe97561
5
5
  SHA512:
6
- metadata.gz: a9d5ea02dc879d9684ae97e1599fda7241f6ec87cfefa3c38d89497e86050023c7340d2ac1cca4446f1446d0598e9ae87729bcdc78e19059e6a164243dad73ec
7
- data.tar.gz: 47d1866734837e3b793f75d6e6bbddcd0abf3255c3e0a767e2a71fc733b0d3d7560dc8e2176b0e982706083d39f9e7aea877d87d78bb94a6d1a69559793c5224
6
+ metadata.gz: 491fa9a588dc94789f9145cf89286442bea60ccfefbb8381c603c411eb0ebd017cb33fc31cdedd941b827406fc7d8e543d7302c89798403d979b9ac9cea2c662
7
+ data.tar.gz: f1daf07814e8a0511e6c9505bea88a16072dc6700e3ec88060956d1e439a0e4bb0532d9a89e1965e10a8b05b167e0068b38f56bcd646cb2aeb48f09a1fbf2581
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.1] - 2024-06-29
9
+
10
+ ### Changed
11
+ - Minimum Required Ruby Version - Gem doesn't work on Ruby 2
12
+
8
13
  ## [0.2.0] - 2024-06-28
9
14
 
10
15
  ### Added
@@ -19,5 +24,6 @@ Initial realase
19
24
 
20
25
  - Support for parsing complex names with prefixes, suffixes, particles and beyond.
21
26
 
27
+ [0.2.1]: https://github.com/kylewelsby/name_formatter/releases/tag/v0.2.1
22
28
  [0.2.0]: https://github.com/kylewelsby/name_formatter/releases/tag/v0.2.0
23
29
  [0.1.0]: https://github.com/kylewelsby/name_formatter/releases/tag/v0.1.0
@@ -1,3 +1,3 @@
1
1
  module NameFormatterModule
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: name_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Welsby
@@ -60,6 +60,7 @@ licenses:
60
60
  - MIT
61
61
  metadata:
62
62
  allowed_push_host: https://rubygems.org
63
+ homepage_uri: https://github.com/kylewelsby/name_formatter
63
64
  changelog_uri: https://github.com/kylewelsby/name_formatter/blob/main/CHANGELOG.md
64
65
  funding_uri: https://github.com/sponsors/kylewelsby
65
66
  post_install_message:
@@ -70,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
71
  requirements:
71
72
  - - ">="
72
73
  - !ruby/object:Gem::Version
73
- version: 2.5.0
74
+ version: 3.0.0
74
75
  required_rubygems_version: !ruby/object:Gem::Requirement
75
76
  requirements:
76
77
  - - ">="