jasmine-core 3.2.0 → 3.2.1

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: 4abe7ecadc16e210e425bdab1d2659b0fc5e9a5ce5e5a7ed1fb9493c84332948
4
- data.tar.gz: 4663a9924802a7a4f8ffe750012bdda0bc0b8e253ba2af1eafa3a0ce69680f84
3
+ metadata.gz: 820a13bd1d42382b3bee6d2f0614453a9f27a2941765b317dc4aa72f8fe712b4
4
+ data.tar.gz: 22a497c2dd1f59e2900d95d29436c18347914aae8394edccd554bd53b15a7413
5
5
  SHA512:
6
- metadata.gz: 31abc1ef11771de90ec6c40c9f8bc3f98bf4a695d988d364a2c3eedd8ea237bd45852d674c2669f8b1ee7b77bf1b51b24136dfbd49a65e4cd99b2a3098dd0cd1
7
- data.tar.gz: 4f7000528771e4a35225606af3cce05a9a3c318234a5a60d492a83496a25e52f267aa2cc81849d561a355d2cc21decbd05e7b44efe0e173e96c0418e838a8092
6
+ metadata.gz: bc2382ef555009b94121db01e9135f7cf298caa069036b2480207c8a13890bb013fdbbe6c291e1dbc124971fab4c8e76dbd3ed591e71ecfed7b81d3875c9824b
7
+ data.tar.gz: be6038248103c017767917e75b80f4cf1706350c852c43bc8b15a346b1ade1b5ab6262f40bb6be10c522feaa39f16ee5b98305be3d6ab906ca602d72820d2032
@@ -1308,6 +1308,10 @@ getJasmineRequireObj().Env = function(j$) {
1308
1308
  return spyRegistry.spyOnProperty.apply(spyRegistry, arguments);
1309
1309
  };
1310
1310
 
1311
+ this.spyOnAllFunctions = function() {
1312
+ return spyRegistry.spyOnAllFunctions.apply(spyRegistry, arguments);
1313
+ };
1314
+
1311
1315
  this.createSpy = function(name, originalFn) {
1312
1316
  if (arguments.length === 1 && j$.isFunction_(name)) {
1313
1317
  originalFn = name;
@@ -5482,7 +5486,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
5482
5486
 
5483
5487
  /**
5484
5488
  * Installs spies on all writable and configurable properties of an object.
5485
- * @name spyOnProperty
5489
+ * @name spyOnAllFunctions
5486
5490
  * @function
5487
5491
  * @global
5488
5492
  * @param {Object} obj - The object upon which to install the {@link Spy}s
@@ -6613,5 +6617,5 @@ getJasmineRequireObj().UserContext = function(j$) {
6613
6617
  };
6614
6618
 
6615
6619
  getJasmineRequireObj().version = function() {
6616
- return '3.2.0';
6620
+ return '3.2.1';
6617
6621
  };
@@ -4,6 +4,6 @@
4
4
  #
5
5
  module Jasmine
6
6
  module Core
7
- VERSION = "3.2.0"
7
+ VERSION = "3.2.1"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasmine-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregg Van Hove
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-09 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake