main_branch_shared_rubocop_config 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8662f9fa354eed01a10b2205441f76a4ce66df2e47a49ba5f6408e8270975b6
4
- data.tar.gz: 660b3c4f838b62d8afc8ff54f5bf403da1c01fc54fc1cc8df1d033567f761315
3
+ metadata.gz: 667f8b84ea07702bde7c9a2ce208ce138a100807711857afdd647661226a30f8
4
+ data.tar.gz: 5920428564f354441e804536cd28dd9267d5c07fb9d0ea767902290b0d5f8cda
5
5
  SHA512:
6
- metadata.gz: 79349b2d35a3ed3719efe3d5dead5b2f8761fdc6f9d98c5c203a81c7c7825bc142faca09927876e6fca63617836da64fdb1d66d0c39c04b3f4298d1c09183744
7
- data.tar.gz: 37f11ed9b5ad4eb93c2f28f0b2976aa549906d840b14e605dd2f8797824bb3501249b57792fdda7ad56db67046ba7a980e0562614ea801897b356c3f732ea1d8
6
+ metadata.gz: cfc464e57d95df8128e8afc453545e573487a9fa2c487208f57b50c6320a78584158682ba2c67c831f34c5dc85dcdcab5b197bad97f2aad32ddf69c276d3f47d
7
+ data.tar.gz: 3711cd7f1f49d0fe3da577f63ee9b0a86c0bdf4850c067e913158772c1f7fac11445148db378ea20908902a51af8230443e65e05b54e9e6029a32e23d9b209ea
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.1.2"
2
+ ".": "0.1.3"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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.3](https://github.com/main-branch/main_branch_shared_rubocop_config/compare/v0.1.2...v0.1.3) (2025-04-17)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Do not trigger build workflows after merging to main or for release PRs ([99971ff](https://github.com/main-branch/main_branch_shared_rubocop_config/commit/99971ff18ec468d24406f2215a429bd6c1eead4c))
13
+ * Do not trigger build workflows after merging to main or for release PRs ([2b8ef2b](https://github.com/main-branch/main_branch_shared_rubocop_config/commit/2b8ef2bf669212d4aa7cd20532fb1ffe9af1abb9))
14
+
7
15
  ## [0.1.2](https://github.com/main-branch/main_branch_shared_rubocop_config/compare/v0.1.1...v0.1.2) (2025-04-16)
8
16
 
9
17
 
@@ -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.2'
6
+ VERSION = '0.1.3'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball