nobru-ui 0.0.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 (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +4 -0
  4. data/lib/nobru/ui.rb +9 -0
  5. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7d2a49a0df377a5471683a2e474bc15a3b0cbf7766f253dd5ca0ec89f6daeb1b
4
+ data.tar.gz: 3d1c1dbd07f1a5c9a4e1ef02ce51a03585dca3cf2b25b06cb71bb652fb296859
5
+ SHA512:
6
+ metadata.gz: 3b5dacdf251138b48743a57d663f13d41af2ff63d093d1a76adf023dc15dbe5571b7c5033434c282578d992fe0477f1347094c0f3e3cd2a7e0f9e92504456cb6
7
+ data.tar.gz: 2ef136fb907d3b413089a9549ca09423eeb38677b93cb892b6177725e25e76e1db2b296704609a272020cafba294eba30c0f5e45bec85d2922d71c96d79a845d
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Bruno Porto
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # nobru-ui
2
+
3
+ Nobru UI is a Rails design system, currently under active development at [nobru.dev](https://nobru.dev).
4
+ This gem is a functional placeholder reserving the name ahead of the first public release.
data/lib/nobru/ui.rb ADDED
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Nobru
4
+ # Nobru UI — Rails design system. Under active development.
5
+ # See https://nobru.dev for updates.
6
+ module UI
7
+ VERSION = "0.0.1"
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nobru-ui
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Bruno Porto
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2026-08-08 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Nobru UI — Rails design system. Under active development; first public
13
+ release TBD. See https://nobru.dev for updates.
14
+ email:
15
+ - brunoporto@nobru.dev
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ - lib/nobru/ui.rb
23
+ homepage: https://nobru.dev
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://nobru.dev
28
+ rubygems_mfa_required: 'true'
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '3.2'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.6.2
44
+ specification_version: 4
45
+ summary: Nobru UI — Rails design system. Under active development; first public release
46
+ TBD.
47
+ test_files: []