gem-contribute 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-contribute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hagmann
@@ -36,10 +36,13 @@ executables:
36
36
  extensions: []
37
37
  extra_rdoc_files: []
38
38
  files:
39
+ - ".gem_release.yml"
39
40
  - ".github/ISSUE_TEMPLATE/workshop-issue.md"
41
+ - ".github/PULL_REQUEST_TEMPLATE.md"
40
42
  - ".github/workflows/auto-merge-kicked-tires.yml"
41
43
  - CHANGELOG.md
42
44
  - CLAUDE.md
45
+ - CODE_OF_CONDUCT.md
43
46
  - CONTRIBUTING.md
44
47
  - KICKED_THE_TIRES.yml
45
48
  - LICENSE
@@ -56,11 +59,17 @@ files:
56
59
  - docs/adr/0007-display-contributing-verbatim.md
57
60
  - docs/adr/0008-rooibos-tui-framework.md
58
61
  - docs/adr/0009-top-level-namespace.md
62
+ - docs/adr/0010-charm-ruby-tui-framework.md
59
63
  - docs/adr/README.md
60
64
  - docs/claude-code-prompt.md
61
65
  - docs/design.md
66
+ - docs/ideas.md
62
67
  - docs/index.md
63
68
  - docs/prep-plan.md
69
+ - docs/talk/README.md
70
+ - docs/talk/index.html
71
+ - docs/talk/lightning.md
72
+ - docs/talk/lightning.pdf
64
73
  - docs/workshop.md
65
74
  - exe/gem-contribute
66
75
  - lib/gem_contribute.rb
@@ -70,7 +79,9 @@ files:
70
79
  - lib/gem_contribute/cli/auth.rb
71
80
  - lib/gem_contribute/cli/config.rb
72
81
  - lib/gem_contribute/cli/fork_clone_branch.rb
82
+ - lib/gem_contribute/cli/init.rb
73
83
  - lib/gem_contribute/cli/issues.rb
84
+ - lib/gem_contribute/cli/rate_limit_footer.rb
74
85
  - lib/gem_contribute/cli/scan.rb
75
86
  - lib/gem_contribute/cli/submit.rb
76
87
  - lib/gem_contribute/config.rb