dashpanel 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/index.rb +0 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 13b89c833d932eafd9cc594f03b89752a6794c738f3fce38414129b4ce42e533
|
4
|
+
data.tar.gz: 5859eda47ed8a01e6c436f4a13df41f7b4482295e659f447822dc1aa6553493d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b16a1e2d151bb87642ad53b93f2b8116f83a6cc05e4beb2c557d94fd561a369234e0fe8d8adb44afe5e4a5cd4ec4c9d7feb5dd715ccdba6f514dd6ba7ea04f12
|
7
|
+
data.tar.gz: aebe0fe7493b22af88c24e5139a8b0de7bb1e8553f101bac4db304bd4bea300f374e22c977348c5efca27bf8cf44656e69366191b3f576f09f81d8e3ccabce21
|
data/lib/index.rb
ADDED
File without changes
|
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: dashpanel
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Grace Youngblood
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-11-28 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: "[pending] second-gen Rails and non-Rails modular dashboards."
|
14
|
+
email: code@assembled.app
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/index.rb
|
20
|
+
homepage: https://base.assembled.app/code/dashpanel
|
21
|
+
licenses:
|
22
|
+
- Unlicense
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubygems_version: 3.3.7
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: "[pending] second-gen Rails and non-Rails modular dashboards."
|
43
|
+
test_files: []
|