simplycop 1.12.4 → 1.12.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/publish_gem.yml +2 -2
- data/.ruby-version +1 -1
- data/.simplycop.yml +0 -1
- data/lib/simplycop/version.rb +1 -1
- data/simplycop.gemspec +1 -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: a300da7beb2d0738821a3a9a73008ca0492a9c02dc8ff904f34bca9d3cb554c5
|
4
|
+
data.tar.gz: '0885dfaf564e3aae7905e1cef73ef831f238ad88d922d96c357f74ae32f81a23'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92dcbe71b46328c9a1f6d0e5462fb1a423621979e7f81ec23c7fb393885555944f93117dd7df7577497af32587c345e1f2ec63e93f9aa41cc8bf2de9b4a7edb4
|
7
|
+
data.tar.gz: ce568a98ea8966ef47cb6b130b3872ec0088897c99dea4d0733ebf2bdf5789d984bff747d109e7c4f9ac1e57fc7c73aa79791ede00565c7cad5606b8b9e74b4a
|
data/.github/workflows/ci.yml
CHANGED
@@ -12,10 +12,10 @@ jobs:
|
|
12
12
|
runs-on: ubuntu-18.04
|
13
13
|
steps:
|
14
14
|
- uses: actions/checkout@v3
|
15
|
-
- name: Set up Ruby
|
15
|
+
- name: Set up Ruby 3.0
|
16
16
|
uses: actions/setup-ruby@v1
|
17
17
|
with:
|
18
|
-
version:
|
18
|
+
version: 3.0.x
|
19
19
|
- name: Publish to RubyGems
|
20
20
|
run: |
|
21
21
|
mkdir -p $HOME/.gem
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.5
|
data/.simplycop.yml
CHANGED
data/lib/simplycop/version.rb
CHANGED
data/simplycop.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.version = Simplycop::VERSION
|
10
10
|
spec.authors = ['Simply Business']
|
11
11
|
spec.email = ['tech@simplybusiness.co.uk']
|
12
|
-
spec.required_ruby_version = '>=
|
12
|
+
spec.required_ruby_version = '>= 3.0.5'
|
13
13
|
spec.license = 'MIT'
|
14
14
|
spec.summary = 'Provides a single point of reference for common rubocop rules.'
|
15
15
|
spec.description = 'Require this gem in your application to use Simply Business common rubocop rules.'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplycop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.12.
|
4
|
+
version: 1.12.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simply Business
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -154,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
154
154
|
requirements:
|
155
155
|
- - ">="
|
156
156
|
- !ruby/object:Gem::Version
|
157
|
-
version:
|
157
|
+
version: 3.0.5
|
158
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
159
159
|
requirements:
|
160
160
|
- - ">="
|