concurrent-ruby-ext 0.9.1-x86-mingw32 → 0.9.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b542c0cab4108c5952864814b699daa818515ff
4
- data.tar.gz: 2384c62b9325c4b9d6c92719f771901723cc71ff
3
+ metadata.gz: d50feae93d9ce071c48a439182eccc585539840d
4
+ data.tar.gz: 14a554a842b0d84050d236daaa50d7b99d696849
5
5
  SHA512:
6
- metadata.gz: a11fd5c7df888f59338e9b36f894289b8188f60de580b83b6b9eb1017c8999c197e0359899955202a3f40a1bb0c79b1ea2a6af7faa37743dbce581790822e6be
7
- data.tar.gz: 89d0a4700daa3d9ef34bba6a38433b9b571b2758d3f8b2106e34da099ca9674dfe61b807434b0e751b5e85eb85742daa673041180fe86f3bfb3a7819e4204b96
6
+ metadata.gz: 852f74f0ea548ded3abbdb317b60d66af2097b251783ffd6c1f60a545cb29bd176731b19f820307aa3416969aa285e74d9b8ff8e495031006c45edfa13a78e5a
7
+ data.tar.gz: 4113eca0fc106bd8fef93e295a33a0655b4d80f1dde3be3d65aa005f7f8247110ddde1c39b0e26a0b88af0126aec14f9589c79cb54d83f2f45dad2a60755a7f5
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concurrent-ruby-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Jerry D'Antonio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-09 00:00:00.000000000 Z
11
+ date: 2015-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.9.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.1
26
+ version: 0.9.2
27
27
  description: |2
28
28
  C extensions to optimize the concurrent-ruby gem when running under MRI.
29
29
  Please see http://concurrent-ruby.com for more information.