theforeman-rubocop 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 +4 -4
- data/.github/workflows/gem-push.yml +3 -32
- data/default.yml +1 -0
- data/lib/theforeman/rubocop/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e9eb8f575e916fcab0745eb7276223aa6dcb811a15d07c2060797c5f39052f7
|
|
4
|
+
data.tar.gz: 036dd53d4ef286f78a8e19a516943760a7d639b2802001fc1dac4a0d01d60c9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3de58bbbb56e96a03f537a33c06584db876f9c6d6afacc8425925f2958e5eed0ec6b0c51b92463d77c81cd43179cd3b957618cd96ad36ee7fc8adaef492a58c
|
|
7
|
+
data.tar.gz: 5b15ed628bfce839978f14afd07a2c854c273f520633c4819796851aa074f13c135f50d8c2aee62bf01007c04fb948a1413038c9ca20e7a33b818db30571736f
|
|
@@ -6,41 +6,12 @@ on:
|
|
|
6
6
|
- v*
|
|
7
7
|
|
|
8
8
|
jobs:
|
|
9
|
-
publish_ghp:
|
|
10
|
-
name: Build + Publish on GHP
|
|
11
|
-
runs-on: ubuntu-latest
|
|
12
|
-
|
|
13
|
-
steps:
|
|
14
|
-
- uses: actions/checkout@v2
|
|
15
|
-
- name: Set up Ruby 2.6
|
|
16
|
-
uses: actions/setup-ruby@v1
|
|
17
|
-
with:
|
|
18
|
-
ruby-version: 2.6.x
|
|
19
|
-
|
|
20
|
-
- run: gem build *.gemspec
|
|
21
|
-
- name: Publish to GPR
|
|
22
|
-
run: |
|
|
23
|
-
mkdir -p $HOME/.gem
|
|
24
|
-
touch $HOME/.gem/credentials
|
|
25
|
-
chmod 0600 $HOME/.gem/credentials
|
|
26
|
-
printf -- "---\n:github: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
|
|
27
|
-
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
|
|
28
|
-
env:
|
|
29
|
-
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
|
|
30
|
-
OWNER: ${{ github.repository_owner }}
|
|
31
|
-
|
|
32
9
|
publish_rubygems:
|
|
33
10
|
name: Build + Publish on RubyGems
|
|
34
11
|
runs-on: ubuntu-latest
|
|
35
12
|
steps:
|
|
36
13
|
- uses: actions/checkout@v2
|
|
37
|
-
- name: Set up Ruby 2.6
|
|
38
|
-
uses: actions/setup-ruby@v1
|
|
39
|
-
with:
|
|
40
|
-
ruby-version: 2.6.x
|
|
41
|
-
|
|
42
|
-
- run: gem build *.gemspec
|
|
43
14
|
- name: Publish to RubyGems
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
15
|
+
uses: dawidd6/action-publish-gem@v1
|
|
16
|
+
with:
|
|
17
|
+
api_key: ${{secrets.RUBYGEM_API_KEY}}
|
data/default.yml
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: theforeman-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ondřej Ezr
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2021-12-09 00:00:00.000000000 Z
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '13.0'
|
|
139
|
-
description:
|
|
139
|
+
description:
|
|
140
140
|
email:
|
|
141
141
|
- foreman-dev@googlegroups.com
|
|
142
142
|
executables: []
|
|
@@ -167,7 +167,7 @@ files:
|
|
|
167
167
|
homepage: https://github.com/theforeman/theforeman-rubocop
|
|
168
168
|
licenses: []
|
|
169
169
|
metadata: {}
|
|
170
|
-
post_install_message:
|
|
170
|
+
post_install_message:
|
|
171
171
|
rdoc_options: []
|
|
172
172
|
require_paths:
|
|
173
173
|
- lib
|
|
@@ -182,8 +182,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
182
182
|
- !ruby/object:Gem::Version
|
|
183
183
|
version: '0'
|
|
184
184
|
requirements: []
|
|
185
|
-
rubygems_version: 3.1.
|
|
186
|
-
signing_key:
|
|
185
|
+
rubygems_version: 3.1.2
|
|
186
|
+
signing_key:
|
|
187
187
|
specification_version: 4
|
|
188
188
|
summary: Shared Rubocop configuration for theforeman.org family of projects.
|
|
189
189
|
test_files: []
|