ui_components 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef78535a52993e09045512a096facefc203391fbf8558c781f7dc9fda491086f
4
- data.tar.gz: 26646a5486fb1103f91103279e813a2a9425c5aa8ef54d6e35862a36c92e9564
3
+ metadata.gz: e31ad6fe648a34de7a80d53704daf454b21fffd519709908acd89bc79ad36110
4
+ data.tar.gz: d9a518ee3ee2920ada5690a5408920762e826ac19df74937be18b261c3369a1b
5
5
  SHA512:
6
- metadata.gz: 7cb47f161468b65a1a14678aaedc10074a3514f75475969bfcc4b0227b32efdcb435069b9cf79cf9302b1e561696d7e421a977e0a27dbd4719977d0a7436b8a7
7
- data.tar.gz: ad4468c7cfe6ed243599fb51f5d751d86a6f07b9f05677eda6bf3cd8194a88903726f97524ca23447bb4d3ae9f04ff5680824ea5f58c43350cd04fb6f8535065
6
+ metadata.gz: f84a0496d5eb96e925965eee822a7a5b6ab62c411f58d9e47903a898874c1b8caacaa7319cf47e4c0f4b8f626b8552c5f1b82705f1318a4333cae79238f8120c
7
+ data.tar.gz: 52682d5b85b9b114d06f62572dbe0cc9a657cb1a2f6473082e8b71ec50852141c6c4a4c02deb4a09e98c4090fb3920ea6cf6a33f465ce423f4735a13bdb83613
data/README.md CHANGED
@@ -1,28 +1,35 @@
1
1
  # UiComponents
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ui_components`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ This gem makes it easy to set up and view UI components using Daisy UI.
6
4
 
7
5
  ## Installation
8
6
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
- Install the gem and add to the application's Gemfile by executing:
7
+ Add the gem to your Gemfile:
12
8
 
13
9
  ```bash
14
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
10
+ bundle add ui_components
15
11
  ```
16
12
 
17
- If bundler is not being used to manage dependencies, install the gem by executing:
13
+ Or install it directly:
18
14
 
19
15
  ```bash
20
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
16
+ gem install ui_components
21
17
  ```
22
18
 
23
19
  ## Usage
24
20
 
25
- TODO: Write usage instructions here
21
+ To set up the gem and prepare the components, run:
22
+ ```bash
23
+ bin/rails ui_components:setup
24
+ ```
25
+
26
+ After setup, start your app:
27
+ ```bash
28
+ bin/dev
29
+ ```
30
+
31
+ >Then, open your browser and navigate to: [UI Components](http://localhost:3000/ui_components/daisy_ui)
32
+
26
33
 
27
34
  ## Development
28
35
 
@@ -40,4 +47,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
47
 
41
48
  ## Code of Conduct
42
49
 
43
- Everyone interacting in the UiComponents project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/ui_components/blob/main/CODE_OF_CONDUCT.md).
50
+ Everyone interacting in the UiComponents project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/ui_components/blob/main/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UiComponents
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jannilsonn