concurrent-ruby-ext 1.3.1-x64-mingw32 → 1.3.2-x64-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 +11 -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
- 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: 06b761e06075b435a817b49be33a85f4b0f67ba22746ef243dfaba1ec3200dd8
|
4
|
+
data.tar.gz: 3d13fb15290caba3794a25deb4565f9b10eccd1184f6f72596f84b5723987bee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ade4e7d918186cccb0184aea0a95d42d48de998d174bc18f7ed5d96a2f5a00709ef886eab372617c7ba2690819d23472489d47f4c8ec2f5990b169038d5d1903
|
7
|
+
data.tar.gz: 4e03758420f583d1af7e5581a8fc9c990c6d1f70225a6f8c2f3b593f258946968322ce023ea1dc3ad7ae425c12f12e25652b24dba0b97972c582d4310d52bf5a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
## Current
|
2
2
|
|
3
|
+
## Release v1.3.2, edge v0.7.1 (29 May 2024)
|
4
|
+
|
5
|
+
concurrent-ruby:
|
6
|
+
|
7
|
+
* (#1051) Remove dependency on `win32ole`.
|
8
|
+
|
9
|
+
concurrent-ruby-edge:
|
10
|
+
|
11
|
+
* (#1052) Fix dependency on `concurrent-ruby` to allow the latest release.
|
12
|
+
|
3
13
|
## Release v1.3.1 (29 May 2024)
|
4
14
|
|
5
15
|
* Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.
|
@@ -7,7 +17,7 @@
|
|
7
17
|
## Release v1.3.0 (28 May 2024)
|
8
18
|
|
9
19
|
* (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?`
|
10
|
-
* (#1038) Add `Concurrent.
|
20
|
+
* (#1038) Add `Concurrent.available_processor_count` that is cgroups aware.
|
11
21
|
|
12
22
|
## Release v1.2.3 (16 Jan 2024)
|
13
23
|
|
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.2
|
5
5
|
platform: x64-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: 2024-
|
12
|
+
date: 2024-06-07 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.2
|
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.2
|
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.
|