re2 2.0.0.beta2-x86_64-darwin → 2.0.0-x86_64-darwin
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.bundle +0 -0
- data/lib/2.7/re2.bundle +0 -0
- data/lib/3.0/re2.bundle +0 -0
- data/lib/3.1/re2.bundle +0 -0
- data/lib/3.2/re2.bundle +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: 686f3ee1b0a2e66a51cb14e8432cb32ae502887fc26a1e8039ee2a2584ce4faf
|
4
|
+
data.tar.gz: 3ab70a1c6f3c0a0fbd6bc900c6159f11618b722c126f7376d2cec2cc36baf534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7dc8c80397a0bcf01eff7b0c25ef7237d3c229d33d3193db9e9c2e9d9fc453c70d7e2b5bf9b9c4af5ab477e26720f842408909799fbedc3d0d8573a421850ad
|
7
|
+
data.tar.gz: 4e7f93d67ce58af1d0e1831b49d2ee57b2e8c8c507f6f58d09fc5e9fbd566a400514a10dd5413f8684a01eaf0d952d436ed1256b1b79175003f78a34957a87aa
|
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.bundle
CHANGED
Binary file
|
data/lib/2.7/re2.bundle
CHANGED
Binary file
|
data/lib/3.0/re2.bundle
CHANGED
Binary file
|
data/lib/3.1/re2.bundle
CHANGED
Binary file
|
data/lib/3.2/re2.bundle
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_64-darwin
|
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:
|