concurrent-ruby-ext 1.1.2-x86-mingw32 → 1.1.3-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 -0
- 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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b62e36c24ee8ff89181a383b7964b48e77860fc5725ef8a7dfee4a37c5a11eb
|
4
|
+
data.tar.gz: 5bc20076182ce8b8aed9021468fcc2c8df1529740fc519c608e950402743043d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd28c22e5e464fa13855ffe91ef62b35aa2c2002c742085dbb4fd13c723205f74c109f9592a6e6fc81fa93a78715faca62c9e24a425481dc54d197c8b34db41b
|
7
|
+
data.tar.gz: 05a8c516bc696ba6de6875be378d21f35a746189cd27b6a4b19f3b373b327551dee49f641087d7ddd01a6157d86c860b2d630a4b2ede2691eea43261a977ad8d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
## Current
|
2
2
|
|
3
|
+
## Release v1.1.3 (7 Nov 2018)
|
4
|
+
|
5
|
+
* (#775) fix partial require of the gem (although not officially supported)
|
6
|
+
|
7
|
+
## Release v1.1.2 (6 Nov 2018)
|
8
|
+
|
9
|
+
* (#773) more defensive 1.9.3 support
|
10
|
+
|
3
11
|
## Release v1.1.1, edge v0.4.1 (1 Nov 2018)
|
4
12
|
|
5
13
|
* (#768) add support for 1.9.3 back
|
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.3
|
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: 2018-11-
|
12
|
+
date: 2018-11-07 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.3
|
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.3
|
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.
|