foobara-util 0.0.9 → 0.0.11

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: 6b4070d73b35f4d78f9eed62ed1aa1e717beed8049881885c92291f1ae01c055
4
- data.tar.gz: a9a7185f19e1e64655a1460444229de4ba94c2e1f15050f59063aa01d4b9f47e
3
+ metadata.gz: d9b60170a6050cf0247a218c1c8e5020e5098de6c0b13c44d51d3e6c4c642720
4
+ data.tar.gz: 7902e97e34e27109696d82b31c0d12f7bc120bf371ea51de905ac2f13bc9f195
5
5
  SHA512:
6
- metadata.gz: bfdd2d199b0c13951d122851d7a2dcd0820de3ab75e152bf47f1cc663fe85677c4f9fa82b01531a9dd84210b1ce9ef19561a0a7bcc365406223c0b7a74b147d0
7
- data.tar.gz: 14ec8a7ac063c58018920029fce654ecadc4902fcb2844fcfae4a846ddd7f218c5d2d9f43e8c5fb75869c43c0cc6d91e882c4cb011bc0cbbf8414e337a7e6f19
6
+ metadata.gz: 90eba53aa1a1e339049f94ccab6f49b227bb2a26c83755963cfb8fe038d183d1f4c9a600b8ced5f8e73c0c2041bf78e4d83081d0f6354027872be99c9ac5ec02
7
+ data.tar.gz: e510e33c3bd4682601ffee15e1767299ae99daa816c1d3f7e2c70190c43897a8f2d064041582873bfdab5ff0611f1864283c5e594c50d7071f99473f35581f1a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.0.11] - 2025-02-18
2
+
3
+ - Bump Ruby to 3.4.2
4
+ - Make .constantize work with kebab-cased strings
5
+
1
6
  ## [0.0.9] - 2025-01-07
2
7
 
3
8
  - Bump Ruby to 3.4.1
@@ -59,6 +59,8 @@ module Foobara
59
59
 
60
60
  return "" if string.empty?
61
61
 
62
+ string = string.gsub(/[-.]/, "_")
63
+
62
64
  retval = ""
63
65
  is_start = true
64
66
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-07 00:00:00.000000000 Z
10
+ date: 2025-02-18 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  email:
13
13
  - azimux@gmail.com
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []
58
- rubygems_version: 3.6.2
58
+ rubygems_version: 3.6.3
59
59
  specification_version: 4
60
60
  summary: Utility functions used across various Foobara projects
61
61
  test_files: []