concurrent-ruby-ext 1.1.6.pre1-x86-mingw32 → 1.1.6-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e686510b013414d5334015f9f942c8ff743c2b75fcddecdf663fa83e87748dcb
4
- data.tar.gz: fe95f8c4fd7ff33a66466fbe26a8577b0a338af1babb5a74d71a6da208e6c571
3
+ metadata.gz: 3cda367d9b7e43810540ece79af2b98e0657ca05ea910cb924af953e129c7152
4
+ data.tar.gz: a5e77631279ada1fb8913d6da16c7b6b20d5f1377e8a9675eceb6ac686fc7df1
5
5
  SHA512:
6
- metadata.gz: bc2b69fceb7e23de7cb45d5ca00eb3eb62634c6a4e3508529644289f001e9c4f1053770c4d6413c66873e803f46b89fe72dc42d8f7426836388cd0338287d7dd
7
- data.tar.gz: 3cc4d8ed3d5de45c9749b70a66e0b6ee618aebbb4688a7fbd682a05a1ce533c3c04e8410aa76301a4643a188077af404245316594facff767c33c9b336bb2830
6
+ metadata.gz: e6003778e5980d6a42925b4b4d54946ed80d2406600ee4d3e6f804ca4f8e86a061179aa9494d4494561874f377fa3b029db4e20d6a276261fc35d066bdc3742a
7
+ data.tar.gz: bbfd221662f5ec1d140c96015ceb847d6dd6fa55728b64b4ec98f3946b04e9d28dd6714138eb5ed36ed881a185defbc0f85d46d4f1c3ffac3ea3ff3d48bddc5e
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: 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: 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