stopgap_13632 1.1.0 → 1.1.1

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
  SHA1:
3
- metadata.gz: 8dd690244ac94df39f99d5f37839993514c1a22a
4
- data.tar.gz: 6dc6e88bf9e6b59681dc18acb1f34f9898136fb1
3
+ metadata.gz: 6989ba0c76f77cdea1e3d7adc94ac47c0b6f8af8
4
+ data.tar.gz: 74c5413349ed5ab53af98af35b18fa1ab5b6a518
5
5
  SHA512:
6
- metadata.gz: 2f7b5875dd88e3c90c4c56a4c09e9de999175f4c6a028d437053c5f386c014d75cdd9d1caa293304ef9e70c322849c1667502d1bad69cda64a99cc51d9a20fb4
7
- data.tar.gz: 7212f1dcf74210903f3eb8100ba593d7cbea65c067ea7976be2e153fd53d6af24c69d07c279983a455cfa86c37bde253d535ad9f9f80160f957488d71b8f3fe4
6
+ metadata.gz: 3da2f054f0bfa2a8f331cf53f8c3242ddc51d2ec422788a37ee9ce60cd5a144b9bfb8998bf60b7baad9a75a2ac58986d70c7b144f828e6bbf15670f9a0f22088
7
+ data.tar.gz: aef5924bf56d2db82f8e8d1593a10345ecd819a21beef2de46c11ab4b6265025cd6e32a0a4e6e7bcb7588f8998b7e7f2d4e1c17ae3182ee63392034924f83244
@@ -58,7 +58,7 @@ typedef struct half_thread {
58
58
  void *interrupt_event;
59
59
  #elif defined(HAVE_PTHREAD_H)
60
60
  void *ubf_list1_or_signal_thread_list;
61
- #if defined(VERSION_2_3_4) && defined(VERSION_2_4_1)
61
+ #if defined(VERSION_2_3_4) || defined(VERSION_2_4_1)
62
62
  void *ubf_list2;
63
63
  #endif
64
64
  pthread_cond_t cond;
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'stopgap_13632'
3
- s.version = '1.1.0'
3
+ s.version = '1.1.1'
4
4
  s.authors = ['Nikolay Vashchenko']
5
5
  s.description = 'Temporary stopgap workaround for MRI Ruby versions 2.2.7, 2.2.8, 2.3.4, 2.4.1 for the bug https://bugs.ruby-lang.org/issues/13632 until it gets backported'
6
6
  s.summary = 'Temporary solution for https://bugs.ruby-lang.org/issues/13632'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stopgap_13632
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikolay Vashchenko