relay_ui 0.1.0 → 0.1.1
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/relay_ui/version.rb +1 -1
- data/vendor/assets/javascripts/relay_ui/dist/relay_ui.js +2471 -0
- data/vendor/assets/stylesheets/relay_ui/relay_ui.css +2528 -0
- metadata +3 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relay_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- logicrelay
|
@@ -136,6 +136,8 @@ files:
|
|
136
136
|
- lib/relay_ui/version.rb
|
137
137
|
- package.json
|
138
138
|
- tailwind.config.js
|
139
|
+
- vendor/assets/javascripts/relay_ui/dist/relay_ui.js
|
140
|
+
- vendor/assets/stylesheets/relay_ui/relay_ui.css
|
139
141
|
homepage: https://www.relayui.com
|
140
142
|
licenses:
|
141
143
|
- MIT
|