standard 0.10.0 → 0.10.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: dce5ce63f9e226f30eaaa25c24c99038f2007e79d636a6af0ad6e878cccef228
4
- data.tar.gz: edc3e716e5a91a2e5ba0632aeb56a7d3902dd552aeb9c930b0f49b96b567ba48
3
+ metadata.gz: a2a3abdd7be25bbafbbb44f6f6920d077da4a1762190a0c2454b3acf9a3b5e74
4
+ data.tar.gz: 36bc5ad4555253f3b5890b388598b501212176cb861697c4849de575f32faf89
5
5
  SHA512:
6
- metadata.gz: 208f8e2885c0f243117e3c2545f5c828a693979298e6e3cac3e487e1b30d7fd9a22c2408a3b836d1aa601744c9d8ea010604a465be64d6a8972d9497fc2f7157
7
- data.tar.gz: 6b6137108b78d58928688655467f117d72576ce8273cb47649ac482940363c2a5d091b979c72fc1d5d31055d5f5c2d7f0eb7733a26f309f750fd6d000b1104bf
6
+ metadata.gz: 066fdef60be889c43532fb6d94fc9e5b468455d0bbabe51752009d448e3bd4ea51dbe47cf1e651d3487d48df5985f0c4db1073c9d658f5b28761f2499f805446
7
+ data.tar.gz: b58f7b5be9f3df9121a79bf98372a64184ab91a2540d6cf68275a8141fc31734b3bcc527ad86aac45a68079846b1112309fd3cf48194d61932b187b4395a6d7a
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.1
4
+
5
+ * remove [`Performance/ArraySemiInfiniteRangeSlice`](https://github.com/testdouble/standard/pull/225#discussion_r532678908)
6
+
3
7
  ## 0.10.0
4
8
 
5
9
  * Update rubocop-performance from 1.8.1 to [1.9.1](https://github.com/rubocop-hq/rubocop-performance/releases/tag/v1.9.1) enabling:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (0.10.0)
4
+ standard (0.10.1)
5
5
  rubocop (= 1.4.2)
6
6
  rubocop-performance (= 1.9.1)
7
7
 
@@ -621,9 +621,6 @@ Naming/VariableName:
621
621
  Enabled: true
622
622
  EnforcedStyle: snake_case
623
623
 
624
- Performance/ArraySemiInfiniteRangeSlice:
625
- Enabled: true
626
-
627
624
  Performance/BigDecimalWithNumericArgument:
628
625
  Enabled: true
629
626
 
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("0.10.0")
2
+ VERSION = Gem::Version.new("0.10.1")
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls