jasmine-core 3.10.0 → 3.10.1
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 +4 -4
- data/lib/jasmine-core/jasmine.js +2 -2
- data/lib/jasmine-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e53bb2ffdd38dde12489182d0027702dd211570514504e56182ab49b44f58d61
|
|
4
|
+
data.tar.gz: be2768cd729d9afe30c20a587b7b6693c2350e987f06efb71b993f68bab68db2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02ad3d70b677f3ee7e0f7276260a6d961a6561dba2efbe779bd1073519cbe40cef37698625185888ad540dd503a40c5025cb603c9472150820498904f72ff71e
|
|
7
|
+
data.tar.gz: f5b513c2dd3f2b0c6d8c08df48719bbdbdf2eb1eb336fda4dbeb409eec1b5c6fc7c746e51695798d173e88c41e2ba134bcdc23e28ec415068d683e277a4218da
|
data/lib/jasmine-core/jasmine.js
CHANGED
|
@@ -991,7 +991,7 @@ x */
|
|
|
991
991
|
if (this.message) {
|
|
992
992
|
this.excludeMessage = message;
|
|
993
993
|
}
|
|
994
|
-
this.pend();
|
|
994
|
+
this.pend(message);
|
|
995
995
|
};
|
|
996
996
|
|
|
997
997
|
Spec.prototype.getResult = function() {
|
|
@@ -10111,5 +10111,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
|
|
10111
10111
|
};
|
|
10112
10112
|
|
|
10113
10113
|
getJasmineRequireObj().version = function() {
|
|
10114
|
-
return '3.10.
|
|
10114
|
+
return '3.10.1';
|
|
10115
10115
|
};
|
data/lib/jasmine-core/version.rb
CHANGED
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.10.
|
|
4
|
+
version: 3.10.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: 2021-10-
|
|
11
|
+
date: 2021-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|