better_ui 0.7.0 → 0.7.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/README.md +4 -4
- data/lib/better_ui/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1aa99acf494763ac8dd5aaf51f9d2e0d3a3e6444fd1a2ab8b0fe63e10a65fc91
|
|
4
|
+
data.tar.gz: 9ec45517e05c42bfa52701faa525c6ad961655e8d943eb6fbb3f62ebab5ac80b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7fdc62e522537bea89678420b5aa5da2410d384e754bdd43c5dc4ade512d44645172122e8fd9814980d3971f84803b2910d8925b31c81f1d52ae03ac7ed7e96
|
|
7
|
+
data.tar.gz: 6fb3930218c87d49b2bd04a24f6b2bce45af0bb74d818ef74afc7c623131e0d3efa4f4653de17358584f93d8c3fc0fc02b73532fe0af04944f7ef7b2317d4f1b
|
data/README.md
CHANGED
|
@@ -260,7 +260,7 @@ For development and testing, BetterUi includes a dummy Rails application:
|
|
|
260
260
|
|
|
261
261
|
```bash
|
|
262
262
|
# Clone the repository
|
|
263
|
-
git clone https://github.com/
|
|
263
|
+
git clone https://github.com/pandev-srl/better_ui.git
|
|
264
264
|
cd better_ui
|
|
265
265
|
|
|
266
266
|
# Install dependencies
|
|
@@ -324,9 +324,9 @@ We welcome contributions! Please follow these guidelines:
|
|
|
324
324
|
|
|
325
325
|
## Support
|
|
326
326
|
|
|
327
|
-
For bug reports and feature requests, please use the [GitHub Issues](https://github.com/
|
|
327
|
+
For bug reports and feature requests, please use the [GitHub Issues](https://github.com/pandev-srl/better_ui/issues) page.
|
|
328
328
|
|
|
329
|
-
For questions and discussions, use the [GitHub Discussions](https://github.com/
|
|
329
|
+
For questions and discussions, use the [GitHub Discussions](https://github.com/pandev-srl/better_ui/discussions) forum.
|
|
330
330
|
|
|
331
331
|
## License
|
|
332
332
|
|
|
@@ -334,7 +334,7 @@ BetterUi is available as open source under the terms of the [MIT License](https:
|
|
|
334
334
|
|
|
335
335
|
## Credits
|
|
336
336
|
|
|
337
|
-
Built with ❤️ by [Umberto Peserico](https://github.com/umbertopeserico) and
|
|
337
|
+
Built with ❤️ by [Umberto Peserico](https://github.com/umbertopeserico) and [Alessio Bussolari](https://github.com/alessiobussolari).
|
|
338
338
|
|
|
339
339
|
Powered by:
|
|
340
340
|
- [ViewComponent](https://viewcomponent.org/) - GitHub's component framework for Rails
|
data/lib/better_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: better_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Umberto Peserico
|
|
@@ -127,13 +127,13 @@ files:
|
|
|
127
127
|
- lib/generators/better_ui/install/install_generator.rb
|
|
128
128
|
- lib/generators/better_ui/install/templates/better_ui_theme.css.tt
|
|
129
129
|
- lib/tasks/better_ui_tasks.rake
|
|
130
|
-
homepage: https://github.com/
|
|
130
|
+
homepage: https://github.com/pandev-srl/better_ui
|
|
131
131
|
licenses:
|
|
132
132
|
- MIT
|
|
133
133
|
metadata:
|
|
134
134
|
allowed_push_host: https://rubygems.org
|
|
135
|
-
source_code_uri: https://github.com/
|
|
136
|
-
changelog_uri: https://github.com/
|
|
135
|
+
source_code_uri: https://github.com/pandev-srl/better_ui
|
|
136
|
+
changelog_uri: https://github.com/pandev-srl/better_ui/blob/main/CHANGELOG.md
|
|
137
137
|
rdoc_options: []
|
|
138
138
|
require_paths:
|
|
139
139
|
- lib
|