main_branch_shared_rubocop_config 0.1.0 → 0.1.1
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/.rubocop.yml +4 -0
- data/CHANGELOG.md +14 -0
- data/Rakefile +8 -1
- data/lib/main_branch_shared_rubocop_config/version.rb +1 -1
- metadata +32 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9578aa64046f725f8c8eec635a0805d56ed8d9fb8e2a0b0ba58687bb07d3ea2
|
|
4
|
+
data.tar.gz: 4502df185e848fe15435696e1c2ab20bca6e58c24428c638019a7354983809dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c56be42165d0829896f8e06ce968d2f846520f9309c2cb6de8ad1e185e69988d6216e7c52be4feaf402282aaf9276a57fe5a2ebc0a379eb14eb524d8addd09b
|
|
7
|
+
data.tar.gz: 7e20513c4975423f0456ec2eb132c750b236f7b511d36ac556e8ef4f9fcf025aafc9e638604ffd125ea9025db1748375377678e2bc9a17af5dec4a5d436537d5
|
data/.rubocop.yml
ADDED
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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
|
+
## v0.1.1 (2024-10-04)
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/main-branch/main_branch_shared_rubocop_config/compare/v0.1.0..v0.1.1)
|
|
10
|
+
|
|
11
|
+
Changes since v0.1.0:
|
|
12
|
+
|
|
13
|
+
* ed1f4ff Merge pull request #3 from main-branch/add_ci_build
|
|
14
|
+
* 710b0c8 chore: add a continuous integration GitHub Actions workflow
|
|
15
|
+
* 45f847e Merge pull request #2 from main-branch/add_dependencies
|
|
16
|
+
* 7712cca chore: auto correct all rubocop offenses
|
|
17
|
+
* d23fe2f chore: configure Rubocop to run on this project
|
|
18
|
+
* d456481 chore: make git ignore Gemfile.lock
|
|
19
|
+
* 58e5c44 fix: add needed runtime dependencies
|
|
20
|
+
|
|
7
21
|
## v0.1.0 (2024-09-17)
|
|
8
22
|
|
|
9
23
|
[Full Changelog](https://github.com/main-branch/main_branch_shared_rubocop_config/compare/f01fd76..v0.1.0)
|
data/Rakefile
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,43 @@
|
|
|
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.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Couball
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: fuubar
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '2.5'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '2.5'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rubocop
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '1.66'
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '1.66'
|
|
13
41
|
- !ruby/object:Gem::Dependency
|
|
14
42
|
name: create_github_release
|
|
15
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -32,6 +60,7 @@ extensions: []
|
|
|
32
60
|
extra_rdoc_files: []
|
|
33
61
|
files:
|
|
34
62
|
- ".markdownlint.yml"
|
|
63
|
+
- ".rubocop.yml"
|
|
35
64
|
- CHANGELOG.md
|
|
36
65
|
- CODE_OF_CONDUCT.md
|
|
37
66
|
- LICENSE.txt
|
|
@@ -47,6 +76,7 @@ metadata:
|
|
|
47
76
|
allowed_push_host: https://rubygems.org
|
|
48
77
|
homepage_uri: https://github.com/main-branch/main_branch_shared_rubocop_config
|
|
49
78
|
source_code_uri: https://github.com/main-branch/main_branch_shared_rubocop_config
|
|
79
|
+
rubygems_mfa_required: 'true'
|
|
50
80
|
post_install_message:
|
|
51
81
|
rdoc_options: []
|
|
52
82
|
require_paths:
|