re2 2.0.0.beta2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -3
  3. data/lib/re2/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b84cf6ec8ce5bd9800f96ec578e998e4b8ca5345c1c96eaa699d0a0eebb03e2c
4
- data.tar.gz: c7e89da8456e80c91f287ee444cf69daad53af97cd604e44e3cdf685f8af34f8
3
+ metadata.gz: 5cb52f3a9f07caf37fd3638f7746f37d0cdd27aa15fb483998de9ea81eda64d8
4
+ data.tar.gz: 838a9651e01bde380be8567f85ede79ecf21b2b2ea59a8bb0bb0ffecb6839fab
5
5
  SHA512:
6
- metadata.gz: 9b018c0bbf42935fc86828b478dc85c4ff3e14ee89a5c27d2fb77ac120bcd1ad65b9277d9a53e031260710669ccd65d508018f70a78ad8a871ee1c21f65c2360
7
- data.tar.gz: ff2832314da390eab285d44739b01ddfbc35ec4de635284d7886ead84b914b0b4d30dc4c80d50cf4e9cdfb91b3813a239e8206405bd5b12df496ce8b7ec92b25
6
+ metadata.gz: 34646d238d369101434fe4d6fae3c8c71d0c2386c7da99087e87aada5f2056d84d00aedc2d7f88a4e20dbcf8547e3f19e5e7fdd1af4db14b8b4ce5f310053c2a
7
+ data.tar.gz: '093f89c7bb023a3995266b62b488fd13c64e8c8bd3011558535ccefa871ce3cc857c373a756a770b70b44e5544810f2457da0e297941b19bfc6ad606402a14aa'
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/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: ruby
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
@@ -113,9 +113,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  version: 2.6.0
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ">"
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
- version: 1.3.1
118
+ version: '0'
119
119
  requirements: []
120
120
  rubygems_version: 3.4.10
121
121
  signing_key: