rf-stylez 0.12.0 → 0.13.0

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: 379e37d37df24166deb38eef0b97d0373a6734aeb738b8bfb80637bf118bc012
4
- data.tar.gz: b6b1d14e28ae49b27e9e25f766d729b8bddea43b5227010b129690bbb58e19db
3
+ metadata.gz: 54b5d943630d52ab7cf7511104196476c15f9f02e6f52defb435fd20e6ab743b
4
+ data.tar.gz: 8732cd5d8f52c6401be14b08bd935b9822731826306591b23e01e983d5750669
5
5
  SHA512:
6
- metadata.gz: 6cba253d02a644530d184380ba14d9bc716190866c8e891f547bd791d08d016b8ecbe82ff6bf366a89af79fac879c71b6d58643b8eb4fe1968c793c6bc29bd93
7
- data.tar.gz: 2dbb03b8a502241e7ff0494414753281bf5a5d8352c9e781a3803fcecefdb3a3addf94e399939f0946681cfa904a41f6fca1c104920a827304ba171cfa82801c
6
+ metadata.gz: 1235de1199e69b9dc116b9119ff2b8c95db7c7c4c93e02a03cca7f0356a56b6d8d33e4bdf2f29082f2b499d9e5fc9993c69b54536e0a8cd3731b469b52289b61
7
+ data.tar.gz: 5253a7bbbeb5457740e585992498dc443dd6133e68f189a2d9442464eeda006736d90f4f35fcab05d28194464d3336699949820b819cf33b1ac2e48b817f3637
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rf
4
4
  module Stylez
5
- VERSION = '0.12.0'
5
+ VERSION = '0.13.0'
6
6
  end
7
7
  end
data/ruby/rubocop.yml CHANGED
@@ -135,7 +135,18 @@ Style/MethodCallWithoutArgsParentheses:
135
135
  Style/InfiniteLoop:
136
136
  Enabled: true
137
137
  Style/StringLiterals:
138
- Enabled: true
138
+ Description: 'Checks if uses of quotes match the configured preference.'
139
+ StyleGuide: '#consistent-string-literals'
140
+ Enabled: true
141
+ VersionAdded: '0.9'
142
+ VersionChanged: '0.36'
143
+ EnforcedStyle: double_quotes
144
+ SupportedStyles:
145
+ - single_quotes
146
+ - double_quotes
147
+ # If `true`, strings which span multiple lines using `\` for continuation must
148
+ # use the same type of quotes on each line.
149
+ ConsistentQuotesInMultiline: true
139
150
  Style/AndOr:
140
151
  Enabled: true
141
152
  Style/Not:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rf-stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emanuel Evans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop