main_branch_shared_rubocop_config 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9578aa64046f725f8c8eec635a0805d56ed8d9fb8e2a0b0ba58687bb07d3ea2
4
- data.tar.gz: 4502df185e848fe15435696e1c2ab20bca6e58c24428c638019a7354983809dc
3
+ metadata.gz: d8662f9fa354eed01a10b2205441f76a4ce66df2e47a49ba5f6408e8270975b6
4
+ data.tar.gz: 660b3c4f838b62d8afc8ff54f5bf403da1c01fc54fc1cc8df1d033567f761315
5
5
  SHA512:
6
- metadata.gz: 2c56be42165d0829896f8e06ce968d2f846520f9309c2cb6de8ad1e185e69988d6216e7c52be4feaf402282aaf9276a57fe5a2ebc0a379eb14eb524d8addd09b
7
- data.tar.gz: 7e20513c4975423f0456ec2eb132c750b236f7b511d36ac556e8ef4f9fcf025aafc9e638604ffd125ea9025db1748375377678e2bc9a17af5dec4a5d436537d5
6
+ metadata.gz: 79349b2d35a3ed3719efe3d5dead5b2f8761fdc6f9d98c5c203a81c7c7825bc142faca09927876e6fca63617836da64fdb1d66d0c39c04b3f4298d1c09183744
7
+ data.tar.gz: 37f11ed9b5ad4eb93c2f28f0b2976aa549906d840b14e605dd2f8797824bb3501249b57792fdda7ad56db67046ba7a980e0562614ea801897b356c3f732ea1d8
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.2"
3
+ }
data/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.1.2](https://github.com/main-branch/main_branch_shared_rubocop_config/compare/v0.1.1...v0.1.2) (2025-04-16)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Automate commit-to-publish workflow ([52e606b](https://github.com/main-branch/main_branch_shared_rubocop_config/commit/52e606bf22502bdddc94aa4c2d74de703b462442))
13
+
7
14
  ## v0.1.1 (2024-10-04)
8
15
 
9
16
  [Full Changelog](https://github.com/main-branch/main_branch_shared_rubocop_config/compare/v0.1.0..v0.1.1)
data/Rakefile CHANGED
@@ -5,6 +5,13 @@ task default: %i[rubocop build]
5
5
 
6
6
  require 'bundler/gem_tasks'
7
7
 
8
+ # Make it so that calling `rake release` just calls `rake release:rubygems_push` to
9
+ # avoid creating and pushing a new tag.
10
+
11
+ Rake::Task['release'].clear
12
+ desc 'Customized release task to avoid creating a new tag'
13
+ task release: 'release:rubygem_push'
14
+
8
15
  require 'rubocop/rake_task'
9
16
 
10
17
  RuboCop::RakeTask.new
@@ -3,5 +3,5 @@
3
3
  # Toplevel namespace for this gem
4
4
  module MainBranchSharedRubocopConfig
5
5
  # Version of this gem
6
- VERSION = '0.1.1'
6
+ VERSION = '0.1.2'
7
7
  end
@@ -0,0 +1,22 @@
1
+ {
2
+ "bootstrap-sha": "cfc5ce2e8ff3df4a3e88b0c39760f94cd5aa905c",
3
+ "packages": {
4
+ ".": {
5
+ "release-type": "ruby",
6
+ "package-name": "main_branch_shared_rubocop_config",
7
+ "changelog-path": "CHANGELOG.md",
8
+ "version-file": "lib/main_branch_shared_rubocop_config/version.rb",
9
+ "bump-minor-pre-major": true,
10
+ "bump-patch-for-minor-pre-major": true,
11
+ "draft": false,
12
+ "prerelease": false,
13
+ "include-component-in-tag": false
14
+ }
15
+ },
16
+ "plugins": [
17
+ {
18
+ "type": "sentence-case"
19
+ }
20
+ ],
21
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
22
+ }
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: main_branch_shared_rubocop_config
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
  - James Couball
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-10-04 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: fuubar
@@ -60,6 +59,7 @@ extensions: []
60
59
  extra_rdoc_files: []
61
60
  files:
62
61
  - ".markdownlint.yml"
62
+ - ".release-please-manifest.json"
63
63
  - ".rubocop.yml"
64
64
  - CHANGELOG.md
65
65
  - CODE_OF_CONDUCT.md
@@ -69,6 +69,7 @@ files:
69
69
  - config/rubocop.yml
70
70
  - lib/main_branch_shared_rubocop_config.rb
71
71
  - lib/main_branch_shared_rubocop_config/version.rb
72
+ - release-please-config.json
72
73
  homepage: https://github.com/main-branch/main_branch_shared_rubocop_config
73
74
  licenses:
74
75
  - MIT
@@ -77,7 +78,6 @@ metadata:
77
78
  homepage_uri: https://github.com/main-branch/main_branch_shared_rubocop_config
78
79
  source_code_uri: https://github.com/main-branch/main_branch_shared_rubocop_config
79
80
  rubygems_mfa_required: 'true'
80
- post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib
@@ -92,8 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.5.16
96
- signing_key:
95
+ rubygems_version: 3.6.7
97
96
  specification_version: 4
98
97
  summary: Shared Rubocop configuration for the main-branch organization
99
98
  test_files: []