concurrent-ruby-ext 1.3.4-x86-mingw32 → 1.3.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -2
- data/README.md +1 -1
- data/lib/concurrent-ruby/concurrent/2.4/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent-ruby/concurrent/2.5/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent-ruby/concurrent/2.6/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent-ruby/concurrent/2.7/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent-ruby/concurrent/3.0/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent-ruby/concurrent/3.1/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent-ruby/concurrent/3.2/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent-ruby/concurrent/3.3/concurrent_ruby_ext.so +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73ae3b69a7ec0627d8dfdbbef9c473e144ee1991b9d241210c2d9e39991ec1fe
|
4
|
+
data.tar.gz: d8c7b076de8fa28a41629f37a359e909ee22cbb1ecfb9033a01f5a7f211bd05c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af57a2c111d645c6c836c2479dad9fcbf807470dafaa5bfc515f99f5c80d8af0ad52ef138a282e5827106deb6caa8b05f43619748b0da344df982367ab9a244
|
7
|
+
data.tar.gz: 32d4fa3fd278eef2031ddd9332ae692559cf037d458353ea6f148b099582400aaf04e4cc708123c3defc5b0eb9707ca985cd2e9427b4c6420aed26647a26a5c9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
## Current
|
2
2
|
|
3
|
+
## Release v1.3.5, edge v0.7.2 (15 January 2025)
|
4
|
+
|
5
|
+
concurrent-ruby:
|
6
|
+
|
7
|
+
* (#1062) Remove dependency on logger.
|
8
|
+
|
9
|
+
concurrent-ruby-edge:
|
10
|
+
|
11
|
+
* (#1062) Remove dependency on logger.
|
12
|
+
|
3
13
|
## Release v1.3.4 (10 August 2024)
|
4
14
|
|
5
15
|
* (#1060) Fix bug with return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1.
|
@@ -296,7 +306,7 @@ concurrent-ruby-edge:
|
|
296
306
|
* Simplification of `RubySingleThreadExecutor`
|
297
307
|
* `Async` improvements
|
298
308
|
- Each object uses its own `SingleThreadExecutor` instead of the global thread pool.
|
299
|
-
- No
|
309
|
+
- No longer supports executor injection
|
300
310
|
- Much better documentation
|
301
311
|
* `Atom` updates
|
302
312
|
- No longer `Dereferenceable`
|
@@ -471,7 +481,7 @@ Please see the [roadmap](https://github.com/ruby-concurrency/concurrent-ruby/iss
|
|
471
481
|
* Fixed bug with return value of `Concurrent::Actor::Utils::Pool#ask`
|
472
482
|
* Fixed timing bug in `TimerTask`
|
473
483
|
* Fixed bug when creating a `JavaThreadPoolExecutor` with minimum pool size of zero
|
474
|
-
* Removed confusing warning when not using native
|
484
|
+
* Removed confusing warning when not using native extensions
|
475
485
|
* Improved documentation
|
476
486
|
|
477
487
|
## Release v0.7.0 (13 August 2014)
|
data/README.md
CHANGED
@@ -284,7 +284,7 @@ To use the tools in the Edge gem it must be required separately:
|
|
284
284
|
require 'concurrent-edge'
|
285
285
|
```
|
286
286
|
|
287
|
-
If the library does not behave as expected, `Concurrent.
|
287
|
+
If the library does not behave as expected, `Concurrent.use_simple_logger(:DEBUG)` could
|
288
288
|
help to reveal the problem.
|
289
289
|
|
290
290
|
## Installation
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concurrent-ruby-ext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.5
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Jerry D'Antonio
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: concurrent-ruby
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.3.
|
20
|
+
version: 1.3.5
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.3.
|
27
|
+
version: 1.3.5
|
28
28
|
description: |2
|
29
29
|
C extensions to optimize the concurrent-ruby gem when running under MRI.
|
30
30
|
Please see http://concurrent-ruby.com for more information.
|