re2 2.0.0.beta2-x86_64-linux → 2.0.0-x86_64-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: 362ee3bc2b26189b3708d6ee71488fb1999fad359c8c3e5c763202e4a9a45403
4
- data.tar.gz: 4e5e9c834948bf9c42a14c120f4c5c7f33ff20692df2b007ebca4a51a8a9e0fc
3
+ metadata.gz: 9e4b556d87cad6c7ee0589c9f30894bf36afe23ee50f2af5eeefbcabb7f3c200
4
+ data.tar.gz: 98b994de922a83f5d511f273dc6f5a904d31a91fc4e7b18703aa2c7645e92e33
5
5
  SHA512:
6
- metadata.gz: 4003269f3f979fd3cf90070dfb2af96d3154342645a5128868283c2e7e21e73c5f4cd3f106ecddfd7b768cec285cf7d7d081f629afde6062a16f60ad45c1bb40
7
- data.tar.gz: b953bf0d6f69dcfe8fa95ffb37ec745b150a4657c074d82f54c992ba1de75629213d3b5cf9de97d27d5199c992c572b17fbee4edf2554278d2c53c102305e25a
6
+ metadata.gz: 34f0d3839011e7378a406f511aa9c55de9d5bb7d49bdf8e2b27b2127f86028b143f4e34371fec2b958b4a8f5692577a58a62d9dcdc709ec26300baa5133ba5c4
7
+ data.tar.gz: da41d707125141ecc99a596386a2f23b1a27f5bcbc3acde9514965bef6ea128141be824b1da1d51eb2016a50ffd8eda739f380a29d86764ae7c0cfea84e7d170
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.beta1
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.7 to 3.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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RE2
4
- VERSION = "2.0.0.beta2"
4
+ VERSION = "2.0.0"
5
5
  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.0.0.beta2
4
+ version: 2.0.0
5
5
  platform: x86_64-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-10 00:00:00.000000000 Z
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: 1.3.1
109
+ version: '0'
110
110
  requirements: []
111
111
  rubygems_version: 3.3.26
112
112
  signing_key: