re2 2.0.0.beta2-x64-mingw-ucrt → 2.0.0-x64-mingw-ucrt

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: 92ef25686a9278c239a37a37826e27f2ad346f7452bc592873b87617e413fe79
4
- data.tar.gz: 1399feb9250ebc33f470f02bc4fe0202ea4d9b571c47f4ccf356dee722578c05
3
+ metadata.gz: 2072fa02fb60a44aed5ca632622e6296bebb62d04259440745749524fab7f7ba
4
+ data.tar.gz: 4ec16ed463f31c42e1782be6f8207c0d115dfe8ed595943c4cbe239e9da5561d
5
5
  SHA512:
6
- metadata.gz: 02b4106121c5eed8ce575a9e20de670cbe3675630b7e02d31cec25c909ccb6b5e7cb9e4f529b73ba4d4ae8b87e99dd39ff9d057fdc3a75999ceebe02e9fc7484
7
- data.tar.gz: 907f8f36fcdf307fa9a99f6d51b36e3418f62e1ba94520868351e9716f5699ee274d37bda3b157e2d18622868b1dac9fec8febdbea4c15f65768147d9c0e8a55
6
+ metadata.gz: 612cf13d34546fab257b403e149ff247283be08bbe4bb6493f3f7caf51d99203dbdfdb0bade034a059b948917a795f857cf1e9acaa4fbd33bd6db85d85395362
7
+ data.tar.gz: 19e28ae90c076a73113e99731f4e94c520530259e66d183c439d3808dd24feaf978a2918d97f6c0502ed1123b5c1004a2788cf21bef61870d37ebfd9a69faac1
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/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: x64-mingw-ucrt
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
@@ -101,9 +101,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
101
  version: 3.3.dev
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - ">"
104
+ - - ">="
105
105
  - !ruby/object:Gem::Version
106
- version: 1.3.1
106
+ version: '0'
107
107
  requirements: []
108
108
  rubygems_version: 3.3.26
109
109
  signing_key: