simplycop 2.34.0 → 2.34.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/.github/workflows/ci.yml +1 -1
- data/docs/index.md +1 -1
- data/lib/simplycop/version.rb +1 -1
- data/simplycop.gemspec +2 -1
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c88bf4145de9f4b7daf4e7585986e9e5fbcfcf003f332c010544ca2c67a0f2b
|
|
4
|
+
data.tar.gz: 16443a5cf7122f3726a29c5a995fc9f9f145aba421e41b92c4fc4aba24c54cd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb8b2f6e45ae45c2dfb3002b94dd77ba61ca414f1248ecc19ad3f8c482aaab778969a715082f74d230e099dcb9ddc1f8d686b85d1e35056184a8cf0347afbb13
|
|
7
|
+
data.tar.gz: 43c86fbdba70cc1a7b2e57080fb5bd5ac657bd91f30ef1fe60d22724709d49972efe8e5f357cd18c32c342a1ffe6d28f2949b32f808a32c9b57a196db367f1f9
|
data/.github/workflows/ci.yml
CHANGED
data/docs/index.md
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 = ['>= 3.2 ', '<
|
|
12
|
+
spec.required_ruby_version = ['>= 3.2 ', '< 4.1']
|
|
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.'
|
|
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
18
|
spec.require_paths = ['lib']
|
|
19
19
|
|
|
20
|
+
spec.add_dependency 'benchmark', '~> 0.3'
|
|
20
21
|
spec.add_dependency 'rubocop', '1.82.0'
|
|
21
22
|
spec.add_dependency 'rubocop-ast', '1.48.0'
|
|
22
23
|
spec.add_dependency 'rubocop-capybara', '2.22.1'
|
metadata
CHANGED
|
@@ -1,14 +1,28 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplycop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.34.
|
|
4
|
+
version: 2.34.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simply Business
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-12-
|
|
10
|
+
date: 2025-12-30 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: benchmark
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - "~>"
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '0.3'
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - "~>"
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '0.3'
|
|
12
26
|
- !ruby/object:Gem::Dependency
|
|
13
27
|
name: rubocop
|
|
14
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -255,7 +269,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
255
269
|
version: '3.2'
|
|
256
270
|
- - "<"
|
|
257
271
|
- !ruby/object:Gem::Version
|
|
258
|
-
version: '
|
|
272
|
+
version: '4.1'
|
|
259
273
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
274
|
requirements:
|
|
261
275
|
- - ">="
|