nobru-kit 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/kit.rb +9 -0
  5. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 51d7ad9d0e15610148262a5aef4f7c3afc6749d46c9522ae628006d8fcf1f9e4
4
+ data.tar.gz: c9935e458b8f425aee2b1705a2c7b92c9129e81c62719ea4564a3ee8908f4d1b
5
+ SHA512:
6
+ metadata.gz: be517e33efb36a1a95b04cafa204c3074c227a5a1c0885bab9f698fa53fa7d72f0e09b835cd3078b65426d3977b121f89428feb61de0640e2282cbfbce52f2e5
7
+ data.tar.gz: 067a0d127b58c73846058b5b414f8e44461992718c44aeb15a7562ab48040433a52bf3087f67b95747d5efedb87db0d49c63fc6af42f70e66a8b3ac8b9553976
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-kit
2
+
3
+ Nobru Kit is a Rails application toolkit, 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/kit.rb ADDED
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Nobru
4
+ # Nobru Kit — Rails application toolkit. Under active development.
5
+ # See https://nobru.dev for updates.
6
+ module Kit
7
+ VERSION = "0.0.1"
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nobru-kit
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 Kit — Rails application toolkit. Under active development; first
13
+ public 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/kit.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 Kit — Rails application toolkit. Under active development; first public
46
+ release TBD.
47
+ test_files: []