isomorfeus-puppetmaster 0.6.10 → 0.6.11

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: 5331b7d59ce9feee46bef56dc68b74321621bee8b3a5c365dd1bf318961c7a68
4
- data.tar.gz: 62771a39c950b9048e58328a1907fb896755637c6c69cdc279de5890a0e03834
3
+ metadata.gz: 656b7484c3a3374788538f78c562495d2d699fa908aec6df0d9fa4471fab4204
4
+ data.tar.gz: 4674345287625664ad840781759c88caa18832c271f3540acee8973620b74d58
5
5
  SHA512:
6
- metadata.gz: 63c7d55dfc9841cf556e956d4cceb65ec3f6ebeeb59b7eace2757ffa6e1841ebb5e8eab6e72b7a723feb492816d72aa1eeabaa42bd4f8ed1471fa495bb9f9c44
7
- data.tar.gz: d73ae372918c9b65d94085d0fbaa007ac5b249505b76c04924a1f4936639a9db0624371b0cde38f13e8542213349e30f8675ffd59b9d8cc88b1c241d98ee9f70
6
+ metadata.gz: c0f161a5fdd048be31f8d74b7fe858d0cdad460812a233a339fd5cafe256fdcaabde6d19c862ab22e98597b265684d123704303b7920dd9cc24b93b8be7fb192
7
+ data.tar.gz: 7265b2afc7c569032882ef782ae31ea4bd8766f34d773d2d76e98979e36346d689820c5e0da91358dec7cfb7ccf2b9f2f72187fe31af911146410c198696bfa7
@@ -9,8 +9,8 @@ class Puppeteer::ExecutionContext
9
9
  catch (e) { return { error: e.name, message: e.message, stack: e.stack }; }
10
10
  }
11
11
  let res = fun();
12
- if (res && res.$to_n) { res = res.$to_n() }
13
- return (res == Opal.nil) ? null : res;
12
+ if (res && res.$to_n) { res = res.$to_n(); }
13
+ return ((res === Opal.nil) ? null : res);
14
14
  }
15
15
  JAVASCRIPT
16
16
  if res.is_a?(Hash) && res.key?('error') && res.key?('message') && res.key?('stack')
@@ -34,8 +34,8 @@ class Puppeteer::ExecutionContext
34
34
  catch (e) { return { error: e.name, message: e.message, stack: e.stack }; }
35
35
  }
36
36
  let res = fun();
37
- if (res && res.$to_n) { res = res.$to_n() }
38
- return (res == Opal.nil) ? null : res;
37
+ if (res && res.$to_n) { res = res.$to_n(); }
38
+ return (res === Opal.nil) ? null : res;
39
39
  }
40
40
  JAVASCRIPT
41
41
  if res.is_a?(Hash) && res.key?('error') && res.key?('message') && res.key?('stack')
@@ -1,3 +1,3 @@
1
1
  module Isomorfeus
2
- PUPPETMASTER_VERSION = '0.6.10'
2
+ PUPPETMASTER_VERSION = '0.6.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-puppetmaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-06 00:00:00.000000000 Z
11
+ date: 2022-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport