re2 2.17.0 → 2.18.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 +4 -4
- data/README.md +10 -10
- data/dependencies.yml +2 -2
- data/lib/re2/version.rb +1 -1
- data/ports/archives/re2-2025-07-22.tar.gz +0 -0
- metadata +2 -2
- data/ports/archives/re2-2025-07-17.tar.gz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca6fd51cf9cb6fdf30588bbb1687a22ab681cc18cb2563c5a50af19e5d8003b7
|
4
|
+
data.tar.gz: 67df63ae84d4125095ec4914c8c535b93ccf143dbed794be861fc5f13005ea5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0e1997c88c7cf0a282be9d33744622827d22f6bb5c9447aaba5286a3716897af4e892cd93cf9da8addc7703cf66e4fade1dcf63572c09ffa1e1e409d3b8817d
|
7
|
+
data.tar.gz: f63e04163403daff714d2d9be8955902462488e85ce3531e2f5f5efceac66860d29bd1dcb8a500c1ddf95cdc15b81fc31357958a336d3c6f818c5d091abb1d4c
|
data/README.md
CHANGED
@@ -6,8 +6,8 @@ Python".
|
|
6
6
|
|
7
7
|
[](https://github.com/mudge/re2/actions)
|
8
8
|
|
9
|
-
**Current version:** 2.
|
10
|
-
**Bundled RE2 version:** libre2.11 (2025-07-
|
9
|
+
**Current version:** 2.18.0
|
10
|
+
**Bundled RE2 version:** libre2.11 (2025-07-22)
|
11
11
|
|
12
12
|
```ruby
|
13
13
|
RE2('h.*o').full_match?("hello") #=> true
|
@@ -264,7 +264,7 @@ This gem requires the following to run:
|
|
264
264
|
|
265
265
|
It supports the following RE2 ABI versions:
|
266
266
|
|
267
|
-
* libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2025-07-
|
267
|
+
* libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2025-07-22)
|
268
268
|
|
269
269
|
### Native gems
|
270
270
|
|
@@ -281,18 +281,18 @@ Where possible, a pre-compiled native gem will be provided for the following pla
|
|
281
281
|
SHA256 checksums are included in the [release notes](https://github.com/mudge/re2/releases) for each version and can be checked with `sha256sum`, e.g.
|
282
282
|
|
283
283
|
```console
|
284
|
-
$ gem fetch re2 -v 2.
|
285
|
-
Fetching re2-2.
|
286
|
-
Downloaded re2-2.
|
287
|
-
$ sha256sum re2-2.
|
288
|
-
|
284
|
+
$ gem fetch re2 -v 2.17.0
|
285
|
+
Fetching re2-2.17.0-arm64-darwin.gem
|
286
|
+
Downloaded re2-2.17.0-arm64-darwin
|
287
|
+
$ sha256sum re2-2.17.0-arm64-darwin.gem
|
288
|
+
77b44893953a95b7804d83a5d7fd88ac1a7dc49b4e559eb46f69027e93f14cd1 re2-2.17.0-arm64-darwin.gem
|
289
289
|
```
|
290
290
|
|
291
291
|
[GPG](https://www.gnupg.org/) signatures are attached to each release (the assets ending in `.sig`) and can be verified if you import [our signing key `0x39AC3530070E0F75`](https://mudge.name/39AC3530070E0F75.asc) (or fetch it from a public keyserver, e.g. `gpg --keyserver keyserver.ubuntu.com --recv-key 0x39AC3530070E0F75`):
|
292
292
|
|
293
293
|
```console
|
294
|
-
$ gpg --verify re2-2.
|
295
|
-
gpg: Signature made Fri
|
294
|
+
$ gpg --verify re2-2.17.0-arm64-darwin.gem.sig re2-2.17.0-arm64-darwin.gem
|
295
|
+
gpg: Signature made Fri 18 Jul 17:45:13 2025 BST
|
296
296
|
gpg: using RSA key 702609D9C790F45B577D7BEC39AC3530070E0F75
|
297
297
|
gpg: Good signature from "Paul Mucur <mudge@mudge.name>" [unknown]
|
298
298
|
gpg: aka "Paul Mucur <paul@ghostcassette.com>" [unknown]
|
data/dependencies.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
libre2:
|
3
|
-
version: '2025-07-
|
4
|
-
sha256:
|
3
|
+
version: '2025-07-22'
|
4
|
+
sha256: f54c29f1c3e13e12693e3d6d1230554df3ab3a1066b2e1f28c5330bfbf6db1e3
|
5
5
|
abseil:
|
6
6
|
version: '20250127.1'
|
7
7
|
sha256: b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811
|
data/lib/re2/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: re2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Mucur
|
@@ -89,7 +89,7 @@ files:
|
|
89
89
|
- lib/re2/string.rb
|
90
90
|
- lib/re2/version.rb
|
91
91
|
- ports/archives/20250127.1.tar.gz
|
92
|
-
- ports/archives/re2-2025-07-
|
92
|
+
- ports/archives/re2-2025-07-22.tar.gz
|
93
93
|
- re2.gemspec
|
94
94
|
- spec/kernel_spec.rb
|
95
95
|
- spec/re2/match_data_spec.rb
|
Binary file
|