re2 2.0.0-x64-mingw32 → 2.1.1-x64-mingw32

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
4
+ version: 2.1.1
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: 2023-09-13 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
@@ -109,7 +111,7 @@ requirements: []
109
111
  rubygems_version: 3.3.26
110
112
  signing_key:
111
113
  specification_version: 4
112
- summary: Ruby bindings to re2.
114
+ summary: Ruby bindings to RE2.
113
115
  test_files:
114
116
  - spec/spec_helper.rb
115
117
  - spec/re2_spec.rb