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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b0ccd54bbc6d74c91889d517a797d15e81b0a41a47196ec29387110b1c0131f
4
- data.tar.gz: 9cf04b74d0e8f40b8a2dee4795b98f99b614f5033ecf7572f2bfb3c873d1cb68
3
+ metadata.gz: 686f3ee1b0a2e66a51cb14e8432cb32ae502887fc26a1e8039ee2a2584ce4faf
4
+ data.tar.gz: 3ab70a1c6f3c0a0fbd6bc900c6159f11618b722c126f7376d2cec2cc36baf534
5
5
  SHA512:
6
- metadata.gz: b54ae372ef6b7ca1555ed747c7f1f43993ee77ff61ac0faea2814e13d07e286d79f2ff840abc5dd104905022ae48830db91ed6810c412386e3a1f3295959a986
7
- data.tar.gz: 7489737af9ec96c6965b61f86e2421cbc655d8ec5dab62a608d2c624da468d8805be39bd70245a3d25ab0a64b734ac7c39f43f4438244f264cc17b4bb5188406
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.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.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
@@ -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-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-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: