xre 0.5.1 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +36 -28
  3. data/README.md +78 -18
  4. data/ext/xre/Cargo.toml +1 -0
  5. data/ext/xre/src/regex_list.rs +7 -5
  6. data/lib/xre/version.rb +1 -1
  7. metadata +6 -27
  8. data/tmp/arm64-darwin21/stage/Cargo.lock +0 -348
  9. data/tmp/arm64-darwin21/stage/Cargo.toml +0 -10
  10. data/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml +0 -15
  11. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +0 -348
  12. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml +0 -10
  13. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml +0 -15
  14. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +0 -348
  15. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml +0 -10
  16. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml +0 -15
  17. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +0 -348
  18. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml +0 -10
  19. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml +0 -15
  20. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock +0 -348
  21. data/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml +0 -10
  22. data/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
  23. 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 +0 -348
  24. 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.toml +0 -10
  25. 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/Cargo.toml +0 -15
  26. 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 +0 -348
  27. 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.toml +0 -10
  28. 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/Cargo.toml +0 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac804f04487f18ff159b4482a22cdb88b24fe35ac1e7178594cdc22f652e362a
4
- data.tar.gz: ae1d5164a90394d5a75e9c93a82694d2325befdac65a269398f9a9c978c8db9d
3
+ metadata.gz: f5f67a8946fa8b6e2e7e66cbd02fc604bc68ed2f576363a301848b5af94053d9
4
+ data.tar.gz: 55644e014db2239b83286917f353bde25e096b6f58c07b8d5f8ed934a7d5f4db
5
5
  SHA512:
6
- metadata.gz: 3392d0ce58734ff9e0b108d537531a0bacb115f1e22e5d27c3bc5b1876c412e5d8b9514c383a3d6c71b5bde317800dbc371d7fdc1cbaeb26943dee651d246564
7
- data.tar.gz: 57c290adb45e5483e4cc4231b5d7f42f916f4edd81cf8f9871d9735e001c2add792deb6cd593d744a45ce4a689f45edc33046942dbefa95219e5a4d8c4cbf128
6
+ metadata.gz: 900ee8f885fba730500b2feb9028372ee9f7e46effd40c34a8bc50153d2d9c5eee3732b8fd46eb0ea8517ef10bc0bc33fe5081ed6f47fcaa0cffcb49cc7b3500
7
+ data.tar.gz: 2203679d66755aa1297813501cd9258be5aa6ca7115335172231c33d6f8c48f118ea0f5e30402af502fdfc89103b9e168628c53c41c0905bd348fd939b882336
data/Cargo.lock CHANGED
@@ -65,9 +65,9 @@ dependencies = [
65
65
 
66
66
  [[package]]
67
67
  name = "either"
68
- version = "1.10.0"
68
+ version = "1.11.0"
69
69
  source = "registry+https://github.com/rust-lang/crates.io-index"
70
- checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
70
+ checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
71
71
 
72
72
  [[package]]
73
73
  name = "glob"
@@ -159,36 +159,36 @@ dependencies = [
159
159
 
160
160
  [[package]]
161
161
  name = "proc-macro2"
162
- version = "1.0.79"
162
+ version = "1.0.81"
163
163
  source = "registry+https://github.com/rust-lang/crates.io-index"
164
- checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
164
+ checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
165
165
  dependencies = [
166
166
  "unicode-ident",
167
167
  ]
168
168
 
169
169
  [[package]]
170
170
  name = "quote"
171
- version = "1.0.35"
171
+ version = "1.0.36"
172
172
  source = "registry+https://github.com/rust-lang/crates.io-index"
173
- checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
173
+ checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
174
174
  dependencies = [
175
175
  "proc-macro2",
176
176
  ]
177
177
 
178
178
  [[package]]
179
179
  name = "rb-sys"
180
- version = "0.9.90"
180
+ version = "0.9.96"
181
181
  source = "registry+https://github.com/rust-lang/crates.io-index"
182
- checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
182
+ checksum = "49afe6f8e47144fe597a228f5b817b11fbc53a4aaee436b7ad1c0a081a9dbd7c"
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.90"
189
+ version = "0.9.96"
190
190
  source = "registry+https://github.com/rust-lang/crates.io-index"
191
- checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
191
+ checksum = "bd0d280a17a2c69a63cd9ba3381970f4c25e6104bc771678d1a70f19cac920c5"
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.57"
263
+ version = "2.0.60"
264
264
  source = "registry+https://github.com/rust-lang/crates.io-index"
265
- checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
265
+ checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
266
266
  dependencies = [
267
267
  "proc-macro2",
268
268
  "quote",
@@ -283,13 +283,14 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
283
283
 
284
284
  [[package]]
285
285
  name = "windows-targets"
286
- version = "0.52.4"
286
+ version = "0.52.5"
287
287
  source = "registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
288
+ checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
289
289
  dependencies = [
290
290
  "windows_aarch64_gnullvm",
291
291
  "windows_aarch64_msvc",
292
292
  "windows_i686_gnu",
293
+ "windows_i686_gnullvm",
293
294
  "windows_i686_msvc",
294
295
  "windows_x86_64_gnu",
295
296
  "windows_x86_64_gnullvm",
@@ -298,51 +299,58 @@ dependencies = [
298
299
 
299
300
  [[package]]
300
301
  name = "windows_aarch64_gnullvm"
301
- version = "0.52.4"
302
+ version = "0.52.5"
302
303
  source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
304
+ checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
304
305
 
305
306
  [[package]]
306
307
  name = "windows_aarch64_msvc"
307
- version = "0.52.4"
308
+ version = "0.52.5"
308
309
  source = "registry+https://github.com/rust-lang/crates.io-index"
309
- checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
310
+ checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
310
311
 
311
312
  [[package]]
312
313
  name = "windows_i686_gnu"
313
- version = "0.52.4"
314
+ version = "0.52.5"
314
315
  source = "registry+https://github.com/rust-lang/crates.io-index"
315
- checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
316
+ checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
317
+
318
+ [[package]]
319
+ name = "windows_i686_gnullvm"
320
+ version = "0.52.5"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
316
323
 
317
324
  [[package]]
318
325
  name = "windows_i686_msvc"
319
- version = "0.52.4"
326
+ version = "0.52.5"
320
327
  source = "registry+https://github.com/rust-lang/crates.io-index"
321
- checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
328
+ checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
322
329
 
323
330
  [[package]]
324
331
  name = "windows_x86_64_gnu"
325
- version = "0.52.4"
332
+ version = "0.52.5"
326
333
  source = "registry+https://github.com/rust-lang/crates.io-index"
327
- checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
334
+ checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
328
335
 
329
336
  [[package]]
330
337
  name = "windows_x86_64_gnullvm"
331
- version = "0.52.4"
338
+ version = "0.52.5"
332
339
  source = "registry+https://github.com/rust-lang/crates.io-index"
333
- checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
340
+ checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
334
341
 
335
342
  [[package]]
336
343
  name = "windows_x86_64_msvc"
337
- version = "0.52.4"
344
+ version = "0.52.5"
338
345
  source = "registry+https://github.com/rust-lang/crates.io-index"
339
- checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
346
+ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
340
347
 
341
348
  [[package]]
342
349
  name = "xre"
343
350
  version = "0.1.0"
344
351
  dependencies = [
345
352
  "magnus",
353
+ "rb-sys",
346
354
  "regex",
347
355
  "unicode-segmentation",
348
356
  ]
data/README.md CHANGED
@@ -1,35 +1,95 @@
1
- # xre
1
+ # Xre
2
2
 
3
- some rust regexes for ruby
3
+ This is a rust extension for finding all the matches in a text.
4
+ It's a simple extension that is used in one part of our codebase and this extension makes it substantially faster.
4
5
 
5
- ## Installation
6
+ ## Why?
6
7
 
7
- Install the gem and add to the application's Gemfile by executing:
8
+ The main reason for this extension is that we have a unique use case where we need to find all captures
9
+ with their respectful offsets in a large text and we need to do this for a huge number of regexes and texts.
10
+ This is a slow operation in ruby since the regular `scan` does not provide the actual captures,
11
+ but only the offsets. This extension provides the captures and offsets in a single call for a
12
+ list of regexes to avoid the overhead of calling the regex engine multiple times.
8
13
 
9
- $ bundle add xre
14
+ Moreover, another part of the problem is that we also require the surrounding text of the capture
15
+ with some radius, which is also not possible with the regular `scan` method without resorting to iterating
16
+ the whole text multiple times.
10
17
 
11
- If bundler is not being used to manage dependencies, install the gem by executing:
18
+ > 🤓
19
+ > Another a bit more technical reason for why the rust extension is faster is that ruby strings are
20
+ > indexed in characters(`O(n)`), but rust strings are indexed in bytes(`O(1)`). And with a careful
21
+ > iteration over the characters on the rust side(see `regex_list.rs#captures_with_context` and `utils.rs#find_char_index`) as we go through the text we can avoid multiple(`n`)
22
+ > `O(n)` operations that ruby would have to do, reducing the algorithmic complexity from
23
+ > `O(n^2)` to `O(n)` for one regex, and from `O(m * n^2)` to `O(m * n)`(where `m` and `n` are the number
24
+ > of regexes and the number of texts respectfuly) for multiple regexes.
12
25
 
13
- $ gem install xre
26
+ ## Developing:
14
27
 
15
- ## Usage
28
+ The simplest way to develop the gem locally without reinstalling the gem is to just:
16
29
 
17
- todo
30
+ 1. change the
31
+ `gem "xre"` in the `Gemfile` to `gem "xre", path: "xre"`
32
+ 2. run `bundle install`
18
33
 
19
- ## Development
34
+ and you're good to go. Just change the code(then compile the rust code if you changed it, more on that below),
35
+ go into `rails c` and hack away.
20
36
 
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.
37
+ Another simple way is to:
22
38
 
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).
39
+ 1. change the gem code(then, once again, compile the rust code if you changed it)
40
+ 2. go into `rails c` or the console of your choosing
41
+ 3. run `require_relative "xre/lib/xre"`
24
42
 
25
- ## Contributing
43
+ all done.
26
44
 
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).
45
+ > 💡Note: _The following part of the readme assumes that you're in the `xre` directory inside `clearscope` project._
28
46
 
29
- ## License
47
+ ### How to build rust code locally:
30
48
 
31
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
49
+ ```bash
50
+ rake compile # or just rake
51
+ ```
32
52
 
33
- ## Code of Conduct
53
+ sometimes you might need to clean the build:
34
54
 
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).
55
+ ```bash
56
+ rake clean && rake compile
57
+ ```
58
+
59
+ you might need to install rust toolchain for that:
60
+
61
+ ```bash
62
+ curl https://sh.rustup.rs -sSf | sh
63
+ ```
64
+
65
+ ### How to run tests:
66
+
67
+ **Ruby tests:**
68
+
69
+ ```bash
70
+ bundle exec rake spec
71
+ ```
72
+
73
+ **Rust tests:**
74
+
75
+ ```bash
76
+ cargo test # you will need rust toolchain for that
77
+ ```
78
+
79
+ **Rust linting:**
80
+
81
+ ````bash
82
+ # you will need rust toolchain for that
83
+ cargo fmt # will format the code
84
+ cargo clippy # will suggest improvements, not only style ones
85
+ ```
86
+
87
+ ## Publishing:
88
+
89
+ The codebase includes `xre/Rakefile` which in turn defines a `gem:native`
90
+ task that compiles the extension for the `x86_64-linux`, `x86_64-darwin`, and `arm64-darwin`
91
+ and puts the compiled gems into `xre/pkg/` directory, from where one should
92
+ `gem push xre-<version>-x86_64-linux.gem` to publish the gem.
93
+
94
+ > Note: You will need a docker installed on your machine for that
95
+ ````
data/ext/xre/Cargo.toml CHANGED
@@ -11,5 +11,6 @@ crate-type = ["cdylib"]
11
11
 
12
12
  [dependencies]
13
13
  magnus = "0.6.2"
14
+ rb-sys = "0.9.96"
14
15
  regex = "1.10.4"
15
16
  unicode-segmentation = "1.11.0"
@@ -1,5 +1,7 @@
1
1
  mod utils;
2
2
 
3
+ use std::cmp::Reverse;
4
+
3
5
  use magnus::{exception, Error};
4
6
  use regex::{escape, Match, Regex, RegexBuilder};
5
7
  use unicode_segmentation::UnicodeSegmentation;
@@ -23,7 +25,7 @@ impl RegexList {
23
25
  pub fn build_from_strings(targets: Vec<Vec<String>>) -> Result<Self, Error> {
24
26
  let targets = targets
25
27
  .iter()
26
- .map(|t| combine_into_regex_like(t))
28
+ .map(|t| combine_into_regex_like(t as &[String]))
27
29
  .collect::<Vec<String>>();
28
30
 
29
31
  Self::new(targets)
@@ -71,13 +73,13 @@ fn fuzzy_escape(grapheme: &str) -> String {
71
73
  }
72
74
  }
73
75
 
74
- fn combine_into_regex_like(targets: &Vec<String>) -> String {
76
+ fn combine_into_regex_like(targets: &[String]) -> String {
75
77
  let mut targets = targets
76
78
  .iter()
77
- .map(|t| t.graphemes(true).map(|g| fuzzy_escape(g)).collect())
79
+ .map(|t| t.graphemes(true).map(fuzzy_escape).collect())
78
80
  .collect::<Vec<String>>();
79
81
 
80
- targets.sort_unstable_by(|a, b| b.len().cmp(&a.len()));
82
+ targets.sort_unstable_by_key(|a| Reverse(a.len()));
81
83
 
82
84
  format!("(?im:({}))", targets.join("|"))
83
85
  }
@@ -130,7 +132,7 @@ fn captures<'a>(target: &'a Regex, subject: &'a str) -> Result<Vec<Match<'a>>, E
130
132
  target
131
133
  .captures_iter(subject)
132
134
  .map(|m| {
133
- m.get(0).ok_or(Error::new(
135
+ m.get(1).ok_or(Error::new(
134
136
  exception::runtime_error(),
135
137
  "No capture group found",
136
138
  ))
data/lib/xre/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Xre
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.6"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - barseek
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-18 00:00:00.000000000 Z
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.9'
19
+ version: 0.9.96
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.9'
26
+ version: 0.9.96
27
27
  description:
28
28
  email:
29
29
  - sergey.b@hey.com
@@ -42,27 +42,6 @@ files:
42
42
  - ext/xre/src/regex_list/utils.rs
43
43
  - lib/xre.rb
44
44
  - lib/xre/version.rb
45
- - tmp/arm64-darwin21/stage/Cargo.lock
46
- - tmp/arm64-darwin21/stage/Cargo.toml
47
- - tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
48
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
49
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
50
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
51
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
52
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
53
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
54
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
55
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
56
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
57
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.lock
58
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/Cargo.toml
59
- - tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/tmp/arm64-darwin21/stage/ext/xre/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/Cargo.lock
61
- - 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
62
- - 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
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/Cargo.lock
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/tmp/arm64-darwin21/stage/Cargo.toml
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/tmp/arm64-darwin21/stage/ext/xre/Cargo.toml
66
45
  homepage: https://github.com/vagab/xre
67
46
  licenses:
68
47
  - MIT
@@ -77,14 +56,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
56
  requirements:
78
57
  - - ">="
79
58
  - !ruby/object:Gem::Version
80
- version: 3.0.0
59
+ version: '3.3'
81
60
  required_rubygems_version: !ruby/object:Gem::Requirement
82
61
  requirements:
83
62
  - - ">="
84
63
  - !ruby/object:Gem::Version
85
64
  version: 3.3.11
86
65
  requirements: []
87
- rubygems_version: 3.4.10
66
+ rubygems_version: 3.5.9
88
67
  signing_key:
89
68
  specification_version: 4
90
69
  summary: short summary, because RubyGems requires one.