gum 0.3.0-aarch64-linux

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,84 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gum
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: aarch64-linux
6
+ authors:
7
+ - Marco Roth
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Integrate Charm's gum with the RubyGems infrastructure.
13
+ email:
14
+ - marco.roth@intergga.ch
15
+ executables:
16
+ - gum
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - README.md
22
+ - exe/aarch64-linux/gum
23
+ - exe/gum
24
+ - gum.gemspec
25
+ - lib/gum.rb
26
+ - lib/gum/command.rb
27
+ - lib/gum/commands/choose.rb
28
+ - lib/gum/commands/confirm.rb
29
+ - lib/gum/commands/file.rb
30
+ - lib/gum/commands/filter.rb
31
+ - lib/gum/commands/format.rb
32
+ - lib/gum/commands/input.rb
33
+ - lib/gum/commands/join.rb
34
+ - lib/gum/commands/log.rb
35
+ - lib/gum/commands/pager.rb
36
+ - lib/gum/commands/spin.rb
37
+ - lib/gum/commands/style.rb
38
+ - lib/gum/commands/table.rb
39
+ - lib/gum/commands/write.rb
40
+ - lib/gum/upstream.rb
41
+ - lib/gum/version.rb
42
+ - sig/gum.rbs
43
+ - sig/gum/command.rbs
44
+ - sig/gum/commands/choose.rbs
45
+ - sig/gum/commands/confirm.rbs
46
+ - sig/gum/commands/file.rbs
47
+ - sig/gum/commands/filter.rbs
48
+ - sig/gum/commands/format.rbs
49
+ - sig/gum/commands/input.rbs
50
+ - sig/gum/commands/join.rbs
51
+ - sig/gum/commands/log.rbs
52
+ - sig/gum/commands/pager.rbs
53
+ - sig/gum/commands/spin.rbs
54
+ - sig/gum/commands/style.rbs
55
+ - sig/gum/commands/table.rbs
56
+ - sig/gum/commands/write.rbs
57
+ - sig/gum/upstream.rbs
58
+ - sig/gum/version.rbs
59
+ homepage: https://github.com/marcoroth/gum-ruby
60
+ licenses:
61
+ - MIT
62
+ metadata:
63
+ homepage_uri: https://github.com/marcoroth/gum-ruby
64
+ source_code_uri: https://github.com/marcoroth/gum-ruby
65
+ changelog_uri: https://github.com/marcoroth/gum-ruby/releases
66
+ rubygems_mfa_required: 'true'
67
+ rdoc_options: []
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: 3.2.0
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ requirements: []
81
+ rubygems_version: 3.6.9
82
+ specification_version: 4
83
+ summary: Ruby wrapper for Charm's gum CLI tool.
84
+ test_files: []