ruby_git 0.3.4 → 0.3.5
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/.commitlintrc.yml +17 -0
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +31 -0
- data/lib/ruby_git/version.rb +1 -1
- data/release-please-config.json +14 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 634ce07d858a39c963edd5b9dca3c82bd2acfece6f8484ade3602922d5c02567
|
4
|
+
data.tar.gz: c6ef7d8512bdf107a69330b489b6564c4dfb5006b9695766ff8d8e1c0fff0966
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44914fce5761a8b6c1d1dab1e0f0414221f9c0403695826f39acee940635b7efd3507f59cfb8f3da73f910e598a9c789dde7a1ff6b255e8bb89c0fa360a598ee
|
7
|
+
data.tar.gz: dfe376440e6884aa8bc8efc7f19e07068cd568162cc5ec1a4cafbcb472c3ee89107e0155ac54273edaf19f115268507cf0456c23828660c69cbb780cddf4b315
|
data/.commitlintrc.yml
CHANGED
@@ -14,3 +14,20 @@ rules:
|
|
14
14
|
#
|
15
15
|
body-leading-blank: [2, 'always']
|
16
16
|
footer-leading-blank: [2, 'always']
|
17
|
+
type-enum: [
|
18
|
+
2,
|
19
|
+
'always',
|
20
|
+
[
|
21
|
+
'build',
|
22
|
+
'ci',
|
23
|
+
'chore',
|
24
|
+
'docs',
|
25
|
+
'feat',
|
26
|
+
'fix',
|
27
|
+
'perf',
|
28
|
+
'refactor',
|
29
|
+
'revert',
|
30
|
+
'style',
|
31
|
+
'test'
|
32
|
+
]
|
33
|
+
]
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,36 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [0.3.5](https://github.com/main-branch/ruby_git/compare/v0.3.4...v0.3.5) (2025-04-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* Add initial_branch option to RubyGit::Worktree.init ([9f5e8da](https://github.com/main-branch/ruby_git/commit/9f5e8daca1599d46c9a53429b24f4fff47f148b6))
|
9
|
+
* Add initial_branch option to RubyGit.init ([c0007e5](https://github.com/main-branch/ruby_git/commit/c0007e501c2768e921c1aef618c8edb4969e5e95))
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* Automate commit-to-publish workflow ([9850fed](https://github.com/main-branch/ruby_git/commit/9850fed2230f154eaf6319644d0e6b40c5352e7f))
|
15
|
+
* Do not trigger build workflows after merging to main or for release PRs ([0678dd3](https://github.com/main-branch/ruby_git/commit/0678dd347235aaa9f55d84853de94d01935f974d))
|
16
|
+
* Move unneeded builds from continuous_integration to experimental_ruby_builds ([2d15e1c](https://github.com/main-branch/ruby_git/commit/2d15e1c7aef848e4d3cc857e6f606a0f68d7bf6f))
|
17
|
+
* Rewrap any errors raised by Process.spawn in RubyGit::SpawnError ([1ed4444](https://github.com/main-branch/ruby_git/commit/1ed4444c12ff1598af8915eac0c568bbaa865c84))
|
18
|
+
* Update changelog sections in release-please-config ([b34078a](https://github.com/main-branch/ruby_git/commit/b34078add703edf32d128efd64c12c45edffd21b))
|
19
|
+
|
20
|
+
|
21
|
+
### Other Changes
|
22
|
+
|
23
|
+
* Create release PR as draft and change release PR title ([aa39ed9](https://github.com/main-branch/ruby_git/commit/aa39ed95191a0678b8916b010b9abf6e99d94372))
|
24
|
+
* Fix JSON syntax error in release-please config ([165f3c1](https://github.com/main-branch/ruby_git/commit/165f3c1cd57a0fbdc98631b880095239b84423d6))
|
25
|
+
* **main:** Release 0.3.2 ([ae04872](https://github.com/main-branch/ruby_git/commit/ae04872fc4f7e4e6f8d374cb745f8fa0ba4acb5a))
|
26
|
+
* **main:** Release 0.3.3 ([bc0b3e5](https://github.com/main-branch/ruby_git/commit/bc0b3e5e538974b4a3e3ec33449453842cbd50d7))
|
27
|
+
* Make path normalization for Worktree and Repository optional ([c8b07f6](https://github.com/main-branch/ruby_git/commit/c8b07f6580df7894a45e6b3f9fb54f3a2725f218))
|
28
|
+
* Move option validators to their own module ([e5107f9](https://github.com/main-branch/ruby_git/commit/e5107f93fb12d2d56ed618217f3e362afce4adaf))
|
29
|
+
* Release v0.3.4 ([6dc79dd](https://github.com/main-branch/ruby_git/commit/6dc79dddec7f316a8cd10df05dd14d320aaee77e))
|
30
|
+
* Remove Code Climate integration ([fbb9dd7](https://github.com/main-branch/ruby_git/commit/fbb9dd75f358d35f04282eb2ee87e76f2a354762))
|
31
|
+
* Revert changes to make path normalization optional ([aa56519](https://github.com/main-branch/ruby_git/commit/aa56519051c32e7a5e5ec2361a02ef3d985e876e))
|
32
|
+
* Update to latest version of process_executer which has fixes ([71a0151](https://github.com/main-branch/ruby_git/commit/71a0151a1d5512fc46e5e00adec7185f89cd2ec9))
|
33
|
+
|
3
34
|
## [0.3.4](https://github.com/main-branch/ruby_git/compare/v0.3.3...v0.3.4) (2025-04-17)
|
4
35
|
|
5
36
|
|
data/lib/ruby_git/version.rb
CHANGED
data/release-please-config.json
CHANGED
@@ -11,7 +11,20 @@
|
|
11
11
|
"draft": true,
|
12
12
|
"prerelease": false,
|
13
13
|
"include-component-in-tag": false,
|
14
|
-
"pull-request-title-pattern": "chore: release v${version}"
|
14
|
+
"pull-request-title-pattern": "chore: release v${version}",
|
15
|
+
"changelog-sections": [
|
16
|
+
{ "type": "feat", "section": "Features", "hidden": false },
|
17
|
+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
|
18
|
+
{ "type": "build", "section": "Other Changes", "hidden": false },
|
19
|
+
{ "type": "chore", "section": "Other Changes", "hidden": false },
|
20
|
+
{ "type": "ci", "section": "Other Changes", "hidden": false },
|
21
|
+
{ "type": "docs", "section": "Other Changes", "hidden": false },
|
22
|
+
{ "type": "perf", "section": "Other Changes", "hidden": false },
|
23
|
+
{ "type": "refactor", "section": "Other Changes", "hidden": false },
|
24
|
+
{ "type": "revert", "section": "Other Changes", "hidden": false },
|
25
|
+
{ "type": "style", "section": "Other Changes", "hidden": false },
|
26
|
+
{ "type": "test", "section": "Other Changes", "hidden": false }
|
27
|
+
]
|
15
28
|
}
|
16
29
|
},
|
17
30
|
"plugins": [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_git
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Couball
|
@@ -295,8 +295,8 @@ metadata:
|
|
295
295
|
allowed_push_host: https://rubygems.org
|
296
296
|
homepage_uri: https://github.com/main-branch/ruby_git
|
297
297
|
source_code_uri: https://github.com/main-branch/ruby_git
|
298
|
-
documentation_uri: https://rubydoc.info/gems/ruby_git/0.3.
|
299
|
-
changelog_uri: https://rubydoc.info/gems/ruby_git/0.3.
|
298
|
+
documentation_uri: https://rubydoc.info/gems/ruby_git/0.3.5
|
299
|
+
changelog_uri: https://rubydoc.info/gems/ruby_git/0.3.5/file/CHANGELOG.md
|
300
300
|
rubygems_mfa_required: 'true'
|
301
301
|
rdoc_options: []
|
302
302
|
require_paths:
|