ruby_everywhere 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.
@@ -0,0 +1,20 @@
1
+ {
2
+ "$schema": "https://schema.tauri.app/config/2",
3
+ "productName": "ExampleNative",
4
+ "version": "0.1.0",
5
+ "identifier": "com.rubyeverywhere.example",
6
+ "build": {
7
+ "frontendDist": "../splash"
8
+ },
9
+ "app": {
10
+ "windows": [],
11
+ "security": {
12
+ "csp": null
13
+ },
14
+ "withGlobalTauri": true
15
+ },
16
+ "bundle": {
17
+ "active": false,
18
+ "icon": []
19
+ }
20
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_everywhere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrea Fomera
@@ -67,6 +67,7 @@ files:
67
67
  - lib/everywhere/framework.rb
68
68
  - lib/everywhere/ignore.rb
69
69
  - lib/everywhere/javascript/bridge.js
70
+ - lib/everywhere/paths.rb
70
71
  - lib/everywhere/platform/client.rb
71
72
  - lib/everywhere/platform/credentials.rb
72
73
  - lib/everywhere/platform/snapshot.rb
@@ -79,6 +80,18 @@ files:
79
80
  - support/github/build.yml
80
81
  - support/macos/entitlements.plist
81
82
  - support/macos/notarize.sh
83
+ - support/shell/splash/index.html
84
+ - support/shell/src-tauri/Cargo.lock
85
+ - support/shell/src-tauri/Cargo.toml
86
+ - support/shell/src-tauri/build.rs
87
+ - support/shell/src-tauri/capabilities/default.json
88
+ - support/shell/src-tauri/gen/schemas/acl-manifests.json
89
+ - support/shell/src-tauri/gen/schemas/capabilities.json
90
+ - support/shell/src-tauri/gen/schemas/desktop-schema.json
91
+ - support/shell/src-tauri/gen/schemas/macOS-schema.json
92
+ - support/shell/src-tauri/icons/icon.png
93
+ - support/shell/src-tauri/src/main.rs
94
+ - support/shell/src-tauri/tauri.conf.json
82
95
  homepage: https://rubyeverywhere.com
83
96
  licenses:
84
97
  - MIT