selma 0.4.12-x64-mingw-ucrt → 0.4.13-x64-mingw-ucrt

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: da848171105062be865e16c0fd66004fd4176fb42ee9a816b20939f584870b7b
4
- data.tar.gz: cdf1df5e1e3f36632b9340bab51d6704465afee0a7bc1e77edce20d5484ef0b1
3
+ metadata.gz: ef67ed3a332efa7695d213bdf4047d9f2e83133b8db1ae13788ee99758122e98
4
+ data.tar.gz: 5e6c825cf408db186c942f1849ec97bff0183cffbb665d0cbf698d422d9e683a
5
5
  SHA512:
6
- metadata.gz: b603d6fd1f2a4c5a8350aa4a76abf1390cab1be6f25a8f20a72a827d53dada33a15c7945274bcf32a6604853de794165f55c00db5b87c87d53110f1b1c1ee0f2
7
- data.tar.gz: 8c0052fecb16ea0b337fa6304b103aad6fcc997642da27a8601b7ac6d1aa6a98cdc82c6fde9a6293b8940d3e1a04e17c41d0b94b93a9af350a96dd45cc868eb1
6
+ metadata.gz: 61cd082651fbfa70acad73f7e9bc82eceaf11c19db96b30021382cf100e45f9c4d43758523b9c0a2ec6ce6604abe6e60206862ac23cd10ce88073c7273e87392
7
+ data.tar.gz: f1e3b05e6f13d42454b2766962a0563b470c13fb1902685abba8edd7efcadcdedc04c647e0c08fbc9de69a8da7772027954ffd9b08986a4e432b21d968f60e40
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: x64-mingw-ucrt
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