commiti 1.3.1 → 1.3.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Setoju
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-19 00:00:00.000000000 Z
11
+ date: 2026-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -38,8 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.21'
41
- description: Generates git commit messages and PR descriptions using Google AI text
42
- generation models. Supports GitHub, GitLab, and GitBucket with prefilled PR/MR forms.
41
+ description: 'Generates git commit messages and PR descriptions using Google AI text
42
+ generation models. '
43
43
  email:
44
44
  - setoju48@gmail.com
45
45
  executables:
@@ -61,10 +61,14 @@ files:
61
61
  - lib/services/git/commit/change_grouping.rb
62
62
  - lib/services/git/commit/commit_execution.rb
63
63
  - lib/services/git/commit/commit_staging.rb
64
+ - lib/services/git/commit/group_editor.rb
64
65
  - lib/services/git/diff_parser.rb
65
66
  - lib/services/git/git_reader.rb
66
67
  - lib/services/git/git_writer.rb
68
+ - lib/services/git/pr/browser_opener.rb
69
+ - lib/services/git/pr/pr_creator.rb
67
70
  - lib/services/git/pr/pr_opener.rb
71
+ - lib/services/git/pr/remote_parser.rb
68
72
  - lib/services/google_client.rb
69
73
  - lib/services/helpers/clipboard.rb
70
74
  - lib/services/helpers/config_loader.rb
@@ -73,7 +77,9 @@ files:
73
77
  - lib/services/helpers/spinner.rb
74
78
  - lib/services/helpers/terminal_ui.rb
75
79
  - lib/services/message_generator.rb
80
+ - lib/services/message_generator_support.rb
76
81
  - lib/services/message_presenter.rb
82
+ - lib/services/text_generation_style.rb
77
83
  homepage: https://github.com/setoju/commiti
78
84
  licenses:
79
85
  - MIT