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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/better_ui/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 901faa502739d5315ad85daca3b71de07b07f27cf3e0bce6ff613ff95f4aa749
4
- data.tar.gz: 8035578f8400b55714940ae366de2dd0543648c5c7238efa73d82ef7808fb247
3
+ metadata.gz: 1aa99acf494763ac8dd5aaf51f9d2e0d3a3e6444fd1a2ab8b0fe63e10a65fc91
4
+ data.tar.gz: 9ec45517e05c42bfa52701faa525c6ad961655e8d943eb6fbb3f62ebab5ac80b
5
5
  SHA512:
6
- metadata.gz: 3f2d7365e452d664eb6edd0558f172ca9d5d36f1dc7e856d7b76171cabab7fb9bc491207d46474ede9d5487d02eca729efc76dcf449d2ad95dff256d36064e04
7
- data.tar.gz: 7055b3abfe4b843f68b4ff06005b33862b1d13855fc312688a81c474c44034be629e7690ab1572596d4bb22591575336b44b95783e2487eb1f7a6b9bd2f1ec9a
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/umbertopeserico/better_ui.git
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/umbertopeserico/better_ui/issues) page.
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/umbertopeserico/better_ui/discussions) forum.
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 contributors.
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
@@ -1,3 +1,3 @@
1
1
  module BetterUi
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
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.0
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/alessiobussolari/better_ui
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/alessiobussolari/better_ui
136
- changelog_uri: https://github.com/alessiobussolari/better_ui/blob/main/CHANGELOG.md
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