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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0167c561b676fc8e9fb04eefbc84caad20df4c07d1d933ef2b1bf670fb61b557
4
- data.tar.gz: f096a118e1cb6828de8ef2e769b8ac8a941c6dfaf50aa4a3b2bd7bbe5bbedf7a
3
+ metadata.gz: 8c146e87b1a3fd58a9374a1f36508177f3a4353debf1af3abb6db111b09fdf04
4
+ data.tar.gz: d8051730ed43a0dd995087f967c10f590798c2397275ee2b46ca2b6b39c7877f
5
5
  SHA512:
6
- metadata.gz: b5735f3b982241989e5d67e9641a89d7b4f8636f137367353305482f9f19225d50e6374820567d4fe29ad094c99630914fac45f0c8349ff6d4aa4c38140a95d7
7
- data.tar.gz: 6a47e57eb27ddddf332f36079e0e37392d1e10732ec0e65217fe54463c4488b849e3d9606f6c673bbbb24ba2f87a348e25743ccb014d2f0adcb13c6a654a873d
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
 
@@ -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.6"
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.6
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