concurrent-ruby-ext 1.0.1-x86-mingw32 → 1.0.2-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 +8 -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: bc7de882269bbcd967d39dc228c8598c19ad33e7
|
4
|
+
data.tar.gz: 8782cd300dc40f2529a399fd3b51d09c8779d176
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd17d5428a0af91e36072e0fea231313aaf47623c70f1b1c90dfeade207b431b168177f69c3e5b5cb715b9a356f5b8ef4fd59a411f971ea486beb3cf1fe033ec
|
7
|
+
data.tar.gz: eec65b716e9363b7518c5902880d18a3eab00b290aff1e20fddc66d4b1062f7451b03976ca301f9f7d8e864ec251c099481ebd237f05951714861478b1c28354
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1
|
-
## Current Release v1.0.
|
1
|
+
## Current Release v1.0.2 (2 May 2016)
|
2
|
+
|
3
|
+
* Fix bug with `Concurrent::Map` MRI backend `#inspect` method
|
4
|
+
* Fix bug with `Concurrent::Map` MRI backend using `Hash#value?`
|
5
|
+
* Improved documentation and examples
|
6
|
+
* Minor updates to Edge
|
7
|
+
|
8
|
+
### Release v1.0.1 (27 February 2016)
|
2
9
|
|
3
10
|
* Fix "uninitialized constant Concurrent::ReentrantReadWriteLock" error.
|
4
11
|
* Better handling of `autoload` vs. `require`.
|
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.
|
4
|
+
version: 1.0.2
|
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: 2016-02
|
12
|
+
date: 2016-05-02 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.
|
20
|
+
version: 1.0.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.0.
|
27
|
+
version: 1.0.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.
|