cyperful 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -2795,4 +2795,4 @@ https?://
2795
2795
  ["\\\\/bfnrt]
2796
2796
  |
2797
2797
  u
2798
- [0-9a-fA-F]{4})`,name:"constant.character.escape.json"},{match:"\\\\.",name:"invalid.illegal.unrecognized-string-escape.json"}]},value:{patterns:[{include:"#constant"},{include:"#number"},{include:"#string"},{include:"#array"},{include:"#object"},{include:"#comments"}]}},scopeName:"source.json"})];Je.colors["editor.background"]="transparent";const HB=hB({themes:[Je],langs:[xB,LB],loadWasm:MB});self.addEventListener("message",async g=>{const{taskId:A,code:e,lang:n}=g.data,B=(await HB).codeToHtml(e,{lang:n,theme:"vesper"});self.postMessage({taskId:A,html:B})})})();
2798
+ [0-9a-fA-F]{4})`,name:"constant.character.escape.json"},{match:"\\\\.",name:"invalid.illegal.unrecognized-string-escape.json"}]},value:{patterns:[{include:"#constant"},{include:"#number"},{include:"#string"},{include:"#array"},{include:"#object"},{include:"#comments"}]}},scopeName:"source.json"})];Je.colors["editor.background"]="transparent";const HB=hB({themes:[Je],langs:[xB,LB],loadWasm:MB});self.addEventListener("message",async g=>{const{taskId:A,code:e,lang:n}=g.data||{};if(A==null)throw new Error("taskId is required");try{const B=(await HB).codeToHtml(e,{lang:n,theme:"vesper"});self.postMessage({taskId:A,html:B})}catch(B){self.postMessage({taskId:A,error:B.message})}})})();
data/public/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" href="/assets/favicon-DMdBZQlK.ico" />
7
7
  <title>Cyperful</title>
8
- <script type="module" crossorigin src="/assets/index--K1anXib.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-CrBQcYdq.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-Uj6YFMhM.css">
10
10
  </head>
11
11
  <body class="bg-stone-900 text-slate-100">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cyperful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wyatt Ades
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-28 00:00:00.000000000 Z
11
+ date: 2024-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -62,12 +62,13 @@ files:
62
62
  - lib/cyperful/commands.rb
63
63
  - lib/cyperful/driver.rb
64
64
  - lib/cyperful/framework_injections.rb
65
+ - lib/cyperful/railtie.rb
65
66
  - lib/cyperful/test_parser.rb
66
67
  - lib/cyperful/ui_server.rb
67
68
  - public/assets/favicon-DMdBZQlK.ico
68
- - public/assets/index--K1anXib.js
69
+ - public/assets/index-CrBQcYdq.js
69
70
  - public/assets/index-Uj6YFMhM.css
70
- - public/assets/syntax-highlighter-worker-BSRAN01e.js
71
+ - public/assets/syntax-highlighter-worker-Cumko8SL.js
71
72
  - public/frame-agent.js
72
73
  - public/index.html
73
74
  homepage: https://github.com/stepful/cyperful