concurrent-ruby-ext 1.0.0.pre4-x86-mingw32 → 1.0.0.pre5-x86-mingw32
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/CHANGELOG.md +11 -1
- data/lib/concurrent/1.9/extension.so +0 -0
- data/lib/concurrent/2.0/extension.so +0 -0
- data/lib/concurrent/2.1/extension.so +0 -0
- data/lib/concurrent/2.2/extension.so +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 450681af5d5b865b980cc09a94966f186b9752b1
|
4
|
+
data.tar.gz: 9923c81ce3c217ea1d587e44867ee18e5842a85c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d85f3202fd32a7a43aa52e56d32dc475bdb3e9b9ac9fa01335d9bec59c55518976cb51cc8554dfdafe30a4ec4636b0238d57628ce81826ce14dda5bffb4afd5
|
7
|
+
data.tar.gz: fe10d40bcc04e20d57b98d238c80620a0744643590de0a26dd78ab692b7050777e8fbdcdee7879c8e1d03fc7885b568bc7e8447fb28222a1a15353ee39295942
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
### Upcoming Release v1.0.0 (TBD)
|
2
2
|
|
3
|
-
## Current Release v1.0.0.
|
3
|
+
## Current Release v1.0.0.pre5 (04 November 2015)
|
4
|
+
|
5
|
+
* Further updates and improvements to the synchronization layer.
|
6
|
+
* Performance and memory usage performance with `Actor` logging.
|
7
|
+
* Fixed `ThreadPoolExecutor` task count methods.
|
8
|
+
* Improved `Async` performance for both short and long-lived objects.
|
9
|
+
* Fixed bug in `LockFreeLinkedSet`.
|
10
|
+
* Fixed bug in which `Agent#await` triggered a validation failure.
|
11
|
+
* Further `Channel` updates.
|
12
|
+
|
13
|
+
### Release v1.0.0.pre4 (08 October 2015)
|
4
14
|
|
5
15
|
* Adopted a project Code of Conduct
|
6
16
|
* Cleared interpreter warnings
|
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.0.0.
|
4
|
+
version: 1.0.0.pre5
|
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: 2015-
|
12
|
+
date: 2015-11-05 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.0.0.
|
20
|
+
version: 1.0.0.pre5
|
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.0.0.
|
27
|
+
version: 1.0.0.pre5
|
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.
|