re2 2.0.0.beta2-x86-mingw32 → 2.0.0-x86-mingw32

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: 671f07a92cde593448a0aa1931193ac160e4d41ebe2fad00d68d189c3946f8a7
4
- data.tar.gz: 16130640992185609c41c75b5723332773be50f37ca54bb837217147a9b3ffe8
3
+ metadata.gz: cbb8244f1d5261e780fe747f34f709ee3d369f5f135b0b8de93c80fcbc95d95a
4
+ data.tar.gz: 298f77d903f206fb8ad629ffd01f79fdab31969fa251760e13dd0f3513ba523e
5
5
  SHA512:
6
- metadata.gz: 7eee596c7c713bbce6b42adc81d3b8656db0a50b44141288ec57bb46449b9fb6685b1582e44d238e59295ef4c79282b780b8e9a65cf0f9b930d58ab7a75c374b
7
- data.tar.gz: e36e91e023ccebe4133175f9711ca58ed0572921b3243e15d3140ac183325de2b26888e9c0f41d9fea871f01cfc1b97f9d2a851db9d859ffa75cb2f4963c60ca
6
+ metadata.gz: cd5b3b759513dc2fddb5d8d7fe2d49d5980763110e35f622241afd81b678735740f6515c1564c100c3cc7ec4826ce89da02f4f13e4393d0dd6ba98be70e81768
7
+ data.tar.gz: f618fb3ec62d2f76ff79c33c9532397b8ce5562f7c288c9cf7ef7775dabe3a1036733286f1221674d1731d758f57143f2af7c67451118af385e34a872474c8f5
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-mingw32
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: