selma 0.4.12-x86_64-darwin → 0.4.13-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: c8fa235887c785c2ce3c52b077b74217f16179c0f73c2ab66431a43fd769721e
4
+ data.tar.gz: 8c2ae0737f576092f372b13a1c7631485bd02caa04b0bc4c256a93dff7ed98fb
5
5
  SHA512:
6
- metadata.gz: 741a298a71d081afa7ced7acd773572084a4e27cf2d7720e24cc0c6557433b789ef1f92eb726e7de8905bed629426d3a409b95ec8518681448999b8602bba8fd
7
- data.tar.gz: 3bea996ebf65c5ea56bc29e514921c26ed28b1bb0b9ad1a160706df507ba653369ddc0148d89dbe77df3233694e6ac6ab82fc2b51bb9af9da7abc3e74945199b
6
+ metadata.gz: 5add17a85513482ec088075ad66e9daa24d7ce73b046708d2fb3bb3044a2890344761b327d52148349f43efb2367694518c46d96515d091b344246bb10a1b394
7
+ data.tar.gz: e3c7c7dd3479fe5e23aa81ca797a311a91a6a6de1986edfcad8ac3ef6ff4dae986ead20eab3c5fd21544422fe7c9815505c3c2fac4da2c6c0ccff59526d746cd
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.13"
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.13
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-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake