nxt_cop 1.0.14 → 1.0.15

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: 2f8ca722a37d92cce8e319a8c5b960aaa85e59305ba962865a34a1fd67fcef94
4
- data.tar.gz: a0e45473098d1cf3ff7dca290216c8c1e047e9328bd8cee5211e81abab18ca76
3
+ metadata.gz: efa9b8c9814cf6ad986c1fb4c6ed929c763a10edbf1ac76ae4ff7b8d1f50b861
4
+ data.tar.gz: 651d2007d4e70d1fea8390999c8bcef2eb653aea3a713194bfdb99f9f4ec8770
5
5
  SHA512:
6
- metadata.gz: c6a92736ce51ada736dffb01fc0ae69d5f6ca4e5165a187a7b5d98964d115cb7c3a4746bb39981a4c239dc4950137c296b0f8ce114ee4f00e4e7281e314551ea
7
- data.tar.gz: 6adc418f9df86917725f001cc9b9f1f95b8f31cfe45e67d8255d374af452750199837c2f362a7b1d09d32a5352ff4c4070e4e34d04f82400b46a70c79376dfe0
6
+ metadata.gz: 15da21fc7baf7a789d033d37f2262986b0880521feb1bb44a43322240b6208ec099bb7af8518097a8ecbcb38f6cf6079a76be83338bbd86f89d4e9edc9ac1a71
7
+ data.tar.gz: bea53d38306ead281a51a5a0b2e8e7d3f754a6fd832ac5b874ebcee7ab221a08eec60299b015f8ee4c5166a962050b8a719c0b091a9c0a343b56dbe6bb5aa780
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # v1.0.15 2022-05-18
2
+
3
+ ## What's Changed
4
+ * Don't enforce trailing comma in hash literals rule ([#30](https://github.com/nxt-insurance/nxt_cop/pull/30))
5
+
6
+ **Full Changelog**: https://github.com/nxt-insurance/nxt_cop/compare/v1.0.14...v1.0.15
7
+
1
8
  # v1.0.14 2022-05-04
2
9
 
3
10
  ## What's Changed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_cop (1.0.14)
4
+ nxt_cop (1.0.15)
5
5
  rubocop (= 1.28.2)
6
6
  rubocop-rails (~> 2.8)
7
7
 
data/default.yml CHANGED
@@ -92,7 +92,7 @@ Style/StringLiterals:
92
92
  Style/SymbolArray:
93
93
  Enabled: true
94
94
  Style/TrailingCommaInHashLiteral:
95
- Enabled: true
95
+ Enabled: false
96
96
  Style/TrailingCommaInArguments:
97
97
  Enabled: true
98
98
  Style/WordArray:
@@ -1,3 +1,3 @@
1
1
  module NxtCop
2
- VERSION = '1.0.14'.freeze
2
+ VERSION = '1.0.15'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nxt_cop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Livingstone
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop