standard 0.4.3 → 0.4.4

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: 3b3a80559187cff78385c2cdae54512a769400582f806816d24366bb26b8689d
4
- data.tar.gz: 499cd5b397e1c92b61a8107e168c53cb80e824cd01b7224873b6b63189d6c5fc
3
+ metadata.gz: 52b7339d067d0811936bea5389c8b39efc85924dec8126a6f75ad1c673e5901e
4
+ data.tar.gz: 215b552f83cf2bb2a29e2771ccdc3eb64a8a9c939afcbb716bb185448e8f2fc0
5
5
  SHA512:
6
- metadata.gz: 870535a0bc5dae728e929af55ed8d4090f0b661657dcd065d455cf2cfea603d6f7ababc1e97f9879522d8b7ca6ff07b76b5a9dd716149d729edd14f73498d9e6
7
- data.tar.gz: bfde47427a2d14674538bd5e9d18deea3d4c7a256d1b9f3da557d78a10c6f0a37096c6d6f14eb56715a249a4c1ab7004764306d4fc0a51a3cc9d3fe215fd66e0
6
+ metadata.gz: 7f91b781300a5bf99b633a56dc5408abf4af8089ed744b8b9b639f6869b36eb0f3ad666f98679f8f28733a354c97dd2834caa4921d184182979ec8314b9e48f6
7
+ data.tar.gz: 6cb189748d42164961d0e3af9340d74be4552db45ccbe1dad3ab125a27db36cc779025db04689eed1d2ba32361fb070222a9de48bbdc017bb3fcf4c54e26fa81
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.4
4
+
5
+ * Disable `Naming/MethodName` cop. While `snake_case` is the conventional way to
6
+ name a Ruby method, the cop is too restrictive in that it also prevents
7
+ non-ASCII characters from being included in method names
8
+
9
+ ## 0.4.3
10
+
11
+ * Improve output of the todo feature
12
+
3
13
  ## 0.4.2
4
14
 
5
15
  * Track Rubocop
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (0.4.3)
4
+ standard (0.4.4)
5
5
  rubocop (~> 0.83.0)
6
6
  rubocop-performance (~> 1.5.2)
7
7
 
@@ -553,10 +553,6 @@ Naming/HeredocDelimiterCase:
553
553
  Enabled: true
554
554
  EnforcedStyle: uppercase
555
555
 
556
- Naming/MethodName:
557
- Enabled: true
558
- EnforcedStyle: snake_case
559
-
560
556
  Naming/BlockParameterName:
561
557
  Enabled: true
562
558
  MinNameLength: 1
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("0.4.3")
2
+ VERSION = Gem::Version.new("0.4.4")
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-21 00:00:00.000000000 Z
11
+ date: 2020-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop