concurrent-ruby-ext 1.0.0.pre5-x86-mingw32 → 1.0.0-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 +4 -15
- 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 +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ab8ff7ece30670c30a49d77b21cad91a614bc89
|
4
|
+
data.tar.gz: 2194697677b05d755fee645b3b6448f2c56ea45a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93dde9c98222a4c6ba6114e15e11f5c970f2bc70a5cae39bacfd6397143612109d312d17f7de0a3a04853b3c5eff53bda42e81bd1c62451818569487f96bb082
|
7
|
+
data.tar.gz: 78e58530706908daffd8f7cb72302e43c16725e49aed2f1db85ad1a96225a31cc0a4b9cfe2dc1c8551b0d9be985343f27a660eee278708484615c49f7c392ed8
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
## Current Release v1.0.0.pre5 (04 November 2015)
|
1
|
+
## Current Release v1.0.0 (13 November 2015)
|
4
2
|
|
3
|
+
* Rename `attr_volatile_with_cas` to `attr_atomic`
|
4
|
+
* Add `clear_each` to `LockFreeStack`
|
5
|
+
* Update `AtomicReference` documentation
|
5
6
|
* Further updates and improvements to the synchronization layer.
|
6
7
|
* Performance and memory usage performance with `Actor` logging.
|
7
8
|
* Fixed `ThreadPoolExecutor` task count methods.
|
@@ -9,9 +10,6 @@
|
|
9
10
|
* Fixed bug in `LockFreeLinkedSet`.
|
10
11
|
* Fixed bug in which `Agent#await` triggered a validation failure.
|
11
12
|
* Further `Channel` updates.
|
12
|
-
|
13
|
-
### Release v1.0.0.pre4 (08 October 2015)
|
14
|
-
|
15
13
|
* Adopted a project Code of Conduct
|
16
14
|
* Cleared interpreter warnings
|
17
15
|
* Fixed bug in `ThreadPoolExecutor` task count methods
|
@@ -19,18 +17,12 @@
|
|
19
17
|
* Improved Java extension loading
|
20
18
|
* Handle Exception children in Edge::Future
|
21
19
|
* Continued improvements to channel
|
22
|
-
|
23
|
-
### Release v1.0.0.pre3 (29 September 2015)
|
24
|
-
|
25
20
|
* Removed interpreter warnings.
|
26
21
|
* Shared constants now in `lib/concurrent/constants.rb`
|
27
22
|
* Refactored many tests.
|
28
23
|
* Improved synchronization layer/memory model documentation.
|
29
24
|
* Bug fix in Edge `Future#flat`
|
30
25
|
* Brand new `Channel` implementation in Edge gem.
|
31
|
-
|
32
|
-
### Release v1.0.0.pre2 (19 September 2015)
|
33
|
-
|
34
26
|
* Simplification of `RubySingleThreadExecutor`
|
35
27
|
* `Async` improvements
|
36
28
|
- Each object uses its own `SingleThreadExecutor` instead of the global thread pool.
|
@@ -42,9 +34,6 @@
|
|
42
34
|
- Added a `#reset` method
|
43
35
|
* Brand new `Agent` API and implementation. Now functionally equivalent to Clojure.
|
44
36
|
* Continued improvements to the synchronization layer
|
45
|
-
|
46
|
-
### Release v1.0.0.pre1 (19 August 2015)
|
47
|
-
|
48
37
|
* Merged in the `thread_safe` gem
|
49
38
|
- `Concurrent::Array`
|
50
39
|
- `Concurrent::Hash`
|
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
|
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-11-
|
12
|
+
date: 2015-11-13 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
|
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
|
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.
|
@@ -73,9 +73,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
73
|
version: 1.9.3
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
75
|
requirements:
|
76
|
-
- - "
|
76
|
+
- - ">="
|
77
77
|
- !ruby/object:Gem::Version
|
78
|
-
version:
|
78
|
+
version: '0'
|
79
79
|
requirements: []
|
80
80
|
rubyforge_project:
|
81
81
|
rubygems_version: 2.4.8
|