standard-rspec 0.1.7 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c146e87b1a3fd58a9374a1f36508177f3a4353debf1af3abb6db111b09fdf04
4
- data.tar.gz: d8051730ed43a0dd995087f967c10f590798c2397275ee2b46ca2b6b39c7877f
3
+ metadata.gz: b02820cd6332351c176112c615829c2ba5d239a83f834ef66c010385f71025d2
4
+ data.tar.gz: 185da87bb73a4b43865947ee627a46ffc80c71b80c9a018c7e8a24257986a656
5
5
  SHA512:
6
- metadata.gz: 9e90d48fe4c384f124ed85a6e5cbf1f779dd6cc1b040b33866d4ccdc14ba7632ecf9d1395c1d85fb8c354cfb1c972efcf5dfb2202747ebf88db9309a734a9048
7
- data.tar.gz: cca609b163c279cc608e223a318c9fe62655c88f869bb30c62867158664cf3e5ad4ad7e65e84ecaba150bdd37b0d027244a76be335079a0f385665b996cbc2c8
6
+ metadata.gz: 35892520da97669019ba0375da0585ade8b12b9b9bb26c5bc0886c215c149355f828f7d52e60b0c07790cafb25024cd1680b3b45e6e1673e09331d7f92fcdd77
7
+ data.tar.gz: d03f7b0fa20ea9e4a8e2b30921457ee1ddfd06e5bf1b94e4f0910c984b5114675a48e247d0caf5755be1829bb37774b8994bf27b5ba72da8fc573d46596d2adc
data/CHANGELOG.md CHANGED
@@ -7,3 +7,11 @@
7
7
  ## [0.1.6] - 2023-07-10
8
8
 
9
9
  - Fix cops paths, remove deprecated cops
10
+
11
+ ## [0.2.0] - 2023-07-11
12
+
13
+ - Add action-policy support
14
+
15
+ ## [0.2.1] - 2023-07-11
16
+
17
+ - Remove action-policy support, due to old rubocop version
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Standard
4
4
  module Rspec
5
- VERSION = "0.1.7"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shilin-anton