cucumber-html-formatter 23.0.0 → 24.0.0
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/assets/main.css +13 -9
- data/assets/main.js +1 -1
- data/assets/main.js.LICENSE.txt +20 -23
- data/lib/cucumber/html_formatter/assets_loader.rb +1 -1
- metadata +4 -4
- /data/assets/{index.mustache.html → index.mustache} +0 -0
data/assets/main.js.LICENSE.txt
CHANGED
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Determine if an object is a Buffer
|
|
3
|
-
*
|
|
4
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
-
* @license MIT
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/*!
|
|
9
|
-
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
12
|
-
* Licensed under the MIT License.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
1
|
/*! *****************************************************************************
|
|
16
2
|
Copyright (C) Microsoft. All rights reserved.
|
|
17
3
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
@@ -29,9 +15,19 @@ and limitations under the License.
|
|
|
29
15
|
|
|
30
16
|
/**
|
|
31
17
|
* @license React
|
|
32
|
-
* react-dom.production.
|
|
18
|
+
* react-dom-client.production.js
|
|
19
|
+
*
|
|
20
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
21
|
+
*
|
|
22
|
+
* This source code is licensed under the MIT license found in the
|
|
23
|
+
* LICENSE file in the root directory of this source tree.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @license React
|
|
28
|
+
* react-dom.production.js
|
|
33
29
|
*
|
|
34
|
-
* Copyright (c)
|
|
30
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
35
31
|
*
|
|
36
32
|
* This source code is licensed under the MIT license found in the
|
|
37
33
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -39,9 +35,9 @@ and limitations under the License.
|
|
|
39
35
|
|
|
40
36
|
/**
|
|
41
37
|
* @license React
|
|
42
|
-
* react.production.
|
|
38
|
+
* react-jsx-runtime.production.js
|
|
43
39
|
*
|
|
44
|
-
* Copyright (c)
|
|
40
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
45
41
|
*
|
|
46
42
|
* This source code is licensed under the MIT license found in the
|
|
47
43
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -49,18 +45,19 @@ and limitations under the License.
|
|
|
49
45
|
|
|
50
46
|
/**
|
|
51
47
|
* @license React
|
|
52
|
-
*
|
|
48
|
+
* react.production.js
|
|
53
49
|
*
|
|
54
|
-
* Copyright (c)
|
|
50
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
55
51
|
*
|
|
56
52
|
* This source code is licensed under the MIT license found in the
|
|
57
53
|
* LICENSE file in the root directory of this source tree.
|
|
58
54
|
*/
|
|
59
55
|
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
56
|
+
/**
|
|
57
|
+
* @license React
|
|
58
|
+
* scheduler.production.js
|
|
62
59
|
*
|
|
63
|
-
* Copyright (c)
|
|
60
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
64
61
|
*
|
|
65
62
|
* This source code is licensed under the MIT license found in the
|
|
66
63
|
* LICENSE file in the root directory of this source tree.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-html-formatter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 24.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vincent Prêtre
|
|
@@ -109,7 +109,7 @@ files:
|
|
|
109
109
|
- LICENSE
|
|
110
110
|
- README.md
|
|
111
111
|
- assets/icon.url
|
|
112
|
-
- assets/index.mustache
|
|
112
|
+
- assets/index.mustache
|
|
113
113
|
- assets/main.css
|
|
114
114
|
- assets/main.js
|
|
115
115
|
- assets/main.js.LICENSE.txt
|
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: 3.2.8
|
|
145
145
|
requirements: []
|
|
146
|
-
rubygems_version:
|
|
146
|
+
rubygems_version: 4.0.10
|
|
147
147
|
specification_version: 4
|
|
148
|
-
summary: cucumber-html-formatter-
|
|
148
|
+
summary: cucumber-html-formatter-24.0.0
|
|
149
149
|
test_files: []
|
|
File without changes
|