concurrent-ruby-ext 1.1.6.pre1-x64-mingw32 → 1.1.6-x64-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
  SHA256:
3
- metadata.gz: 59168e938f407ab1ad9712a21ecc674a66661652545b8c8abd16ead62f903c94
4
- data.tar.gz: 02150ca76089ae0760359c0a589cfb43bd4fccb54055eb694bf354de7af45340
3
+ metadata.gz: e1072a529ee911c1e047c740939f25efb34e1eb671857809fc2cc8488ebc0e38
4
+ data.tar.gz: beba1e479c62621741d0e93514e7916441022d4229eff2532ee9e7cffa42cf22
5
5
  SHA512:
6
- metadata.gz: e5c9ac51689a6eab4780f2d1386690f37054c86072b0a21a9a560242c7b29b4f02528d8b262ff472cebe403bb99adda7cb86ab4f34ddb30b83f1db3a53dfc0df
7
- data.tar.gz: 58edb7a6830f2986a105eacc0b1d456b45726245d68bc1cd572d13fe6a07bcb1acf1918f0f22a4c6ad4477da77a3913a59cfc40c90dfd93097eabf302ab774ca
6
+ metadata.gz: 7b459c5f8074a6472fe0fed591daa8dafa135cb1ff94226609e51e1e4af0e88a1986168d566b9a42f39ade08ca5a2a2f81b8a5992a0981ccd858368c2caf8097
7
+ data.tar.gz: 80331a3026152a38bcc4432702f5b00cd89a79d7576b3404641e33d3ec9e47115e9c53755108e60853d2a3fc3235ad41adc927f27f4d5a290c4dc016b405ec26
data/CHANGELOG.md CHANGED
@@ -1,16 +1,24 @@
1
1
  ## Current
2
2
 
3
+ ## Release v1.1.6, edge v0.6.0 (10 Feb 2020)
4
+
5
+ concurrent-ruby:
6
+
7
+ * (#841) Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated.
8
+ * (#841) AbstractExecutorService#auto_terminate= was deprecated and has no effect.
9
+ Set :auto_terminate option instead when executor is initialized.
10
+
3
11
  ## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020)
4
12
 
5
13
  concurrent-ruby:
6
14
 
7
- * Allow to name executors, the name is also used to name their threads (#828)
8
- * Implement #dup and #clone for structs (#838)
9
- * Safer finalizers for thread local variables (#821)
15
+ * (#828) Allow to name executors, the name is also used to name their threads
16
+ * (#838) Implement #dup and #clone for structs
17
+ * (#821) Safer finalizers for thread local variables
10
18
  * Documentation fixes
11
- * Use Ruby's Etc.nprocessors if available (#814)
12
- * Fix directory structure not to mess with packaging tools (#812)
13
- * Fix termination of pools on JRuby (#840)
19
+ * (#814) Use Ruby's Etc.nprocessors if available
20
+ * (#812) Fix directory structure not to mess with packaging tools
21
+ * (#840) Fix termination of pools on JRuby
14
22
 
15
23
  concurrent-ruby-edge:
16
24
 
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.6.pre1
4
+ version: 1.1.6
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: 2020-01-26 00:00:00.000000000 Z
12
+ date: 2020-02-10 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.6.pre1
20
+ version: 1.1.6
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.6.pre1
27
+ version: 1.1.6
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.
@@ -71,9 +71,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  version: 2.7.dev
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ">"
74
+ - - ">="
75
75
  - !ruby/object:Gem::Version
76
- version: 1.3.1
76
+ version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
79
  rubygems_version: 2.7.9