standard 1.1.2 → 1.1.6

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: 764cbd7e439405207a9615e094793d0311451b38884480e0435c026ec538d767
4
- data.tar.gz: 548fac40c4f515d8482c38d6ecc20a6e4b1b7fa7080d196072f6460dbea78fb8
3
+ metadata.gz: 6b24b683942b6c6f3b13c8708e2c22a2d788a27c7674b33990d6a1fad43de33e
4
+ data.tar.gz: ee990f979a9b601b56647a0d18f510f7999bb4654a9c2a8cf3d1b1c82a5a3e75
5
5
  SHA512:
6
- metadata.gz: 959716284532e5dc4ec59322100d0a8e5cd579b17691a8ae25f55f5999315a7d782fd6763419e72d9970af00c4b622ac96be0f0df2adb7ceecb860d672f9d52d
7
- data.tar.gz: c996374b1a126c7b4f7a82ab87d1534b1f425856c9cd4d85f7e4adc977344f211ac1bffb96913c945e7bdc931c100f71467f152d4032444545e07a46b1ee52b5
6
+ metadata.gz: 74c5858a47301a05a52d3edce69c411005470fb0c12634f967f38e91f45b2c4ff75a151a452a2df6e9aa18054b205abf01870215ab79d74ed54b5e93d1c4045c
7
+ data.tar.gz: 287af69ea38002e20c05c184862d6313756427db6fbd03538bb4309c40c8926fc5ea7b3a5c71828058afad2c5e05b9b30f7e72d72230573c293e1a0235b106f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.6
4
+
5
+ * Update rubocop from 1.18.3 to [1.18.4](https://github.com/rubocop-hq/rubocop/releases/tag/v1.18.4)
6
+
7
+ ## 1.1.5
8
+
9
+ * Update rubocop from 1.18.2 to [1.18.3](https://github.com/rubocop-hq/rubocop/releases/tag/v1.18.3)
10
+ * Update rubocop-performance from 1.11.3 to [1.11.4](https://github.com/rubocop-hq/rubocop-performance/releases/tag/v1.11.4)
11
+ * Disabled `Performance/DeletePrefix` because it was marked as unsafe.
12
+
13
+ ## 1.1.4
14
+
15
+ * Update rubocop from 1.18.1 to [1.18.2](https://github.com/rubocop-hq/rubocop/releases/tag/v1.18.2)
16
+ * Update rubocop-performance from 1.11.2 to [1.11.3](https://github.com/rubocop-hq/rubocop-performance/releases/tag/v1.11.3)
17
+
18
+ ## 1.1.3
19
+
20
+ * Update rubocop from 1.17.0 to [1.18.1](https://github.com/rubocop-hq/rubocop/releases/tag/v1.18.1)
21
+
3
22
  ## 1.1.2
4
23
 
5
24
  * Update rubocop from 1.14.0 to [1.17.0](https://github.com/rubocop-hq/rubocop/releases/tag/v1.17.0)
data/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (1.1.2)
5
- rubocop (= 1.17.0)
6
- rubocop-performance (= 1.11.2)
4
+ standard (1.1.6)
5
+ rubocop (= 1.18.4)
6
+ rubocop-performance (= 1.11.4)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  coderay (1.1.3)
13
- docile (1.3.5)
13
+ docile (1.4.0)
14
14
  gimme (0.5.0)
15
15
  method_source (1.0.0)
16
16
  minitest (5.14.4)
17
17
  parallel (1.20.1)
18
- parser (3.0.1.1)
18
+ parser (3.0.2.0)
19
19
  ast (~> 2.4.1)
20
20
  pry (0.14.1)
21
21
  coderay (~> 1.1)
22
22
  method_source (~> 1.0)
23
23
  rainbow (3.0.0)
24
- rake (13.0.3)
24
+ rake (13.0.6)
25
25
  regexp_parser (2.1.1)
26
26
  rexml (3.2.5)
27
- rubocop (1.17.0)
27
+ rubocop (1.18.4)
28
28
  parallel (~> 1.10)
29
29
  parser (>= 3.0.0.0)
30
30
  rainbow (>= 2.2.2, < 4.0)
31
31
  regexp_parser (>= 1.8, < 3.0)
32
32
  rexml
33
- rubocop-ast (>= 1.7.0, < 2.0)
33
+ rubocop-ast (>= 1.8.0, < 2.0)
34
34
  ruby-progressbar (~> 1.7)
35
35
  unicode-display_width (>= 1.4.0, < 3.0)
36
- rubocop-ast (1.7.0)
36
+ rubocop-ast (1.8.0)
37
37
  parser (>= 3.0.1.1)
38
- rubocop-performance (1.11.2)
38
+ rubocop-performance (1.11.4)
39
39
  rubocop (>= 1.7.0, < 2.0)
40
40
  rubocop-ast (>= 0.4.0)
41
41
  ruby-progressbar (1.11.0)
@@ -61,4 +61,4 @@ DEPENDENCIES
61
61
  standard!
62
62
 
63
63
  BUNDLED WITH
64
- 2.2.6
64
+ 2.2.22
data/README.md CHANGED
@@ -213,6 +213,7 @@ if you've used StandardJS.)
213
213
  * [JetThoughts](https://www.jetthoughts.com/)
214
214
  * [Oyster](https://www.oysterhr.com/)
215
215
  * [Podia](https://www.podia.com/)
216
+ * [RubyCI](https://ruby.ci)
216
217
  * And that's about it so far!
217
218
 
218
219
  If your team starts using Standard, [send a pull
data/config/base.yml CHANGED
@@ -664,7 +664,7 @@ Performance/Count:
664
664
  Enabled: true
665
665
 
666
666
  Performance/DeletePrefix:
667
- Enabled: true
667
+ Enabled: false
668
668
 
669
669
  Performance/DeleteSuffix:
670
670
  Enabled: false
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("1.1.2")
2
+ VERSION = Gem::Version.new("1.1.6")
3
3
  end
data/standard.gemspec CHANGED
@@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
21
 
22
- spec.add_dependency "rubocop", "1.17.0"
23
- spec.add_dependency "rubocop-performance", "1.11.2"
22
+ spec.add_dependency "rubocop", "1.18.4"
23
+ spec.add_dependency "rubocop-performance", "1.11.4"
24
24
  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: 1.1.2
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-25 00:00:00.000000000 Z
11
+ date: 2021-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.17.0
19
+ version: 1.18.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.17.0
26
+ version: 1.18.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-performance
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 1.11.2
33
+ version: 1.11.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 1.11.2
40
+ version: 1.11.4
41
41
  description:
42
42
  email:
43
43
  - searls@gmail.com
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
- rubygems_version: 3.1.2
112
+ rubygems_version: 3.2.15
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Ruby Style Guide, with linter & automatic code fixer