plushie 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/plushie.rb +9 -0
  5. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b62b68b40590aee927eee8df2cf4e0f94d3459b9ddbeb2ac15e13c5c73098e96
4
+ data.tar.gz: 5178af8c1b52021bd7046e6381db61538323dfb74d58784db3557610f9da08b4
5
+ SHA512:
6
+ metadata.gz: d7355f1468b38e58343072335cc1207b412ec891c6088cc3e81a9b45c3c262ef908367470c19f0526a22c5adc51afa37b9f71f96a1016f335c56a5aadd221ca2
7
+ data.tar.gz: a2a365e21640dc3d2525b1df4f4124a3ad84267e97d8ae0b77fc1451d66889f72c81e3bcce08fe21c0fcdead6ee0fd12fc77a0a9bf27ea0c9741536d85ccd437
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
+ # Plushie 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/plushie-ui/plushie>
data/lib/plushie.rb ADDED
@@ -0,0 +1,9 @@
1
+ # Native desktop GUI framework for Ruby, powered by Iced.
2
+ #
3
+ # This is a placeholder release to reserve the gem name.
4
+ # Package will be released on or before Mar 31, 2026.
5
+ #
6
+ # See https://github.com/plushie-ui/plushie for details.
7
+
8
+ module Plushie
9
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: plushie
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 desktop GUI framework for Ruby, powered by Iced. This is a placeholder
13
+ release to reserve the gem name. Package will be released on or before Mar 31, 2026.
14
+ email: daniel@digitree.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - README.md
21
+ - lib/plushie.rb
22
+ homepage: https://github.com/plushie-ui/plushie
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ source_code_uri: https://github.com/plushie-ui/plushie
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 desktop GUI framework for Ruby, powered by Iced
44
+ test_files: []