string_tools 1.4.1 → 1.5.0

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: 1608830ff7d142898c99b59fd6cc9e70f5455688dc78cacd5d76b1d5a67cab59
4
- data.tar.gz: 47f5346eccd9a923d1ca5ed122dd82ce66da117e7fb5e0fb08cdc91c6f72c16f
3
+ metadata.gz: 8810a87872d6790e2f3bb65c584edb039577b7ddd92163325fe250205550d251
4
+ data.tar.gz: 61bdfa28df635d663201fd768754d85a99568f53fee605617deea572994b7cdd
5
5
  SHA512:
6
- metadata.gz: 20e58fea73e443fe84da5d5b62349571199f1afbf4e0f66ef688f8bea052f8464ace22a9c86f71e48b1de15ec1a4ef58d075d430effd88df08846cad0b9b4ac5
7
- data.tar.gz: b2c1db6dfe69c0a3d0b52783a3ccec10c57e60a6ab774ca813d9da9e08a5e9f19175695c6047e162ba982bd55da139b564b17b7ddfeaf95d6039d9ffc3c44fd8
6
+ metadata.gz: ee3ae994a017601fbd2bc3e489d10d4cc9c72d493c28e26f366ea42a73ad62ccb50efbbacab906f27a42e50c85901011858d66220a75de44ae21a580637a2c69
7
+ data.tar.gz: 9c1daa66612fe13f65697a600addfe8d42b2249026c1dbc5ebf2866a4cf619857448e57a2cd20c3b8207d494b6c4ac6e9a4a39896bd92e0a814f1e2103b27d96
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- # v1.4.1
1
+ # v1.5.0
2
+
3
+ * 2026-04-24 [9f97670](../../commit/9f97670) - __(git2-railsc)__ Release 1.5.0
4
+ * 2026-03-24 [031988d](../../commit/031988d) - __(Mikhail Nelaev)__ feat: allow vk video iframe
5
+ https://jira.railsc.ru/browse/GOODS-5003
2
6
 
3
7
  * 2025-12-12 [349c9e9](../../commit/349c9e9) - __(Andrew N. Shalaev)__ Release v1.4.1
4
8
  * 2025-12-12 [b51bb6e](../../commit/b51bb6e) - __(Andrew N. Shalaev)__ fix: use correct version of bigdecimal
@@ -130,6 +134,16 @@ https://jira.railsc.ru/browse/PC4-16353
130
134
  # v3.0.1
131
135
 
132
136
 
137
+ # v1.4.1
138
+
139
+ * 2025-12-12 [b51bb6e](../../commit/b51bb6e) - __(Andrew N. Shalaev)__ fix: use correct version of bigdecimal
140
+ * 2025-12-12 [78f7efa](../../commit/78f7efa) - __(Andrew N. Shalaev)__ fix: return back Gemfile.lock for releases
141
+ * 2025-12-11 [fd6f02a](../../commit/fd6f02a) - __(Andrew N. Shalaev)__ Release v1.4.0
142
+ * 2025-12-11 [5937791](../../commit/5937791) - __(Andrew N. Shalaev)__ fix: do not ignore lock-files
143
+ * 2025-12-11 [9169a2f](../../commit/9169a2f) - __(Andrew N. Shalaev)__ feature: add support ruby v2.7 and rails6
144
+ * 2025-12-11 [0d2c1d3](../../commit/0d2c1d3) - __(Andrew N. Shalaev)__ fix: use proper ver of bigdecimal
145
+ * 2025-12-11 [0bf216a](../../commit/0bf216a) - __(Andrew N. Shalaev)__ feature: add support for Rails 5.x
146
+
133
147
  # v1.3.0
134
148
 
135
149
  * 2024-09-20 [cba6db7](../../commit/cba6db7) - __(bayerd412)__ feat(ck-editor video hosting): add rutube
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- string_tools (1.4.1)
4
+ string_tools (1.5.0)
5
5
  actionpack (>= 4.2.0)
6
6
  activesupport (>= 4.2.0)
7
7
  addressable (>= 2.3.2)
@@ -32,7 +32,7 @@ GEM
32
32
  i18n (>= 0.7, < 2)
33
33
  minitest (~> 5.1)
34
34
  tzinfo (~> 1.1)
35
- addressable (2.8.8)
35
+ addressable (2.9.0)
36
36
  public_suffix (>= 2.0.2, < 8.0)
37
37
  appraisal (2.5.0)
38
38
  bundler
@@ -42,12 +42,12 @@ GEM
42
42
  builder (3.3.0)
43
43
  byebug (11.1.3)
44
44
  coderay (1.1.3)
45
- concurrent-ruby (1.3.5)
45
+ concurrent-ruby (1.3.6)
46
46
  crass (1.0.6)
47
47
  diff-lcs (1.6.2)
48
48
  docile (1.3.5)
49
49
  erubi (1.13.1)
50
- i18n (1.14.7)
50
+ i18n (1.14.8)
51
51
  concurrent-ruby (~> 1.0)
52
52
  loofah (2.21.1)
53
53
  crass (~> 1.0.2)
@@ -66,7 +66,7 @@ GEM
66
66
  byebug (~> 11.0)
67
67
  pry (~> 0.13.0)
68
68
  public_suffix (4.0.7)
69
- rack (2.2.21)
69
+ rack (2.2.23)
70
70
  rack-test (2.2.0)
71
71
  rack (>= 1.3)
72
72
  rails-dom-testing (2.1.1)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- string_tools (1.4.1)
4
+ string_tools (1.5.0)
5
5
  actionpack (>= 4.2.0)
6
6
  activesupport (>= 4.2.0)
7
7
  addressable (>= 2.3.2)
@@ -32,7 +32,7 @@ GEM
32
32
  minitest (~> 5.1)
33
33
  thread_safe (~> 0.3, >= 0.3.4)
34
34
  tzinfo (~> 1.1)
35
- addressable (2.8.8)
35
+ addressable (2.9.0)
36
36
  public_suffix (>= 2.0.2, < 8.0)
37
37
  appraisal (2.5.0)
38
38
  bundler
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- string_tools (1.4.1)
4
+ string_tools (1.5.0)
5
5
  actionpack (>= 4.2.0)
6
6
  activesupport (>= 4.2.0)
7
7
  addressable (>= 2.3.2)
@@ -32,7 +32,7 @@ GEM
32
32
  i18n (>= 0.7, < 2)
33
33
  minitest (~> 5.1)
34
34
  tzinfo (~> 1.1)
35
- addressable (2.8.8)
35
+ addressable (2.9.0)
36
36
  public_suffix (>= 2.0.2, < 8.0)
37
37
  appraisal (2.5.0)
38
38
  bundler
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- string_tools (1.4.1)
4
+ string_tools (1.5.0)
5
5
  actionpack (>= 4.2.0)
6
6
  activesupport (>= 4.2.0)
7
7
  addressable (>= 2.3.2)
@@ -32,7 +32,7 @@ GEM
32
32
  i18n (>= 0.7, < 2)
33
33
  minitest (~> 5.1)
34
34
  tzinfo (~> 1.1)
35
- addressable (2.8.8)
35
+ addressable (2.9.0)
36
36
  public_suffix (>= 2.0.2, < 8.0)
37
37
  appraisal (2.5.0)
38
38
  bundler
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module StringTools
3
- VERSION = '1.4.1'
3
+ VERSION = '1.5.0'
4
4
  end
data/lib/string_tools.rb CHANGED
@@ -226,8 +226,12 @@ module StringTools
226
226
  end
227
227
 
228
228
  class IframeNormalizer
229
- HOSTING_REG = %r{^https?:\/\/(www\.)?(?:(rutube\.ru\/(video|play|embed))|
230
- (youtu((?:be|\.be|be\-nocookie)(?:\/|\.com\/(watch|shorts|embed)))))}x.freeze
229
+ HOSTING_REG = %r{
230
+ ^https?:\/\/(www\.)?(?:(rutube\.ru\/(video|play|embed))|
231
+ (youtu((?:be|\.be|be\-nocookie)(?:\/|\.com\/(watch|shorts|embed)))|
232
+ ((vkvideo|vk)\.(ru|com)\/video_ext\.php)
233
+ ))
234
+ }x.freeze
231
235
 
232
236
  def initialize(attributes)
233
237
  @attributes = attributes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: string_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey D.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-12 00:00:00.000000000 Z
11
+ date: 2026-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack