isomorfeus-speednode 0.1.4 → 0.1.5

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: 2b8082fd075a4252b3627a320d79a16577a4ffa66855f5c131f0bc8135f6b8fa
4
- data.tar.gz: e961319cb814b36dc7c20aa6fb26bbf2b6efbde0748d944cd3781f81f8dd86e4
3
+ metadata.gz: f788c1d82c38e1e5a842398250da97e42d3e03a8cee5ab7c4f7930e6bf988728
4
+ data.tar.gz: 84c32ebeaaf0a77dd977af21934e29f1fdfd4d0491ccb2a9dc38710148520bb5
5
5
  SHA512:
6
- metadata.gz: e9575196efe2fee88ff85f7644edcdaa68dd0992a7ab9ba74516d5c403e875097c660be6665efc897cc9503a6b35f77f977dcf6e81e24a6c36c7790d8aeeabf7
7
- data.tar.gz: 4c82531ba93cd62c481bfd43bef8350e22bbe05b97513b44698e7ee268d23eb3fafb564bdb5df5559486c8ef9aaf6f9ecdd6b266ea85af0ab24801d95bdc530d
6
+ metadata.gz: 3019227cb051d16b25886c6e597ef69dd34f6382a1b6ec4a52c84249b2c71848073cdd60bdb23dfafffde0c03c90cf87ca2df74674feeea5d71903ea731804ed
7
+ data.tar.gz: 4b0884b00f062d3d2f8f6579d2d72368f2cc045c3ec352e50b45f43300f4e7b02b2ce8098d79b338951f1d26eb9eda48de681bc755e299c046de356f0f0184c3
data/LICENSE CHANGED
@@ -1 +1 @@
1
- ./../LICENSE
1
+ ../LICENSE
@@ -142,7 +142,7 @@ function massageStackTrace(stack) {
142
142
  }
143
143
 
144
144
  function getContext(uuid) {
145
- return contexts[uuid] || (contexts[uuid] = vm.createContext({ require }));
145
+ return contexts[uuid] || (contexts[uuid] = vm.createContext({ require, setTimeout }));
146
146
  }
147
147
 
148
148
  var commands = {
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  module Speednode
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-speednode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-03 00:00:00.000000000 Z
11
+ date: 2019-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs
@@ -114,8 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubyforge_project:
118
- rubygems_version: 2.7.6
117
+ rubygems_version: 3.0.1
119
118
  signing_key:
120
119
  specification_version: 4
121
120
  summary: ExecJS runtime, tuned for Isomorfeus.