re2 2.0.0.beta2-x86-linux → 2.0.0-x86-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -3
- data/lib/2.6/re2.so +0 -0
- data/lib/2.7/re2.so +0 -0
- data/lib/3.0/re2.so +0 -0
- data/lib/3.1/re2.so +0 -0
- data/lib/3.2/re2.so +0 -0
- data/lib/re2/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1aff863dbf7d9e54357f572cc58871c7b8d03250bc7f0254ee947f586da3d39
|
4
|
+
data.tar.gz: ffc16165d210840d9dcb8eb888abcc7a357248da7f32db0c49f8d263421cb634
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73c0825b27c65113760e4eb15394404d6f66ee933293856f4c52b400749fc3e244cb46042436436f1f15d9265fda2a368c58c2b4a945f248c4e67bcdf8f29ef2
|
7
|
+
data.tar.gz: d2d7515e2b886de05df90bff2ed562a1207c66aaf3f223984255976c0f6f3862875f1a35da0fa12095e81223f580ebb3e48dc1e9a30828c812428670385db81a
|
data/README.md
CHANGED
@@ -4,8 +4,8 @@ re2 [![Build Status](https://github.com/mudge/re2/actions/workflows/tests.yml/ba
|
|
4
4
|
A Ruby binding to [re2][], an "efficient, principled regular expression
|
5
5
|
library".
|
6
6
|
|
7
|
-
**Current version:** 2.0.0
|
8
|
-
**Supported Ruby versions:** 2.7, 3.0, 3.1, 3.2
|
7
|
+
**Current version:** 2.0.0
|
8
|
+
**Supported Ruby versions:** 2.6, 2.7, 3.0, 3.1, 3.2
|
9
9
|
**Bundled re2 version:** libre2.11 (2023-09-01)
|
10
10
|
**Supported re2 versions:** libre2.0 (< 2020-03-02), libre2.1 (2020-03-02), libre2.6 (2020-03-03), libre2.7 (2020-05-01), libre2.8 (2020-07-06), libre2.9 (2020-11-01), libre2.10 (2022-12-01), libre2.11 (2023-07-01)
|
11
11
|
|
@@ -16,7 +16,7 @@ The gem comes bundled with a version of [re2][] and will compile itself (and
|
|
16
16
|
any dependencies) on install. As compilation can take a while, precompiled
|
17
17
|
native gems are available for Linux, Windows and macOS.
|
18
18
|
|
19
|
-
In v2.0 and later, precompiled native gems are available for Ruby 2.
|
19
|
+
In v2.0 and later, precompiled native gems are available for Ruby 2.6 to 3.2
|
20
20
|
on these platforms:
|
21
21
|
|
22
22
|
- `aarch64-linux` (requires: glibc >= 2.29)
|
@@ -54,6 +54,8 @@ following default locations:
|
|
54
54
|
* `/opt/homebrew`
|
55
55
|
* `/usr`
|
56
56
|
|
57
|
+
Alternatively, you can set the `RE2_USE_SYSTEM_LIBRARIES` environment variable instead of passing `--enable-system-libraries` to the `gem` command.
|
58
|
+
|
57
59
|
If you're using Bundler, you can use the
|
58
60
|
[`force_ruby_platform`](https://bundler.io/v2.3/man/gemfile.5.html#FORCE_RUBY_PLATFORM)
|
59
61
|
option in your Gemfile.
|
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/re2/version.rb
CHANGED
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.0.0
|
4
|
+
version: 2.0.0
|
5
5
|
platform: x86-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: 2023-09-
|
12
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake-compiler
|
@@ -104,9 +104,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
104
|
version: 3.3.dev
|
105
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
106
|
requirements:
|
107
|
-
- - "
|
107
|
+
- - ">="
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
109
|
+
version: '0'
|
110
110
|
requirements: []
|
111
111
|
rubygems_version: 3.3.26
|
112
112
|
signing_key:
|