lint84 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 667462aad065ccc8e9f4bdd079869619981a4554
4
- data.tar.gz: 17579c5c6bf5d56a381055c130283e219d290d25
3
+ metadata.gz: 0c177092d4c4070abb44d2a5830ed985cbfe3155
4
+ data.tar.gz: 30f83e548972708d580684026a2192d58dc96d1d
5
5
  SHA512:
6
- metadata.gz: 209ca896fd6e4e138c92dd866f1ffec942d73825393ae87f1e53977c24e1a7b4e7467e6966c393e6bc5a56f9b0aec538924edcd6a614ac97f3f7da60bf9bb5d3
7
- data.tar.gz: 7f3b898f5b74555bc9f53455ba07040d8a41b141af5f895cd00d84db5f9ebfd6384bfdbe5d2e2160a3315bd938ff8278a2a0f3c95b7c491e1b6cce6050086d0a
6
+ metadata.gz: 18b980f75bb9ca32a89643a61e0fc9cc7d76052b7b84aba91fa37da5312bea815b45c3c1591a2f2b0db9d7dc5f59a2e698bb728dccd4817e5f837fb8161d95a8
7
+ data.tar.gz: 512642dd6e543e8d865d274fee09055b8a58f001766905a920966f095a2e34d876491a32e4c39c0ce707e907c26b4919cb5440a2c50a9b73f398fe5b776288b0
@@ -114,7 +114,7 @@ Style/StringLiteralsInInterpolation:
114
114
  SupportedStyles:
115
115
  - single_quotes
116
116
  - double_quotes
117
- Style/TrailingComma:
117
+ Style/TrailingCommaInLiteral:
118
118
  Description: Checks for trailing comma in parameter lists and literals.
119
119
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas
120
120
  Enabled: false
@@ -1,3 +1,3 @@
1
1
  module Lint84
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lint84
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maksym Melnyk