sq_mini_racer 0.3.1.0.1 → 0.3.1.0.2

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: d8ffbedb494b5384038b21e205060ab0ef1a56a852cdab5904b3462952af6206
4
- data.tar.gz: b9d185c49effc232ff2f6bd31e5475f9c4e6a05f5de81b35619ee0c16045dec3
3
+ metadata.gz: e68f36f6b57f07077c1f7914e2e902c6e824ee2de5d00008a5f5df50acee72b7
4
+ data.tar.gz: f7cf237de4ca9714d8588d3d8fc88afdc3a5eaf561b5ba96e78f7f2acfd10e3f
5
5
  SHA512:
6
- metadata.gz: 7dfc7a570a835dc0231f451ac9016e49be96ed2ef59e940df3eb0911e1df9921cce4b0da739a0e100e5c8ae4cc6122ecf417a851a2661586aea892b2f52e204d
7
- data.tar.gz: fac74a6bd2be1e22956e6575e1787c1e42de977c0e1065b564f13bf7e1fa33075b2db4b2c306fc4f14f816ccd196673a6e7bbf998d7a12cf7a3888d0095c5a3d
6
+ metadata.gz: 63227b1b45f9d20020553c96b3dda2e8e5d679ad92720131e7f5feea1055a08093270c1f8eef8cd6e1b0860fb2bdb17e004aac33c5a1000cdc0f3bbca0b66563
7
+ data.tar.gz: ec0c9d009c94031a1a1dd3857bede44239fe657ea4999a167ee75e2f57873107870d7c8db77721ef088cc7fe6c9b8e88aacca3c32a127aafc692e886b4c86155
@@ -213,6 +213,7 @@ $CPPFLAGS += " -Wno-reserved-user-defined-literal" if IS_DARWIN
213
213
 
214
214
  $LDFLAGS.insert(0, " -stdlib=libc++ ") if IS_DARWIN
215
215
  $LDFLAGS += " -Wl,--no-undefined " unless IS_DARWIN
216
+ $LDFLAGS += " -Wl,-undefined,error " if IS_DARWIN
216
217
 
217
218
  if ENV['CXX']
218
219
  puts "SETTING CXX"
@@ -1898,5 +1898,9 @@ extern "C" {
1898
1898
  thread_attr_p = &attr;
1899
1899
  }
1900
1900
  }
1901
+ auto on_fork_for_child = []() {
1902
+ exit_lock = PTHREAD_RWLOCK_INITIALIZER;
1903
+ };
1904
+ pthread_atfork(nullptr, nullptr, on_fork_for_child);
1901
1905
  }
1902
1906
  }
@@ -2,6 +2,6 @@ module Sqreen
2
2
  module MiniRacer
3
3
  # first three numbers is the upstream version
4
4
  # that we last merged with
5
- VERSION = "0.3.1.0.1"
5
+ VERSION = "0.3.1.0.2"
6
6
  end
7
7
  end
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.3.1.0.1
4
+ version: 0.3.1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Saffron
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2020-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,9 +138,9 @@ licenses:
138
138
  - MIT
139
139
  metadata:
140
140
  bug_tracker_uri: https://github.com/discourse/mini_racer/issues
141
- changelog_uri: https://github.com/discourse/mini_racer/blob/v0.3.1.0.1/CHANGELOG
142
- documentation_uri: https://www.rubydoc.info/gems/mini_racer/0.3.1.0.1
143
- source_code_uri: https://github.com/discourse/mini_racer/tree/v0.3.1.0.1
141
+ changelog_uri: https://github.com/discourse/mini_racer/blob/v0.3.1.0.2/CHANGELOG
142
+ documentation_uri: https://www.rubydoc.info/gems/mini_racer/0.3.1.0.2
143
+ source_code_uri: https://github.com/discourse/mini_racer/tree/v0.3.1.0.2
144
144
  post_install_message:
145
145
  rdoc_options: []
146
146
  require_paths: