🤖: Automatic update to 1.3.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-concurrent-ruby?expand=0&rev=33
This commit is contained in:
parent
5a1c8c899d
commit
24bd07e33b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2
|
||||
size 348672
|
3
concurrent-ruby-1.3.3.gem
Normal file
3
concurrent-ruby-1.3.3.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f9cd28965c4dcf83ffd3ea7304f9323277be8525819cb18a3b61edcb56a7c6a
|
||||
size 349696
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 09:41:38 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- ## Release v1.3.3 (9 June 2024)
|
||||
|
||||
* (#1053) Improve the speed of `Concurrent.physical_processor_count` on Windows.
|
||||
|
||||
## Release v1.3.2, edge v0.7.1 (7 June 2024)
|
||||
|
||||
concurrent-ruby:
|
||||
|
||||
* (#1051) Remove dependency on `win32ole`.
|
||||
|
||||
concurrent-ruby-edge:
|
||||
|
||||
* (#1052) Fix dependency on `concurrent-ruby` to allow the latest release.
|
||||
|
||||
## Release v1.3.1 (29 May 2024)
|
||||
|
||||
* Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.
|
||||
|
||||
## Release v1.3.0 (28 May 2024)
|
||||
|
||||
* (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?`
|
||||
* (#1038) Add `Concurrent.available_processor_count` that is cgroups aware.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 13:53:32 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-concurrent-ruby
|
||||
Version: 1.2.3
|
||||
Version: 1.3.3
|
||||
Release: 0
|
||||
%define mod_name concurrent-ruby
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user