standard-rspec 0.1.5 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 521a093d6173a63cd5d93afab180c16606807dd3aab0c8743d9198d2579a5801
4
- data.tar.gz: dc680b1ac2c4ad2deeb5fe21e1e4b37c94c0f9c5a32da627332488237291b164
3
+ metadata.gz: 8c146e87b1a3fd58a9374a1f36508177f3a4353debf1af3abb6db111b09fdf04
4
+ data.tar.gz: d8051730ed43a0dd995087f967c10f590798c2397275ee2b46ca2b6b39c7877f
5
5
  SHA512:
6
- metadata.gz: de01ad844bd70e0268c26aef0f73ae53f35df1c0c7d3889017b217593751ff589a1b8a490f2fbda533646e49030e6c9ce7b4844f67382f6573d532683d78a741
7
- data.tar.gz: e4adf6cc1b9727bdde6f230cc27f2862747639c070da1cab55bbb659530c2ae1ad79e81ace84cadfea20b11de8c50789c577ee318251d9b70c3c853e738acc02
6
+ metadata.gz: 9e90d48fe4c384f124ed85a6e5cbf1f779dd6cc1b040b33866d4ccdc14ba7632ecf9d1395c1d85fb8c354cfb1c972efcf5dfb2202747ebf88db9309a734a9048
7
+ data.tar.gz: cca609b163c279cc608e223a318c9fe62655c88f869bb30c62867158664cf3e5ad4ad7e65e84ecaba150bdd37b0d027244a76be335079a0f385665b996cbc2c8
data/CHANGELOG.md CHANGED
@@ -3,3 +3,7 @@
3
3
  ## [0.1.0] - 2023-07-07
4
4
 
5
5
  - Initial release
6
+
7
+ ## [0.1.6] - 2023-07-10
8
+
9
+ - Fix cops paths, remove deprecated cops
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-rails and keep it up to date.
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
 
data/config/base.yml CHANGED
@@ -776,7 +776,6 @@ Capybara/VisibilityMatcher:
776
776
  FactoryBot:
777
777
  Enabled: true
778
778
  Include: *1
779
- Language: *2
780
779
 
781
780
  FactoryBot/AttributeDefinedStatically:
782
781
  Description: Always declare attribute values as blocks.
@@ -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-rails and keep it up to date.
8
+ # in rubocop-rspec and keep it up to date.
9
9
  #
10
10
  # Last updated from rubocop-rspec v2.22.0
11
11
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Standard
4
4
  module Rspec
5
- VERSION = "0.1.5"
5
+ VERSION = "0.1.7"
6
6
  end
7
7
  end
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.5
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-10 00:00:00.000000000 Z
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:
@@ -1 +0,0 @@
1
- TODO