standard-rspec 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Rakefile +1 -1
- data/lib/standard/rspec/load_rubocop_rspec_without_the_monkey_patch.rb +1 -1
- data/lib/standard/rspec/version.rb +1 -1
- metadata +2 -3
- data/sig/standard/rspec.rbs +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c146e87b1a3fd58a9374a1f36508177f3a4353debf1af3abb6db111b09fdf04
|
4
|
+
data.tar.gz: d8051730ed43a0dd995087f967c10f590798c2397275ee2b46ca2b6b39c7877f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e90d48fe4c384f124ed85a6e5cbf1f779dd6cc1b040b33866d4ccdc14ba7632ecf9d1395c1d85fb8c354cfb1c972efcf5dfb2202747ebf88db9309a734a9048
|
7
|
+
data.tar.gz: cca609b163c279cc608e223a318c9fe62655c88f869bb30c62867158664cf3e5ad4ad7e65e84ecaba150bdd37b0d027244a76be335079a0f385665b996cbc2c8
|
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
@@ -43,7 +43,7 @@ task :copy_rubocop_rspec_entry_point_and_comment_out_monkey_patch do
|
|
43
43
|
#
|
44
44
|
# Because there are both necessary require statements and additional patching
|
45
45
|
# of RuboCop built-in cops in this file, we need to monitor it for changes
|
46
|
-
# in rubocop-
|
46
|
+
# in rubocop-rspec and keep it up to date.
|
47
47
|
#
|
48
48
|
# Last updated from #{gem_spec.name} v#{gem_spec.version}
|
49
49
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
# Because there are both necessary require statements and additional patching
|
7
7
|
# of RuboCop built-in cops in this file, we need to monitor it for changes
|
8
|
-
# in rubocop-
|
8
|
+
# in rubocop-rspec and keep it up to date.
|
9
9
|
#
|
10
10
|
# Last updated from rubocop-rspec v2.22.0
|
11
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standard-rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- shilin-anton
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|
@@ -70,7 +70,6 @@ files:
|
|
70
70
|
- lib/standard/rspec/load_rubocop_rspec_without_the_monkey_patch.rb
|
71
71
|
- lib/standard/rspec/plugin.rb
|
72
72
|
- lib/standard/rspec/version.rb
|
73
|
-
- sig/standard/rspec.rbs
|
74
73
|
- standard-rspec.gemspec
|
75
74
|
homepage: https://github.com/shilin-anton/standard-rspec
|
76
75
|
licenses:
|
data/sig/standard/rspec.rbs
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
TODO
|