ratatui_ruby-framework 0.1.0

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.
metadata ADDED
@@ -0,0 +1,129 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ratatui_ruby-framework
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kerrick Long
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: ostruct
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '0.6'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '0.6'
26
+ - !ruby/object:Gem::Dependency
27
+ name: rdoc
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '7.0'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '7.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: faker
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '3.5'
47
+ type: :development
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '3.5'
54
+ description: RatatuiRuby::Framework - part of the RatatuiRuby TUI framework ecosystem
55
+ email:
56
+ - me@kerricklong.com
57
+ executables:
58
+ - ".gitkeep"
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".builds/ruby-3.2.yml"
63
+ - ".builds/ruby-3.3.yml"
64
+ - ".builds/ruby-3.4.yml"
65
+ - ".builds/ruby-4.0.0.yml"
66
+ - ".pre-commit-config.yaml"
67
+ - ".rubocop.yml"
68
+ - AGENTS.md
69
+ - CHANGELOG.md
70
+ - LICENSE
71
+ - LICENSES/AGPL-3.0-or-later.txt
72
+ - LICENSES/CC-BY-SA-4.0.txt
73
+ - LICENSES/CC0-1.0.txt
74
+ - LICENSES/LGPL-3.0-or-later.txt
75
+ - LICENSES/MIT-0.txt
76
+ - LICENSES/MIT.txt
77
+ - README.md
78
+ - REUSE.toml
79
+ - Rakefile
80
+ - doc/concepts/application_architecture.md
81
+ - doc/concepts/application_testing.md
82
+ - doc/custom.css
83
+ - doc/getting_started/quickstart.md
84
+ - doc/images/.gitkeep
85
+ - doc/index.md
86
+ - exe/.gitkeep
87
+ - lib/ratatui_ruby/framework.rb
88
+ - lib/ratatui_ruby/framework/version.rb
89
+ - mise.toml
90
+ - tasks/example_viewer.html.erb
91
+ - tasks/resources/build.yml.erb
92
+ - tasks/resources/index.html.erb
93
+ - tasks/resources/rubies.yml
94
+ - vendor/goodcop/base.yml
95
+ homepage: https://sr.ht/~kerrick/ratatui_ruby/
96
+ licenses:
97
+ - LGPL-3.0-or-later
98
+ metadata:
99
+ allowed_push_host: https://rubygems.org
100
+ homepage_uri: https://sr.ht/~kerrick/ratatui_ruby/
101
+ bug_tracker_uri: https://todo.sr.ht/~kerrick/ratatui_ruby
102
+ mailing_list_uri: https://lists.sr.ht/~kerrick/ratatui_ruby-discuss
103
+ source_code_uri: https://git.sr.ht/~kerrick/ratatui_ruby-framework
104
+ changelog_uri: https://git.sr.ht/~kerrick/ratatui_ruby-framework/tree/stable/item/CHANGELOG.md
105
+ documentation_uri: https://git.sr.ht/~kerrick/ratatui_ruby-framework/tree/HEAD/doc/index.md
106
+ wiki_uri: https://man.sr.ht/~kerrick/ratatui_ruby/
107
+ funding_uri: https://opencollective.com/ratatui
108
+ rubygems_mfa_required: 'true'
109
+ rdoc_options: []
110
+ require_paths:
111
+ - lib
112
+ required_ruby_version: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: 3.2.9
117
+ - - "<"
118
+ - !ruby/object:Gem::Version
119
+ version: '5'
120
+ required_rubygems_version: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ requirements: []
126
+ rubygems_version: 4.0.3
127
+ specification_version: 4
128
+ summary: Part of the RatatuiRuby ecosystem
129
+ test_files: []