concurrent-ruby-ext 1.1.0.pre2-x64-mingw32 → 1.1.1-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 +21 -0
- data/README.md +6 -2
- data/lib/concurrent/2.0/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent/2.1/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent/2.2/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent/2.3/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent/2.4/concurrent_ruby_ext.so +0 -0
- data/lib/concurrent/2.5/concurrent_ruby_ext.so +0 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80660c6c3111ca0b4f6b0f0ba8a535d319ff038a3fdd5a3910813ef0fa15dc82
|
4
|
+
data.tar.gz: c22d7a1dffc3743392b1bc5020971720ad040d163ae8e3fdf4191bcdf3857e1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 943705fce0bb1e5334eea466f3b4f484a03bc9ded975f6b71a79dac12bc4fa061024e11fa45585b9ff50e28174d05f79b5394501096a4b73d8d2672e864917a9
|
7
|
+
data.tar.gz: 5daea96fa6b33c814eefdf68b39b13ec30c1db0c6cd5bf6ab9e8e6133b9f643030906ed4762ae94b875420afda6f56bf4a4e2e575b577dc42986729bc1f95ae2
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,30 @@
|
|
1
1
|
## Current
|
2
2
|
|
3
|
+
## Release v1.1.1, edge v0.4.1 (1 Nov 2018)
|
4
|
+
|
5
|
+
* (#768) add support for 1.9.3 back
|
6
|
+
|
7
|
+
## Release v1.1.0, edge v0.4.0 (31 OCt 2018) (yanked)
|
8
|
+
|
9
|
+
* (#768) yanked because of issues with removed 1.9.3 support
|
10
|
+
|
11
|
+
## Release v1.1.0.pre2, edge v0.4.0.pre2 (18 Sep 2018)
|
12
|
+
|
13
|
+
concurrent-ruby:
|
14
|
+
|
15
|
+
* fixed documentation and README links
|
16
|
+
* fix Set for TruffleRuby and Rubinius
|
17
|
+
* use properly supported TruffleRuby APIs
|
18
|
+
|
19
|
+
concurrent-ruby-edge:
|
20
|
+
|
21
|
+
* add Promises.zip_futures_over_on
|
22
|
+
|
3
23
|
## Release v1.1.0.pre1, edge v0.4.0.pre1 (15 Aug 2018)
|
4
24
|
|
5
25
|
concurrent-ruby:
|
6
26
|
|
27
|
+
* requires at least Ruby 2.0
|
7
28
|
* [Promises](http://ruby-concurrency.github.io/concurrent-ruby/1.1.0/Concurrent/Promises.html)
|
8
29
|
are moved from `concurrent-ruby-edge` to `concurrent-ruby`
|
9
30
|
* Add support for TruffleRuby
|
data/README.md
CHANGED
@@ -227,8 +227,12 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
|
|
227
227
|
|
228
228
|
## Supported Ruby versions
|
229
229
|
|
230
|
-
MRI 2.0 and above
|
231
|
-
|
230
|
+
* MRI 2.0 and above
|
231
|
+
* JRuby 9000
|
232
|
+
* TruffleRuby are supported.
|
233
|
+
* Any Ruby interpreter that is compliant with Ruby 2.0 or newer.
|
234
|
+
|
235
|
+
Actually we still support mri 1.9.3 and jruby 1.7.27 but we are looking at ways how to drop the support.
|
232
236
|
Java 8 is preferred for JRuby but every Java version on which JRuby 9000 runs is supported.
|
233
237
|
|
234
238
|
The legacy support for Rubinius is kept but it is no longer maintained, if you would like to help
|
Binary file
|
Binary file
|
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.1.
|
4
|
+
version: 1.1.1
|
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: 2018-
|
12
|
+
date: 2018-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.1.
|
20
|
+
version: 1.1.1
|
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.1.
|
27
|
+
version: 1.1.1
|
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.
|
@@ -72,9 +72,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
72
72
|
version: '2.6'
|
73
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
|
-
- - "
|
75
|
+
- - ">="
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version:
|
77
|
+
version: '0'
|
78
78
|
requirements: []
|
79
79
|
rubyforge_project:
|
80
80
|
rubygems_version: 2.7.3
|