re2 2.7.0-arm-linux → 2.9.0-arm-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c01648e07165d0d4515f6a8b8f13ad0ad0e18ea12f685ec0791ae142a180677
4
- data.tar.gz: ba37a55bd85c88dd1ff13b3e1d08b07e059f93a11fafe482ca78aea03855feda
3
+ metadata.gz: f227cc8d79c0519e0c4c352f7116e12d8274b91649e4b706f627c9b6e76480d2
4
+ data.tar.gz: d5a717030d4db1a8c8f0e5428ef22f4e25f80c3a6e0e327f6704208f6d15249c
5
5
  SHA512:
6
- metadata.gz: 66b2ccf380b3a9109cd34ad3b0698bc56b4e41e0acba6ff99b445d6140bc56d39609e4993f381280874e67b872e3ace527a56bffe6f41df4968473769a51dd8d
7
- data.tar.gz: 63a44dbd640bb6c9c4737d2529654c29e9e63877dbc9ae7208a4cbc658b61a3b64c3c177b2b0a16164e4f556069396bd8e0be1a864ff557452c5bb793ef9b06d
6
+ metadata.gz: 62bb2d81c8955cec23e78f998ede72ebb632be6cb36de77898a1afcc6ca2fcf710b4580d633bace43796cd38bacc503cde85041689a62566a38416194beebd19
7
+ data.tar.gz: 85c978ada3fb9a0bf4f8059eee84bd1207f5546ca03f9dced26d16591e23eb392029bdc9b0eddb70174596cb7c8098785205d10278c5133786c35f2fd2a9438b
data/README.md CHANGED
@@ -6,8 +6,8 @@ Python".
6
6
 
7
7
  [![Build Status](https://github.com/mudge/re2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/mudge/re2/actions)
8
8
 
9
- **Current version:** 2.7.0
10
- **Bundled RE2 version:** libre2.11 (2023-11-01)
9
+ **Current version:** 2.9.0
10
+ **Bundled RE2 version:** libre2.11 (2024-03-01)
11
11
 
12
12
  ```ruby
13
13
  RE2('h.*o').full_match?("hello") #=> true
@@ -261,7 +261,7 @@ This gem requires the following to run:
261
261
 
262
262
  It supports the following RE2 ABI versions:
263
263
 
264
- * libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2023-11-01)
264
+ * libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2024-03-01)
265
265
 
266
266
  ### Native gems
267
267
 
@@ -279,18 +279,18 @@ Where possible, a pre-compiled native gem will be provided for the following pla
279
279
  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.
280
280
 
281
281
  ```console
282
- $ gem fetch re2 -v 2.6.0
283
- Fetching re2-2.6.0-arm64-darwin.gem
284
- Downloaded re2-2.6.0-arm64-darwin
285
- $ sha256sum re2-2.6.0-arm64-darwin.gem
286
- ba6fda7a29cd16179d5401c1b4917ba204c92e5ca9d25df80d840ed76fca439f re2-2.6.0-arm64-darwin.gem
282
+ $ gem fetch re2 -v 2.8.0
283
+ Fetching re2-2.8.0-arm64-darwin.gem
284
+ Downloaded re2-2.8.0-arm64-darwin
285
+ $ sha256sum re2-2.8.0-arm64-darwin.gem
286
+ 962bad5c8de0757b059eff8922c3de31830a6710c418a83f2eab2b8253b8a0bf re2-2.8.0-arm64-darwin.gem
287
287
  ```
288
288
 
289
289
  [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`):
290
290
 
291
291
  ```console
292
- $ gpg --verify re2-2.6.0-arm64-darwin.gem.sig re2-2.6.0-arm64-darwin.gem
293
- gpg: Signature made Wed 27 Dec 19:26:53 2023 GMT
292
+ $ gpg --verify re2-2.8.0-arm64-darwin.gem.sig re2-2.8.0-arm64-darwin.gem
293
+ gpg: Signature made Wed 31 Jan 15:02:06 2024 GMT
294
294
  gpg: using RSA key 702609D9C790F45B577D7BEC39AC3530070E0F75
295
295
  gpg: Good signature from "Paul Mucur <mudge@mudge.name>" [unknown]
296
296
  gpg: aka "Paul Mucur <paul@ghostcassette.com>" [unknown]
data/dependencies.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  libre2:
3
- version: '2023-11-01'
4
- sha256: 4e6593ac3c71de1c0f322735bc8b0492a72f66ffccfad76e259fa21c41d27d8a
3
+ version: '2024-03-01'
4
+ sha256: 7b2b3aa8241eac25f674e5b5b2e23d4ac4f0a8891418a2661869f736f03f57f4
5
5
  abseil:
6
- version: '20230802.1'
7
- sha256: 987ce98f02eefbaf930d6e38ab16aa05737234d7afbab2d5c4ea7adbe50c28ed
6
+ version: '20240116.1'
7
+ sha256: 3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a
data/ext/re2/re2.cc CHANGED
@@ -743,8 +743,9 @@ static VALUE re2_matchdata_inspect(const VALUE self) {
743
743
  if (match == Qnil) {
744
744
  output << "nil";
745
745
  } else {
746
- output << "\"" << re2::StringPiece(RSTRING_PTR(match),
747
- RSTRING_LEN(match)) << "\"";
746
+ output << "\"";
747
+ output.write(RSTRING_PTR(match), RSTRING_LEN(match));
748
+ output << "\"";
748
749
  }
749
750
  }
750
751
 
data/lib/2.6/re2.so CHANGED
Binary file
data/lib/2.7/re2.so CHANGED
Binary file
data/lib/3.0/re2.so CHANGED
Binary file
data/lib/3.1/re2.so CHANGED
Binary file
data/lib/3.2/re2.so CHANGED
Binary file
data/lib/3.3/re2.so CHANGED
Binary file
data/lib/re2/version.rb CHANGED
@@ -10,5 +10,5 @@
10
10
 
11
11
 
12
12
  module RE2
13
- VERSION = "2.7.0"
13
+ VERSION = "2.9.0"
14
14
  end
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.7.0
4
+ version: 2.9.0
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - Paul Mucur
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-01-20 00:00:00.000000000 Z
12
+ date: 2024-02-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake-compiler