toddy 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 +8 -0
  4. data/lib/toddy.rb +9 -0
  5. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7fb1dd1210e4212e073ab3e96e55c6eba4610e8c4590ac8ad04955dfffba1d19
4
+ data.tar.gz: 88081f2689e66197c04ddb417a7567ca75c8d84a098ccace13d21f3a9d0fe286
5
+ SHA512:
6
+ metadata.gz: dec99071571ea0301539f202f80bb833fda4e6408f1d2c6c182c0733428b5843aefd4ac76ad0d4c8f4a170be67324f6e1a0494a4431d903e7054b9f49d2f508e
7
+ data.tar.gz: b9dc80b370001bcb1ba6def37ef8ca2f66a122369ef1bef00f12e3640b1230116ff14897c86636c6d643102002d5d6ce3842d3f533e06b8d804411c36e5e4ba3
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Daniel Hedlund <daniel@digitree.org>
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,8 @@
1
+ # Toddy for Ruby
2
+
3
+ Native GUI toolkit for Ruby, powered by native rendering via iced.
4
+
5
+ This is a placeholder release to reserve the package name. The first
6
+ functional release is coming soon.
7
+
8
+ Source: <https://github.com/toddy-ui/toddy>
data/lib/toddy.rb ADDED
@@ -0,0 +1,9 @@
1
+ # Native GUI toolkit for Ruby, powered by native rendering via iced.
2
+ #
3
+ # This is a placeholder release to reserve the gem name.
4
+ # The first functional release is coming soon.
5
+ #
6
+ # See https://github.com/toddy-ui/toddy for details.
7
+
8
+ module Toddy
9
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: toddy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Daniel Hedlund
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Native GUI toolkit for Ruby, powered by native rendering via iced. This
13
+ is a placeholder release to reserve the gem name.
14
+ email: daniel@digitree.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - README.md
21
+ - lib/toddy.rb
22
+ homepage: https://github.com/toddy-ui/toddy
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ source_code_uri: https://github.com/toddy-ui/toddy
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 4.0.3
42
+ specification_version: 4
43
+ summary: Native GUI toolkit for Ruby, powered by native rendering via iced
44
+ test_files: []