stopgap_13632 1.0.0 → 1.0.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 +4 -4
- data/README.md +6 -5
- data/stopgap_13632.gemspec +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81bd4ffcb8a265623265fe33484ccd2a9d415f16
|
|
4
|
+
data.tar.gz: c122f750f0165ef2d81f83708dba1132333e428c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2580b78b22c5ae556a5bd2a5c4a7c287dec486d8a1c6018a080b413d48c201c41e47a0bfffd553792fc7822aa71110c38aba8c3c8e64d752345c632c7936e251
|
|
7
|
+
data.tar.gz: 64ac8ac8b8498168936405ac93bd4669ce80da56840dea401aa7ebcaf6d457f0f0039033fa8e02dc527ac5c7e43740efa2aa80b74070319693f5f9714fe3cfb7
|
data/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
[](http://travis-ci.org/NickolasVashchenko/stopgap_13632)
|
|
2
|
+
[](https://ci.appveyor.com/api/projects/status/cqgu4tce6of44c9x?svg=true)
|
|
3
|
+
|
|
1
4
|
## Description
|
|
2
|
-
|
|
5
|
+
A gem with a temporary stopgap workaround for MRI Ruby versions 2.2.7, 2.3.4, 2.4.1 for the bug https://bugs.ruby-lang.org/issues/13632 until the proper fix gets backported.
|
|
6
|
+
No other version besides mentioned 3 are affected.
|
|
7
|
+
The mentioned versions are currently most recent ones.
|
|
3
8
|
|
|
4
9
|
## Installation
|
|
5
10
|
```ruby
|
|
@@ -21,7 +26,3 @@ It will unblock the thread and allow it to proceed.
|
|
|
21
26
|
rake compile
|
|
22
27
|
rake test
|
|
23
28
|
```
|
|
24
|
-
|
|
25
|
-
## CI
|
|
26
|
-
[](http://travis-ci.org/NickolasVashchenko/stopgap_13632)
|
|
27
|
-
[](https://ci.appveyor.com/api/projects/status/cqgu4tce6of44c9x?svg=true)
|
data/stopgap_13632.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'stopgap_13632'
|
|
3
|
-
s.version = '1.0.
|
|
3
|
+
s.version = '1.0.1'
|
|
4
4
|
s.authors = ['Nikolay Vashchenko']
|
|
5
5
|
s.description = 'Temporary stopgap workaround for MRI Ruby versions 2.2.7, 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'
|
|
@@ -9,7 +9,6 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.files = `git ls-files`.split($/)
|
|
10
10
|
s.homepage = 'https://github.com/NickolasVashchenko/stopgap_13632'
|
|
11
11
|
s.license = 'MIT'
|
|
12
|
-
s.platform = 'ruby' # Installable only for MRI
|
|
13
12
|
s.required_ruby_version = '> 2.2.6', '< 2.4.2'
|
|
14
13
|
s.add_development_dependency 'rake-compiler', '~> 1.0'
|
|
15
14
|
s.add_development_dependency 'minitest', '~> 5.8'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stopgap_13632
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikolay Vashchenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-07-
|
|
11
|
+
date: 2017-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake-compiler
|