standard 0.1.7 → 0.1.8

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: c97e8a61db62f9ae587975b556c3bf120fbee6aaf22faa27c4357c3a4d71f30e
4
- data.tar.gz: 92700dc4f8c98a025345ee58461aace38177381425116c7120c5f97bf82b2dca
3
+ metadata.gz: c42472f303e927cb491f13d322884dfe662a50618152059857f9f49348ac1b79
4
+ data.tar.gz: ebdf7ca5d7476c32e46292ce92e454b7ec42008809078c85cfa2241c0900cdab
5
5
  SHA512:
6
- metadata.gz: a897c00df1b95eb10d347b8fe7a979542cec1fc2117a1901b36824336b3e738237ca40d3e4b66c055f6c0a33df5deb027eb1d56eff868a357e11503b1eb72c01
7
- data.tar.gz: 1c73e1964b8723acdecfe0a78ee501b2209bf586e7a5396dc623c495449848bd0a6ce0e4936565a0b86bbb304f0d8011075a6a9a6505aabbee9799e47bb3b751
6
+ metadata.gz: b47e7490ab5b1de57e276b034f1ee75152c091968f1f8459b54ae0a2b8688b7b180896138fefccf7b4556b31bd568ffcccc3fa43e8ebf1a3424d17da2a1c5f27
7
+ data.tar.gz: 2c24addc622a79c30ff880b2bf08a653c8ea1625e946ff226ab02a9ba62b351cc4692524f7a33a53871fa6a841767781b118d7215fbc7b2dbb30dff80a75a2f2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (0.1.7)
4
+ standard (0.1.8)
5
5
  rubocop (~> 0.77.0)
6
6
  rubocop-performance (~> 1.5.1)
7
7
 
@@ -17,7 +17,7 @@ GEM
17
17
  method_source (0.9.2)
18
18
  minitest (5.11.3)
19
19
  parallel (1.19.1)
20
- parser (2.6.5.0)
20
+ parser (2.7.0.2)
21
21
  ast (~> 2.4.0)
22
22
  pry (0.12.2)
23
23
  coderay (~> 1.1.0)
@@ -31,7 +31,7 @@ GEM
31
31
  rainbow (>= 2.2.2, < 4.0)
32
32
  ruby-progressbar (~> 1.7)
33
33
  unicode-display_width (>= 1.4.0, < 1.7)
34
- rubocop-performance (1.5.1)
34
+ rubocop-performance (1.5.2)
35
35
  rubocop (>= 0.71.0)
36
36
  ruby-progressbar (1.10.1)
37
37
  simplecov (0.16.1)
@@ -39,7 +39,7 @@ GEM
39
39
  json (>= 1.8, < 3)
40
40
  simplecov-html (~> 0.10.0)
41
41
  simplecov-html (0.10.2)
42
- unicode-display_width (1.6.0)
42
+ unicode-display_width (1.6.1)
43
43
 
44
44
  PLATFORMS
45
45
  ruby
data/README.md CHANGED
@@ -190,6 +190,7 @@ if you've used StandardJS.)
190
190
  * [Hashrocket](https://hashrocket.com)
191
191
  * [Brand New Box](https://brandnewbox.com)
192
192
  * [Monterail](https://www.monterail.com)
193
+ * [Level UP Solutions](https://levups.com)
193
194
  * And that's about it so far!
194
195
 
195
196
  If your team starts using Standard, [send a pull
data/config/base.yml CHANGED
@@ -903,10 +903,6 @@ Style/PercentLiteralDelimiters:
903
903
  '%w': '[]'
904
904
  '%W': '[]'
905
905
 
906
- Style/PercentQLiterals:
907
- Enabled: true
908
- EnforcedStyle: lower_case_q
909
-
910
906
  Style/PreferredHashMethods:
911
907
  Enabled: true
912
908
  EnforcedStyle: short
@@ -1048,9 +1044,6 @@ Style/TrivialAccessors:
1048
1044
  Style/UnlessElse:
1049
1045
  Enabled: true
1050
1046
 
1051
- Style/RedundantCapitalW:
1052
- Enabled: true
1053
-
1054
1047
  Style/RedundantCondition:
1055
1048
  Enabled: true
1056
1049
 
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("0.1.7")
2
+ VERSION = Gem::Version.new("0.1.8")
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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-11 00:00:00.000000000 Z
11
+ date: 2020-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop