commit_ai 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/lib/commit_ai/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2be7cd22495b103070f0928bb08fbca747f912b68e7a74b35bae7ce7605ea8bb
|
4
|
+
data.tar.gz: 71f79a96dd55d7f63da8b35034aa7f965947cf5440782d95913f234ea98df6d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b0ca833ff8aa5db719ee97368bc8f767d6fb809e3b46f48a36016f12e6fa0bc7897d581dc2105295539f79251c6f3de99024e1aa426c8cf71c2e659333939e6
|
7
|
+
data.tar.gz: aa8f7e86731b12988eae20a2eb6d0df61e6be365217af53f8c060fadcd9808aeb3febb7c1267039def8311d8dbb2ed3db0e752e601a32b7f617857a32cacbc2a
|
data/lib/commit_ai/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: commit_ai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ken Vitug
|
@@ -25,7 +25,8 @@ dependencies:
|
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
description: Commit AI automates the generation of insightful one-liner commit messages
|
28
|
-
by analyzing staged git diffs with the help of OpenAI's advanced
|
28
|
+
by analyzing staged git diffs and the codebase with the help of OpenAI's advanced
|
29
|
+
language models.
|
29
30
|
email:
|
30
31
|
- ken@narralabs.com
|
31
32
|
executables:
|