selma 0.4.12-x86_64-darwin → 0.4.14-x86_64-darwin

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: 14e47649e7f09d3b0869111b1926fe1fe8d5ab367d8f652890aab1db306a6e88
4
- data.tar.gz: f3baa17790fc4769815025462fcccf53861fa42442d0dbfa6b308c53f7e02a6c
3
+ metadata.gz: e7e517b31c07009f2cd9139c427c6d29ec5aebf9ef630e7e592aadf30d120a1a
4
+ data.tar.gz: 39fae5b4708af5231c8d19a64e222f6086282414d9b01a5b3e2e69087cd43203
5
5
  SHA512:
6
- metadata.gz: 741a298a71d081afa7ced7acd773572084a4e27cf2d7720e24cc0c6557433b789ef1f92eb726e7de8905bed629426d3a409b95ec8518681448999b8602bba8fd
7
- data.tar.gz: 3bea996ebf65c5ea56bc29e514921c26ed28b1bb0b9ad1a160706df507ba653369ddc0148d89dbe77df3233694e6ac6ab82fc2b51bb9af9da7abc3e74945199b
6
+ metadata.gz: 9742e8a0c8f1df0d76d7153ee984f2582bdc54f25c65f09c91942caa66a38b26af7ee70c6b900bec3c6417dc8f21b7de4c4969f4f8581606001d236aea1664d7
7
+ data.tar.gz: 5306af465e1a227e7a0fdfd6a3327583984086addcc9aea668306a5a4e4cd5048be820703d820362c4906330e5a15149798eff425bb64180c1297f55d737d4aa
data/README.md CHANGED
@@ -142,7 +142,7 @@ class MatchText
142
142
  end
143
143
 
144
144
  def handle_text_chunk(text)
145
- string.sub(/@.+/, "<a href=\"www.yetto.app/#{Regexp.last_match}\">")
145
+ text.replace(text.to_s, text.sub(/@.+/, "<a href=\"www.yetto.app/#{Regexp.last_match}\">"))
146
146
  end
147
147
  end
148
148
 
Binary file
Binary file
Binary file
data/lib/selma/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Selma
4
- VERSION = "0.4.12"
4
+ VERSION = "0.4.14"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.12
4
+ version: 0.4.14
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-08 00:00:00.000000000 Z
11
+ date: 2025-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  version: 3.5.dev
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
- - - "~>"
89
+ - - ">="
90
90
  - !ruby/object:Gem::Version
91
91
  version: '3.4'
92
92
  requirements: []