jeeves-git-commit 1.4.0 → 1.5.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/config/prompt +17 -1
  3. data/lib/jeeves/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1755df084b5e0bf96439d4fa04cb2d1164a3ac57f6da168a2c1ff27115af6320
4
- data.tar.gz: 602400de39b2eb3fbf808bc1aecbf36d786955503bf7dd7d3582ab391f357b3c
3
+ metadata.gz: 2c74ef8a8abc2237febd1753d940a0b6542c9d290bf6ecc86ccccc86e45d170d
4
+ data.tar.gz: 74f079d247f3161ac3208f43512741a2a6598d3958236d155b24f2ef1feec05e
5
5
  SHA512:
6
- metadata.gz: f281c5008cb5ab4035497d8c20efd13247bc96d0d7b28487f88d5b50f28b93d02d14efc00efa9c4cee20c1067c24cc950b7fc98ef5a38ee29bc19ca1d00f0d70
7
- data.tar.gz: feb924a2bcf0d2d74d2b4eeea3e9ac87f7f7efde3d3c55d4b56b265dc74e8dcc6ee32734c96ed775f60fdaa660fe3a693b94243fa44a851dca7d3bfb15f34f92
6
+ metadata.gz: cfea89ff53f253ad04464483406c95f2abb9e9aabb1e20afa2ce327a69e76c6ab02a0efe61f9118efe9015ac0b185b5d0a7ec727b420bbd57df43b9d8dc3f35b
7
+ data.tar.gz: 850715f68a3d95715b1aae3f47a5c37eb5a20ee613b3914055e067d779989c9a4d69d5482f8a5126698aaa1675a2ce7c8f318ddc409470d5723aa5a1378ef710
data/config/prompt CHANGED
@@ -1 +1,17 @@
1
- Test prompt for setup_config_dir test
1
+ Generate a git commit message based on the following diff.
2
+
3
+ The commit message should:
4
+ - Start with an appropriate gitmoji based on the nature of the changes
5
+ - Follow the Conventional Commits format (https://www.conventionalcommits.org/en/v1.0.0/)
6
+ - Explain WHAT changed, WHY it changed, and HOW it improves or fixes the current state
7
+ - Assume the audience is educated software engineers
8
+
9
+ Example format:
10
+ :emoji: type(scope): concise description
11
+
12
+ Detailed explanation of the changes, why they were necessary, and their impact.
13
+
14
+ Additional context or technical details when relevant.
15
+
16
+ DIFF:
17
+ {{DIFF}}
@@ -1,3 +1,3 @@
1
1
  module Jeeves
2
- VERSION = '1.4.0'
2
+ VERSION = '1.5.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeeves-git-commit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Bishop