concurrent-ruby-ext 1.0.0.pre4-x64-mingw32 → 1.0.0.pre5-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/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: b58ebb92aeb794522bad1b3ad34a516181aa1fd2
|
4
|
+
data.tar.gz: 7453305bc7b7c8140089343fb01bf65397c982ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fceefd121cdb855fcd10b144e742a08997ba7050ed296a8b127e4989b8c9a32ea0a707f0991bf184b131551a7af7feef06f3242c7351112bec56a1ab9ae6ab5
|
7
|
+
data.tar.gz: 8907bf109b5f0ff0c1bb9f1ff81b5552a53db73698b17d17e58428f84300a20a813ad33241df39352ab0d7a2e3c7f2dd06f1cf94271a70282b772cc240e703b3
|
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
|
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: 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: 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.
|