renuocop 0.7.0 → 0.8.0

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: 4a5bd37f8c3e243e5a6905cc586e244407a37728a0ffee5573354f659b33836d
4
- data.tar.gz: 580d3dce3b971b449c6591e90225ea476d8266cb53ad7c37d8807a0410fd3874
3
+ metadata.gz: 45017b1e0f04c0575235d2987aaa54495ce3523787377897efff0fd9cc1546d3
4
+ data.tar.gz: d91b149dbca0293e3d4dc6210a492b72e4faae5b2185572998c33a9c934ef695
5
5
  SHA512:
6
- metadata.gz: 952f9962a101d1d1c7ea6ad8674bae90c954f6d201be79443f945ddd7c1906dc474915fe57ac3807373f9828f0bee30c207b4ae17b72ac6d88a0329cc2f1cee9
7
- data.tar.gz: 686f5fd87de87810cda1791413f16a897c7fd1f6f2c5178c67f40689dabc9fdc0ecbee994854cd133fa2f2d2f083ed07eefde9d8d1eae3912f2b4ad37dc9c879
6
+ metadata.gz: 6e97638d62026c8344a0d73341095a93db944ac79f160fdd4a45e9ddee41c0068944c4ba94c61732b9a9299e08f54fbb4dbde7dbae375538787c20daf73e2f47
7
+ data.tar.gz: 01f95ff94b415b6dd9484ceddbfd531a1e112aa7b6c219076c375bba5bfef8b8c7d24ee856e35fac266a24dcee776431e5d075f0eca8a7658b34582fdadaea0a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.8.0]
2
+
3
+ - Finally change our default style from single quotes to double quotes
4
+
1
5
  ## [0.7.0]
2
6
 
3
7
  - Increase minimum standardrb version to 1.35.2
data/config/base.yml CHANGED
@@ -701,12 +701,6 @@ Style/SpecialGlobalVars:
701
701
  Style/StringConcatenation:
702
702
  Enabled: true
703
703
 
704
- Style/StringLiterals:
705
- EnforcedStyle: single_quotes
706
-
707
- Style/StringLiteralsInInterpolation:
708
- EnforcedStyle: single_quotes
709
-
710
704
  Style/StructInheritance:
711
705
  Enabled: true
712
706
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Renuocop
4
- VERSION = "0.7.0"
4
+ VERSION = "0.8.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renuocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Rodi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-28 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-capybara