re2 2.13.2-x64-mingw32 → 2.15.0-x64-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: 55a9cba992c7a57f02bc0230ecd73508cefef6c0997dff0186b7cfbbd382a3c1
4
- data.tar.gz: 7ce7ca68805147ca226c97a3c32ba579dabe47ceb8c080f09f7849a6c1f97541
3
+ metadata.gz: 8e528e4044c5b0b2b379e05adaed2796699c6068be4b7aa5464258e6ac4510a1
4
+ data.tar.gz: cc00e852bfbb3bd00cfcd20a55caae7409d9365bbac88db3a39ed06f78faac6d
5
5
  SHA512:
6
- metadata.gz: 1455b671e7df80231bcb410294f8f9aced5b1b1498c38fda5e4481359ef0aec8689ecbf794bedc28cb1a4d1e1f83e6dc939abd74349fff18d75b0416c5e50238
7
- data.tar.gz: 9faf92c0c39e19f1ba49291aad96b640c6ac9164a42e807576ca8872ae7d582599a5838c6506eac40dc4b2aaeb6c7033c5ddd0ee94a1c460a99ad151eb44da9d
6
+ metadata.gz: f67f677be91e311c8b4c9507e4c35b5e05f8a9cb295c41e63cae09be80d41cfcbbfe92e331e012cefff385e58711793cc9697b4473966045d025d2cb20f62715
7
+ data.tar.gz: 951481020a8dbacde31e8257512e562f2b6a517ecbcc1948c139538c0c534c8a53265ed503a4d93ff27a7a8bb95536fb939041752cf9cb5f3dedf870b9cea7bf
data/README.md CHANGED
@@ -6,7 +6,7 @@ Python".
6
6
 
7
7
  [![Build Status](https://github.com/mudge/re2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/mudge/re2/actions)
8
8
 
9
- **Current version:** 2.13.2
9
+ **Current version:** 2.15.0
10
10
  **Bundled RE2 version:** libre2.11 (2024-07-02)
11
11
 
12
12
  ```ruby
@@ -257,7 +257,7 @@ RE2(non_latin1_pattern.encode("ISO-8859-1"), utf8: false).match(non_latin1_text.
257
257
 
258
258
  This gem requires the following to run:
259
259
 
260
- * [Ruby](https://www.ruby-lang.org/en/) 2.6 to 3.3
260
+ * [Ruby](https://www.ruby-lang.org/en/) 2.6 to 3.4
261
261
 
262
262
  It supports the following RE2 ABI versions:
263
263
 
@@ -268,9 +268,8 @@ It supports the following RE2 ABI versions:
268
268
  Where possible, a pre-compiled native gem will be provided for the following platforms:
269
269
 
270
270
  * Linux
271
- * `aarch64-linux` and `arm-linux` (requires [glibc](https://www.gnu.org/software/libc/) 2.29+)
272
- * `x86-linux` and `x86_64-linux` (requires [glibc](https://www.gnu.org/software/libc/) 2.17+)
273
- * [musl](https://musl.libc.org/)-based systems such as [Alpine](https://alpinelinux.org) are supported as long as a [glibc-compatible library is installed](https://wiki.alpinelinux.org/wiki/Running_glibc_programs)
271
+ * `aarch64-linux`, `arm-linux`, `x86-linux` and `x86_64-linux` (requires [glibc](https://www.gnu.org/software/libc/) 2.29+, RubyGems 3.3.22+ and Bundler 2.3.21+)
272
+ * [musl](https://musl.libc.org/)-based systems such as [Alpine](https://alpinelinux.org) are supported with Bundler 2.5.6+
274
273
  * macOS `x86_64-darwin` and `arm64-darwin`
275
274
  * Windows `x64-mingw32` and `x64-mingw-ucrt`
276
275
 
@@ -279,18 +278,18 @@ Where possible, a pre-compiled native gem will be provided for the following pla
279
278
  SHA256 checksums are included in the [release notes](https://github.com/mudge/re2/releases) for each version and can be checked with `sha256sum`, e.g.
280
279
 
281
280
  ```console
282
- $ gem fetch re2 -v 2.13.1
283
- Fetching re2-2.13.1-arm64-darwin.gem
284
- Downloaded re2-2.13.1-arm64-darwin
285
- $ sha256sum re2-2.13.1-arm64-darwin.gem
286
- 57dc2a77cef60ed8ba35e2f647a6dd17bcba99bfdb0bcb5b08bff69cd566f0be re2-2.13.1-arm64-darwin.gem
281
+ $ gem fetch re2 -v 2.14.0
282
+ Fetching re2-2.14.0-arm64-darwin.gem
283
+ Downloaded re2-2.14.0-arm64-darwin
284
+ $ sha256sum re2-2.14.0-arm64-darwin.gem
285
+ 3c922d54a44ac88499f6391bc2f9740559381deaf7f4e49eef5634cf32efc2ce re2-2.14.0-arm64-darwin.gem
287
286
  ```
288
287
 
289
288
  [GPG](https://www.gnupg.org/) signatures are attached to each release (the assets ending in `.sig`) and can be verified if you import [our signing key `0x39AC3530070E0F75`](https://mudge.name/39AC3530070E0F75.asc) (or fetch it from a public keyserver, e.g. `gpg --keyserver keyserver.ubuntu.com --recv-key 0x39AC3530070E0F75`):
290
289
 
291
290
  ```console
292
- $ gpg --verify re2-2.13.1-arm64-darwin.gem.sig re2-2.13.1-arm64-darwin.gem
293
- gpg: Signature made Mon 1 Jul 17:51:09 2024 BST
291
+ $ gpg --verify re2-2.14.0-arm64-darwin.gem.sig re2-2.14.0-arm64-darwin.gem
292
+ gpg: Signature made Fri 2 Aug 12:39:12 2024 BST
294
293
  gpg: using RSA key 702609D9C790F45B577D7BEC39AC3530070E0F75
295
294
  gpg: Good signature from "Paul Mucur <mudge@mudge.name>" [unknown]
296
295
  gpg: aka "Paul Mucur <paul@ghostcassette.com>" [unknown]
data/Rakefile CHANGED
@@ -16,23 +16,24 @@ re2_archive = File.join("ports/archives", File.basename(re2_recipe.files[0][:url
16
16
 
17
17
  re2_gemspec.files << abseil_archive
18
18
  re2_gemspec.files << re2_archive
19
- Dir[File.join("patches/**/*.patch")].each do |patch|
20
- re2_gemspec.files << patch
21
- end
22
19
 
23
20
  cross_platforms = %w[
24
- aarch64-linux
25
- arm-linux
21
+ aarch64-linux-gnu
22
+ aarch64-linux-musl
23
+ arm-linux-gnu
24
+ arm-linux-musl
26
25
  arm64-darwin
27
26
  x64-mingw-ucrt
28
27
  x64-mingw32
29
- x86-linux
28
+ x86-linux-gnu
29
+ x86-linux-musl
30
30
  x86-mingw32
31
31
  x86_64-darwin
32
- x86_64-linux
32
+ x86_64-linux-gnu
33
+ x86_64-linux-musl
33
34
  ].freeze
34
35
 
35
- ENV['RUBY_CC_VERSION'] = %w[3.3.0 3.2.0 3.1.0 3.0.0 2.7.0 2.6.0].join(':')
36
+ ENV['RUBY_CC_VERSION'] = '3.4.1:3.3.5:3.2.6:3.1.6:3.0.7:2.7.8:2.6.10'
36
37
 
37
38
  Gem::PackageTask.new(re2_gemspec).define
38
39
 
@@ -42,7 +43,7 @@ Rake::ExtensionTask.new('re2', re2_gemspec) do |e|
42
43
  e.config_options << '--disable-system-libraries'
43
44
  e.cross_platform = cross_platforms
44
45
  e.cross_compiling do |spec|
45
- spec.files.reject! { |path| File.fnmatch?('ports/*', path) || File.fnmatch?('patches/*', path) }
46
+ spec.files.reject! { |path| File.fnmatch?('ports/*', path) }
46
47
  spec.dependencies.reject! { |dep| dep.name == 'mini_portile2' }
47
48
  end
48
49
  end
data/dependencies.yml CHANGED
@@ -3,5 +3,5 @@ libre2:
3
3
  version: '2024-07-02'
4
4
  sha256: eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b
5
5
  abseil:
6
- version: '20240116.2'
7
- sha256: 733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc
6
+ version: '20240722.0'
7
+ sha256: f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3
data/ext/re2/recipes.rb CHANGED
@@ -20,7 +20,6 @@ def load_recipes
20
20
  url: "https://github.com/abseil/abseil-cpp/archive/refs/tags/#{recipe.version}.tar.gz",
21
21
  sha256: dependencies['abseil']['sha256']
22
22
  }]
23
- recipe.patch_files = Dir[File.join(PACKAGE_ROOT_DIR, "patches/abseil/*.patch")].sort
24
23
  end
25
24
 
26
25
  re2_recipe = build_recipe('libre2', dependencies['libre2']['version']) do |recipe|
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/re2/version.rb CHANGED
@@ -10,5 +10,5 @@
10
10
 
11
11
 
12
12
  module RE2
13
- VERSION = "2.13.2"
13
+ VERSION = "2.15.0"
14
14
  end
data/re2.gemspec CHANGED
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
41
41
  "spec/re2/scanner_spec.rb"
42
42
  ]
43
43
  s.add_development_dependency("rake-compiler", "~> 1.2.7")
44
- s.add_development_dependency("rake-compiler-dock", "~> 1.5.1")
44
+ s.add_development_dependency("rake-compiler-dock", "~> 1.8.0")
45
45
  s.add_development_dependency("rspec", "~> 3.2")
46
46
  s.add_runtime_dependency("mini_portile2", "~> 2.8.7") # keep version in sync with extconf.rb
47
47
  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.13.2
4
+ version: 2.15.0
5
5
  platform: x64-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: 2024-07-16 00:00:00.000000000 Z
12
+ date: 2025-01-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake-compiler
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: 1.5.1
34
+ version: 1.8.0
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: 1.5.1
41
+ version: 1.8.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rspec
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
- rubygems_version: 3.3.26
112
+ rubygems_version: 3.3.27
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Ruby bindings to RE2.