re2 2.0.0.beta2-arm-linux → 2.1.1-arm-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.1.1
5
5
  platform: arm-linux
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-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake-compiler
@@ -53,7 +53,8 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '3.2'
56
- description: Ruby bindings to re2, "an efficient, principled regular expression library".
56
+ description: Ruby bindings to RE2, "a fast, safe, thread-friendly alternative to backtracking
57
+ regular expression engines like those used in PCRE, Perl, and Python".
57
58
  email:
58
59
  executables: []
59
60
  extensions: []
@@ -61,6 +62,7 @@ extra_rdoc_files: []
61
62
  files:
62
63
  - ".rspec"
63
64
  - Gemfile
65
+ - LICENSE-DEPENDENCIES.txt
64
66
  - LICENSE.txt
65
67
  - README.md
66
68
  - Rakefile
@@ -104,14 +106,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
106
  version: 3.3.dev
105
107
  required_rubygems_version: !ruby/object:Gem::Requirement
106
108
  requirements:
107
- - - ">"
109
+ - - ">="
108
110
  - !ruby/object:Gem::Version
109
- version: 1.3.1
111
+ version: '0'
110
112
  requirements: []
111
113
  rubygems_version: 3.3.26
112
114
  signing_key:
113
115
  specification_version: 4
114
- summary: Ruby bindings to re2.
116
+ summary: Ruby bindings to RE2.
115
117
  test_files:
116
118
  - spec/spec_helper.rb
117
119
  - spec/re2_spec.rb