snakommit 0.1.1 → 0.1.2

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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snakommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonia PL
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-01 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: tty-prompt
@@ -141,13 +140,15 @@ description: Snakommit helps teams maintain consistent commit message formats by
141
140
  email:
142
141
  - antonia.dev@icloud.com
143
142
  executables:
144
- - snakommit
145
143
  - sk
144
+ - snakommit
146
145
  extensions: []
147
146
  extra_rdoc_files: []
148
147
  files:
148
+ - ".github/workflows/cd.yml"
149
+ - ".github/workflows/ci.yml"
149
150
  - ".gitignore"
150
- - CHANGELOG.md
151
+ - ".ruby-version"
151
152
  - Gemfile
152
153
  - Gemfile.lock
153
154
  - LICENSE
@@ -172,7 +173,6 @@ metadata:
172
173
  homepage_uri: https://github.com/antonia-pl/snakommit
173
174
  source_code_uri: https://github.com/antonia-pl/snakommit
174
175
  changelog_uri: https://github.com/antonia-pl/snakommit/blob/main/CHANGELOG.md
175
- post_install_message:
176
176
  rdoc_options: []
177
177
  require_paths:
178
178
  - lib
@@ -180,15 +180,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
180
180
  requirements:
181
181
  - - ">="
182
182
  - !ruby/object:Gem::Version
183
- version: 2.5.0
183
+ version: 3.0.0
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubygems_version: 3.0.3.1
191
- signing_key:
190
+ rubygems_version: 3.6.7
192
191
  specification_version: 4
193
192
  summary: A high-performance, interactive commit manager tool similar to Commitizen
194
193
  test_files: []
data/CHANGELOG.md DELETED
@@ -1,55 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [Unreleased]
9
- ### Added
10
- - CI/CD pipeline for automated testing and releases
11
- - Automated RubyGems publishing
12
-
13
- ## [0.1.1] - 2023-04-01
14
- ### Added
15
- - Support for emoji in commit messages with toggle capability
16
- - Performance optimization features including caching and batch processing
17
- - Enhanced Git hooks integration with automatic install/uninstall
18
- - Custom emoji configuration with YAML file support
19
- - Added comprehensive credits and acknowledgements
20
- - Added `sk` command as a shorter alias for `snakommit`
21
- - File selection persistence between sessions
22
- - Quick emoji toggle with `sk emoji on|off` command
23
- - Self-update functionality with `sk update` command
24
-
25
- ## [0.1.0] - 2025-03-09
26
- ### Added
27
- - Initial release
28
- - Interactive CLI for creating conventional commit messages
29
- - Automatic Git repository detection
30
- - File staging assistance (`git add` functionality)
31
- - Customizable commit types and scopes
32
- - Breaking change detection
33
- - Issue reference linking
34
-
35
- ## 🚀 Roadmap
36
-
37
- Future releases will focus on:
38
-
39
- ### Performance Optimizations
40
- - [ ] Parallel processing for large repositories
41
- - [ ] Smart caching of Git operations
42
- - [ ] Optimized file status detection
43
- - [ ] Performance profiling and monitoring
44
-
45
- ### Additional Commit Message Templates
46
- - [ ] Support for more conventional formats
47
- - [ ] Custom template creation UI
48
- - [ ] Import/export of templates
49
- - [ ] Enhanced validation rules
50
-
51
- ### Enhanced Git Hooks Integration
52
- - [ ] Pre-push hook integration
53
- - [ ] Custom hook scripting
54
- - [ ] CI/CD system integration
55
- - [ ] Repository-specific configurations