xre 0.5.9-x86_64-linux → 0.6.1-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/xre/version.rb +1 -1
- data/lib/xre/xre.so +0 -0
- data/lib/xre.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c07d4cd73d664155767ed754e60c75c41d4dbe03e855b522995cda46366ef1a7
|
4
|
+
data.tar.gz: fa801fd5483c615c830593e1767b55cb3700ae63e4628da6a9e80a99e5b308c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7b6d57db2a5be51298adb182ea212cfdb4de3e43e0e4b0fd5ae35b42513cb762a8e6017e291398cde9e5f1249923c3a352ff78a2cb81b599e95226868103c2f
|
7
|
+
data.tar.gz: d76da7dd359da7eba45c5825d0c6b23c3a86e31f3a07e8d760720cfa76cbad1833ca9d4370594f2cff75b8247d9e5b53bff3a0ac96c70a149ae3a4cdf1a6a526
|
data/lib/xre/version.rb
CHANGED
data/lib/xre/xre.so
CHANGED
Binary file
|
data/lib/xre.rb
CHANGED
@@ -9,12 +9,12 @@ end
|
|
9
9
|
|
10
10
|
module Xre
|
11
11
|
class RegexList
|
12
|
-
def
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
12
|
+
def captures_with_context(text, context_radius:, context_boundary: "\n")
|
13
|
+
__captures_with_context(text, context_radius, context_boundary)
|
14
|
+
end
|
15
|
+
|
16
|
+
def captures(text)
|
17
|
+
__captures_without_context(text)
|
18
18
|
end
|
19
19
|
|
20
20
|
def inspect
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xre
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- barseek
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|