Commit fe89cbf
committed
Update CLI script to require 'ai_git_commit' instead of './lib/ai_git_commit'
for generating commit messages. Refactor CLI spec to reflect this change.
Update version to 0.1.2
Bump the gem version from 0.1.1 to 0.1.2 in the `AiGitCommit` module.
Update ai_git_commit gem version to 0.1.2 in Gemfile.lock
The commit updates the ai_git_commit gem version in Gemfile.lock from 0.1.1
to 0.1.2. This change is necessary to ensure compatibility with the latest
updates and improvements in the ai_git_commit gem. The dependencies remain
unchanged, with base64 requiring version 0.1.0, openai requiring version 0.22.0,
and thor requiring version 1.4. This update ensures that the project is using
the latest version of the ai_git_commit gem, incorporating any bug fixes or new
features that have been introduced in version 0.1.2.1 parent a2d45a5 commit fe89cbf
4 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments