concurrent-ruby-ext 1.1.6.pre1 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -6
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f3a5ba6d27094325b4541e8a9d232ba2b4d4bb574c13fe533fa626728c72ac0
4
- data.tar.gz: d154c01ffc66e01b82e9e6d7bff85565f2d15ee9d7e4aa293586a203fd2f56ab
3
+ metadata.gz: 4cfa7d46f4ef40592d6a93cd18d81c0f7970d4f7517e50f9f6f275397b95bbd0
4
+ data.tar.gz: d97dc4221464e658d74b7bbef3ee7f255028ad72532f587c44f5b26f2c178283
5
5
  SHA512:
6
- metadata.gz: 4a9daf97df5a6c4cc974110fbaae18260819f2e3b74efb2a10890cab7aa8c02977bc0a1a869f3f7c3f4ed2855cf08eaede11c3cbc5fae15def08199be88cf6fa
7
- data.tar.gz: 3d80f3d8cd2381a993306bb33b516c4f552025b6d8640e534b3df266318f51c7bf6f2f24f0e498ec59a8e3ac5b61c9a4ec0086e6c98fec871d5932031b742bd4
6
+ metadata.gz: 6e57bac68f728224af26bf08679a34c0da20f4e6b44701dc6d0c2425f3adeeac5d8b02cc46465b38ec1433d4594567d33353c05f891a0e4ba918510a8cbd024f
7
+ data.tar.gz: 262d3c5dc8cc5d6faa72efc603fd55f4a437f0c9d88a05cb105bcbf0a108991643170ffb0cd03bd274ceb75f0e52b5d9da327650dac61639fddb11cd5eb1eab8
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: ruby
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.
@@ -64,9 +64,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  version: 1.9.3
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">"
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 1.3.1
69
+ version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
72
  rubygems_version: 2.7.9