stopgap_13632 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -5
  3. data/stopgap_13632.gemspec +1 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 199f3ea08cb148bef677de39f79387b4e37addc7
4
- data.tar.gz: 480b5c676f9983e89e40743b8764196994a29e70
3
+ metadata.gz: 81bd4ffcb8a265623265fe33484ccd2a9d415f16
4
+ data.tar.gz: c122f750f0165ef2d81f83708dba1132333e428c
5
5
  SHA512:
6
- metadata.gz: ffa23965d5c846a7577b94e8ee2607019f3f07fcb38ed2acb73882f9da35c66433004d51fa24953dcfaea16551fc0c5ad8cafe704e72335849530e2070644bf9
7
- data.tar.gz: 7450eecf03aebcd89f7dc48f8db834b52b60627ba13540c6d9ecc5f91f1bef36143846b6f85d7e728bbd392cf7f2a58c2c9d706103538eef23b71a98c73f9007
6
+ metadata.gz: 2580b78b22c5ae556a5bd2a5c4a7c287dec486d8a1c6018a080b413d48c201c41e47a0bfffd553792fc7822aa71110c38aba8c3c8e64d752345c632c7936e251
7
+ data.tar.gz: 64ac8ac8b8498168936405ac93bd4669ce80da56840dea401aa7ebcaf6d457f0f0039033fa8e02dc527ac5c7e43740efa2aa80b74070319693f5f9714fe3cfb7
data/README.md CHANGED
@@ -1,5 +1,10 @@
1
+ [![Build Status](https://secure.travis-ci.org/NickolasVashchenko/stopgap_13632.svg)](http://travis-ci.org/NickolasVashchenko/stopgap_13632)
2
+ [![Build Status](https://ci.appveyor.com/api/projects/status/cqgu4tce6of44c9x?svg=true)](https://ci.appveyor.com/api/projects/status/cqgu4tce6of44c9x?svg=true)
3
+
1
4
  ## Description
2
- Ruby gem 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 proper fix gets backported.
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
- [![Build Status](https://secure.travis-ci.org/NickolasVashchenko/stopgap_13632.svg)](http://travis-ci.org/NickolasVashchenko/stopgap_13632)
27
- [![Build Status](https://ci.appveyor.com/api/projects/status/cqgu4tce6of44c9x?svg=true)](https://ci.appveyor.com/api/projects/status/cqgu4tce6of44c9x?svg=true)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'stopgap_13632'
3
- s.version = '1.0.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.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-17 00:00:00.000000000 Z
11
+ date: 2017-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler