sq_mini_racer 0.2.0.beta3 → 0.2.0.sqreen1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a010990276efa739860b4b19a2c5e037e6d992f8a65867b56c08b10211f7e560
|
4
|
+
data.tar.gz: 33dfdc7ae3752a4ad5c1c21dd55a52c4f754bde98ddb98ed52fed20f3ac07606
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a85eeee2c11b9b702d560aa81c831636dc2d70822aea97ba348e6f5e0d8fc78b1531b27ca95603a20388fa89e8af977b975d1379589021e8c208d88e60df8fc
|
7
|
+
data.tar.gz: 89c67dbf9847fb677eae299f82577f55a62acde10f10555a4ee874a959d09541783b08646a8b6d890a024fc54fa9d37b1cd59bf3ccfc0b7cc6d79182badaf212
|
@@ -1,4 +1,11 @@
|
|
1
1
|
#include <stdio.h>
|
2
|
+
|
3
|
+
// workaround for Ruby 2.3.0 and perhaps certain 2.2 versions
|
4
|
+
// see https://bugs.ruby-lang.org/issues/11962
|
5
|
+
#include <ruby/config.h>
|
6
|
+
# undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P
|
7
|
+
# undef HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P
|
8
|
+
|
2
9
|
#include <ruby.h>
|
3
10
|
#include <ruby/version.h>
|
4
11
|
#if RUBY_API_VERSION_MAJOR > 1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sq_mini_racer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0.
|
4
|
+
version: 0.2.0.sqreen1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Saffron
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-09-
|
11
|
+
date: 2018-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|