concurrent-ruby-ext 1.0.1-x64-mingw32 → 1.0.2-x64-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 +8 -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: 87df07a3928e7d456d92c1eb92ddef40f62ba535
|
4
|
+
data.tar.gz: 16c3bac1bdec53f3b8e096cb1f8d4e1400e09c0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b1172e8b7a902bc31fc3695a85069dd1bf8b628a03bcc58a9628f1703ecf61b654237afc39a28c3ea4a9018745b2c81534c7f366a7748eda68cb84aba1abff8
|
7
|
+
data.tar.gz: bda22fabcb0add3a7ff742f5d0c8ce3a32ce10a901d22083fdfc5e3f96141e4f47ee7761dca8348029019e48a689b28d24b2e59e6c7237d98713013b06d3f3ad
|
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
|
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: 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: 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.
|