cyperful 0.1.0 → 0.1.2
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/cyperful/driver.rb +376 -0
- data/lib/cyperful/framework_injections.rb +52 -0
- data/lib/cyperful/ui_server.rb +3 -3
- data/lib/cyperful.rb +7 -420
- data/public/assets/favicon-9f6bc28c.ico +0 -0
- data/public/assets/index-1896c472.js +32 -0
- data/public/assets/index-f200e5fa.css +1 -0
- data/public/assets/logo-169f5e20.svg +72 -0
- data/public/index.html +16 -0
- metadata +12 -4
@@ -0,0 +1,72 @@
|
|
1
|
+
<svg width="237" height="239" viewBox="0 0 237 239" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g filter="url(#filter0_d_208_72)">
|
3
|
+
<path
|
4
|
+
d="M172.902 127.562C170.237 146.148 157.831 162.767 139.043 169.927C111.486 180.427 80.6342 166.599 70.1341 139.042C59.6339 111.485 73.4612 80.6341 101.018 70.134C119.807 62.9748 140.127 67.1248 154.484 79.2248"
|
5
|
+
stroke="#E92727" stroke-width="16" stroke-linecap="round" stroke-linejoin="round" />
|
6
|
+
</g>
|
7
|
+
<g filter="url(#filter1_d_208_72)">
|
8
|
+
<path
|
9
|
+
d="M178.662 88.1006C166.19 65.2225 140.86 50.8365 113.31 53.6248C76.6349 57.3366 49.9131 90.0763 53.6249 126.751C57.3367 163.426 90.0764 190.147 126.751 186.436C154.302 183.647 176.236 164.478 183.871 139.565"
|
10
|
+
stroke="#EE7823" stroke-width="16" stroke-linecap="round" stroke-linejoin="round" />
|
11
|
+
</g>
|
12
|
+
<g filter="url(#filter2_d_208_72)">
|
13
|
+
<path
|
14
|
+
d="M198.817 105.502C192.777 72.7277 166.52 45.9247 131.712 40.7931C87.9504 34.3416 47.2447 64.5872 40.7931 108.349C34.3416 152.11 64.5873 192.816 108.349 199.267C143.157 204.399 176.032 186.313 191.273 156.676"
|
15
|
+
stroke="#FFCF00" stroke-width="16" stroke-linecap="round" stroke-linejoin="round" />
|
16
|
+
</g>
|
17
|
+
<g filter="url(#filter3_d_208_72)">
|
18
|
+
<path
|
19
|
+
d="M213.245 126.888C216.244 86.3927 192.399 47.1475 152.406 32.3757C103.996 14.4951 50.2564 39.2443 32.3757 87.6546C14.4951 136.065 39.2443 189.804 87.6546 207.685C127.648 222.457 171.278 208.134 195.323 175.411"
|
20
|
+
stroke="#009154" stroke-width="16" stroke-linecap="round" stroke-linejoin="round" />
|
21
|
+
</g>
|
22
|
+
<defs>
|
23
|
+
<filter id="filter0_d_208_72" x="49.618" y="55.6187" width="140.285" height="140.824"
|
24
|
+
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
25
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
26
|
+
<feColorMatrix in="SourceAlpha" type="matrix"
|
27
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
|
28
|
+
<feOffset dy="6" />
|
29
|
+
<feGaussianBlur stdDeviation="4.5" />
|
30
|
+
<feComposite in2="hardAlpha" operator="out" />
|
31
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
32
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_208_72" />
|
33
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_208_72" result="shape" />
|
34
|
+
</filter>
|
35
|
+
<filter id="filter1_d_208_72" x="36.28" y="42.2799" width="164.593" height="167.501"
|
36
|
+
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
37
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
38
|
+
<feColorMatrix in="SourceAlpha" type="matrix"
|
39
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
|
40
|
+
<feOffset dy="6" />
|
41
|
+
<feGaussianBlur stdDeviation="4.5" />
|
42
|
+
<feComposite in2="hardAlpha" operator="out" />
|
43
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
44
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_208_72" />
|
45
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_208_72" result="shape" />
|
46
|
+
</filter>
|
47
|
+
<filter id="filter2_d_208_72" x="22.925" y="28.9249" width="192.894" height="194.211"
|
48
|
+
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
50
|
+
<feColorMatrix in="SourceAlpha" type="matrix"
|
51
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
|
52
|
+
<feOffset dy="6" />
|
53
|
+
<feGaussianBlur stdDeviation="4.5" />
|
54
|
+
<feComposite in2="hardAlpha" operator="out" />
|
55
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
56
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_208_72" />
|
57
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_208_72" result="shape" />
|
58
|
+
</filter>
|
59
|
+
<filter id="filter3_d_208_72" x="9.56018" y="15.5602" width="220.938" height="220.941"
|
60
|
+
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
61
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
62
|
+
<feColorMatrix in="SourceAlpha" type="matrix"
|
63
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
|
64
|
+
<feOffset dy="6" />
|
65
|
+
<feGaussianBlur stdDeviation="4.5" />
|
66
|
+
<feComposite in2="hardAlpha" operator="out" />
|
67
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
68
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_208_72" />
|
69
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_208_72" result="shape" />
|
70
|
+
</filter>
|
71
|
+
</defs>
|
72
|
+
</svg>
|
data/public/index.html
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="UTF-8" />
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6
|
+
|
7
|
+
|
8
|
+
<link rel="icon" href="/assets/favicon-9f6bc28c.ico" />
|
9
|
+
<title>Cyperful</title>
|
10
|
+
<script type="module" crossorigin src="/assets/index-1896c472.js"></script>
|
11
|
+
<link rel="stylesheet" href="/assets/index-f200e5fa.css">
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="root"></div>
|
15
|
+
</body>
|
16
|
+
</html>
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cyperful
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Wyatt Ades
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -59,11 +59,19 @@ extensions: []
|
|
59
59
|
extra_rdoc_files: []
|
60
60
|
files:
|
61
61
|
- lib/cyperful.rb
|
62
|
+
- lib/cyperful/driver.rb
|
63
|
+
- lib/cyperful/framework_injections.rb
|
62
64
|
- lib/cyperful/test_parser.rb
|
63
65
|
- lib/cyperful/ui_server.rb
|
66
|
+
- public/assets/favicon-9f6bc28c.ico
|
67
|
+
- public/assets/index-1896c472.js
|
68
|
+
- public/assets/index-f200e5fa.css
|
69
|
+
- public/assets/logo-169f5e20.svg
|
70
|
+
- public/index.html
|
64
71
|
- watcher.js
|
65
|
-
homepage:
|
66
|
-
licenses:
|
72
|
+
homepage: https://github.com/stepful/cyperful
|
73
|
+
licenses:
|
74
|
+
- MIT
|
67
75
|
metadata: {}
|
68
76
|
post_install_message:
|
69
77
|
rdoc_options: []
|