carson 3.30.2 → 3.30.3

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: carson
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.30.2
4
+ version: 3.30.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hailei Wang
@@ -53,12 +53,12 @@ files:
53
53
  - RELEASE.md
54
54
  - VERSION
55
55
  - carson.gemspec
56
+ - config/.github/hooks/command-guard
57
+ - config/.github/hooks/pre-commit
58
+ - config/.github/hooks/pre-merge-commit
59
+ - config/.github/hooks/pre-push
60
+ - config/.github/hooks/prepare-commit-msg
56
61
  - exe/carson
57
- - hooks/command-guard
58
- - hooks/pre-commit
59
- - hooks/pre-merge-commit
60
- - hooks/pre-push
61
- - hooks/prepare-commit-msg
62
62
  - icon.svg
63
63
  - lib/carson.rb
64
64
  - lib/carson/adapters/agent.rb
@@ -78,8 +78,8 @@ files:
78
78
  - lib/carson/runtime/abandon.rb
79
79
  - lib/carson/runtime/audit.rb
80
80
  - lib/carson/runtime/deliver.rb
81
- - lib/carson/runtime/govern.rb
82
81
  - lib/carson/runtime/housekeep.rb
82
+ - lib/carson/runtime/list.rb
83
83
  - lib/carson/runtime/local.rb
84
84
  - lib/carson/runtime/local/hooks.rb
85
85
  - lib/carson/runtime/local/merge_proof.rb
@@ -89,8 +89,8 @@ files:
89
89
  - lib/carson/runtime/local/template.rb
90
90
  - lib/carson/runtime/local/worktree.rb
91
91
  - lib/carson/runtime/loop_runner.rb
92
+ - lib/carson/runtime/receive.rb
92
93
  - lib/carson/runtime/recover.rb
93
- - lib/carson/runtime/repos.rb
94
94
  - lib/carson/runtime/review.rb
95
95
  - lib/carson/runtime/review/data_access.rb
96
96
  - lib/carson/runtime/review/gate_support.rb
File without changes
File without changes
File without changes
File without changes
File without changes