xre 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/Cargo.lock +8 -8
- data/README.md +35 -0
- data/ext/xre/extconf.rb +1 -1
- data/lib/xre/version.rb +5 -0
- data/lib/xre.rb +4 -22
- data/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/{tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre → ext/xre2}/Cargo.toml +1 -1
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/{tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre → ext/xre2}/Cargo.toml +1 -1
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/{tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre → ext/xre2}/Cargo.toml +1 -1
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/{tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre → ext/xre2}/Cargo.toml +1 -1
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml +15 -0
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml +15 -0
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml +15 -0
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +8 -8
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml +15 -0
- metadata +11 -7
- data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52c24aff6b0f5f6c0c1f99bad56d0f742fedaa24c46506e6fce83742befc9767
|
|
4
|
+
data.tar.gz: 9a10a151d49dcadcb1c50bc8dae93120148261fd4ed553fc11ec5de6385636b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d57150011a1c7eef8ce1e9753e9bf79ec2e4a7290b33cd1040d7951bb7277497616066cfc0c029b3f8ee187f52e3ef07ebe7678ca19e8327788381cdc2b052dd
|
|
7
|
+
data.tar.gz: 751c709531b7ce6f0cfb1ab467bf0f01f908e3cbc3f1673ad1da93fe97d2f674be053448742a3f8a9d73c3896f2a3877c2ffa524e12a2cfc431f76ca5b0d0376
|
data/Cargo.lock
CHANGED
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
data/README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xre
|
|
2
|
+
|
|
3
|
+
some rust regexes for ruby
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Install the gem and add to the application's Gemfile by executing:
|
|
8
|
+
|
|
9
|
+
$ bundle add xre
|
|
10
|
+
|
|
11
|
+
If bundler is not being used to manage dependencies, install the gem by executing:
|
|
12
|
+
|
|
13
|
+
$ gem install xre
|
|
14
|
+
|
|
15
|
+
## Usage
|
|
16
|
+
|
|
17
|
+
todo
|
|
18
|
+
|
|
19
|
+
## Development
|
|
20
|
+
|
|
21
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
22
|
+
|
|
23
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
24
|
+
|
|
25
|
+
## Contributing
|
|
26
|
+
|
|
27
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/vagab/xre. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/vagab/xre/blob/main/CODE_OF_CONDUCT.md).
|
|
28
|
+
|
|
29
|
+
## License
|
|
30
|
+
|
|
31
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
32
|
+
|
|
33
|
+
## Code of Conduct
|
|
34
|
+
|
|
35
|
+
Everyone interacting in the xre project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/vagab/xre/blob/main/CODE_OF_CONDUCT.md).
|
data/ext/xre/extconf.rb
CHANGED
data/lib/xre/version.rb
ADDED
data/lib/xre.rb
CHANGED
|
@@ -1,27 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
RUBY_VERSION =~ /(\d+\.\d+)/
|
|
6
|
-
require_relative "xre/#{Regexp.last_match(1)}/xre"
|
|
7
|
-
rescue LoadError
|
|
8
|
-
require_relative "xre/xre"
|
|
9
|
-
end
|
|
3
|
+
require_relative "xre/version"
|
|
4
|
+
require_relative "xre/xre"
|
|
10
5
|
|
|
11
6
|
module Xre
|
|
12
|
-
class
|
|
13
|
-
|
|
14
|
-
if context_radius
|
|
15
|
-
__captures_with_context(text, context_radius)
|
|
16
|
-
else
|
|
17
|
-
__captures_without_context(text)
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
def inspect
|
|
22
|
-
"#<Xre::RegexList targets=#{__targets}"
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
private :__captures_with_context, :__captures_without_context, :__targets
|
|
26
|
-
end
|
|
7
|
+
class Error < StandardError; end
|
|
8
|
+
# Your code goes here...
|
|
27
9
|
end
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[package]
|
|
2
|
+
name = "xre2"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
edition = "2021"
|
|
5
|
+
authors = ["barseek <sergey.b@hey.com>"]
|
|
6
|
+
license = "MIT"
|
|
7
|
+
publish = false
|
|
8
|
+
|
|
9
|
+
[lib]
|
|
10
|
+
crate-type = ["cdylib"]
|
|
11
|
+
|
|
12
|
+
[dependencies]
|
|
13
|
+
magnus = "0.6.2"
|
|
14
|
+
regex = "1.10.4"
|
|
15
|
+
unicode-segmentation = "1.11.0"
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[package]
|
|
2
|
+
name = "xre2"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
edition = "2021"
|
|
5
|
+
authors = ["barseek <sergey.b@hey.com>"]
|
|
6
|
+
license = "MIT"
|
|
7
|
+
publish = false
|
|
8
|
+
|
|
9
|
+
[lib]
|
|
10
|
+
crate-type = ["cdylib"]
|
|
11
|
+
|
|
12
|
+
[dependencies]
|
|
13
|
+
magnus = "0.6.2"
|
|
14
|
+
regex = "1.10.4"
|
|
15
|
+
unicode-segmentation = "1.11.0"
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[package]
|
|
2
|
+
name = "xre2"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
edition = "2021"
|
|
5
|
+
authors = ["barseek <sergey.b@hey.com>"]
|
|
6
|
+
license = "MIT"
|
|
7
|
+
publish = false
|
|
8
|
+
|
|
9
|
+
[lib]
|
|
10
|
+
crate-type = ["cdylib"]
|
|
11
|
+
|
|
12
|
+
[dependencies]
|
|
13
|
+
magnus = "0.6.2"
|
|
14
|
+
regex = "1.10.4"
|
|
15
|
+
unicode-segmentation = "1.11.0"
|
|
@@ -168,27 +168,27 @@ dependencies = [
|
|
|
168
168
|
|
|
169
169
|
[[package]]
|
|
170
170
|
name = "quote"
|
|
171
|
-
version = "1.0.
|
|
171
|
+
version = "1.0.35"
|
|
172
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
173
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"proc-macro2",
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
179
179
|
name = "rb-sys"
|
|
180
|
-
version = "0.9.
|
|
180
|
+
version = "0.9.90"
|
|
181
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
182
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
|
183
183
|
dependencies = [
|
|
184
184
|
"rb-sys-build",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
188
188
|
name = "rb-sys-build"
|
|
189
|
-
version = "0.9.
|
|
189
|
+
version = "0.9.90"
|
|
190
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "
|
|
191
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
|
192
192
|
dependencies = [
|
|
193
193
|
"bindgen",
|
|
194
194
|
"lazy_static",
|
|
@@ -260,9 +260,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "syn"
|
|
263
|
-
version = "2.0.
|
|
263
|
+
version = "2.0.57"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"proc-macro2",
|
|
268
268
|
"quote",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[package]
|
|
2
|
+
name = "xre2"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
edition = "2021"
|
|
5
|
+
authors = ["barseek <sergey.b@hey.com>"]
|
|
6
|
+
license = "MIT"
|
|
7
|
+
publish = false
|
|
8
|
+
|
|
9
|
+
[lib]
|
|
10
|
+
crate-type = ["cdylib"]
|
|
11
|
+
|
|
12
|
+
[dependencies]
|
|
13
|
+
magnus = "0.6.2"
|
|
14
|
+
regex = "1.10.4"
|
|
15
|
+
unicode-segmentation = "1.11.0"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xre
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- barseek
|
|
@@ -34,43 +34,47 @@ extra_rdoc_files: []
|
|
|
34
34
|
files:
|
|
35
35
|
- Cargo.lock
|
|
36
36
|
- Cargo.toml
|
|
37
|
+
- README.md
|
|
37
38
|
- ext/xre/Cargo.toml
|
|
38
39
|
- ext/xre/extconf.rb
|
|
39
40
|
- ext/xre/src/lib.rs
|
|
40
41
|
- ext/xre/src/regex_list.rs
|
|
41
42
|
- ext/xre/src/regex_list/utils.rs
|
|
42
43
|
- lib/xre.rb
|
|
44
|
+
- lib/xre/version.rb
|
|
43
45
|
- tmp/arm64-darwin21/stage/Cargo.lock
|
|
44
46
|
- tmp/arm64-darwin21/stage/Cargo.toml
|
|
45
47
|
- tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
|
|
48
|
+
- tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
46
49
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
|
|
47
50
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
|
|
48
51
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
|
|
52
|
+
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
49
53
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
|
|
50
54
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
|
|
51
55
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
|
|
56
|
+
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
52
57
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
|
|
53
58
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
|
|
54
|
-
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/
|
|
59
|
+
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
55
60
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
|
|
56
61
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
|
|
57
|
-
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/
|
|
62
|
+
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
58
63
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
|
|
59
64
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
|
|
60
|
-
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/
|
|
65
|
+
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
61
66
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
|
|
62
67
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
|
|
63
|
-
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/
|
|
68
|
+
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
64
69
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
|
|
65
70
|
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
|
|
66
|
-
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/
|
|
71
|
+
- tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre2/Cargo.toml
|
|
67
72
|
homepage: https://github.com/vagab/xre
|
|
68
73
|
licenses:
|
|
69
74
|
- MIT
|
|
70
75
|
metadata:
|
|
71
76
|
homepage_uri: https://github.com/vagab/xre
|
|
72
77
|
source_code_uri: https://github.com/vagab/xre
|
|
73
|
-
rubygems_mfa_required: 'true'
|
|
74
78
|
post_install_message:
|
|
75
79
|
rdoc_options: []
|
|
76
80
|
require_paths:
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
[package]
|
|
2
|
-
name = "xre"
|
|
3
|
-
version = "0.1.0"
|
|
4
|
-
edition = "2021"
|
|
5
|
-
authors = ["barseek <sergey.b@hey.com>"]
|
|
6
|
-
license = "MIT"
|
|
7
|
-
publish = false
|
|
8
|
-
|
|
9
|
-
[lib]
|
|
10
|
-
crate-type = ["cdylib"]
|
|
11
|
-
|
|
12
|
-
[dependencies]
|
|
13
|
-
magnus = "0.6.2"
|
|
14
|
-
regex = "1.10.4"
|
|
15
|
-
unicode-segmentation = "1.11.0"
|