standard 1.1.5 → 1.1.6

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: ef4c03e8e220a504048eca3e1bd6f65fc41f35f74d54bf020812285279e9eedb
4
- data.tar.gz: abb0b3ed2b208dd23033cd69f8572a8bbdecfff270563700082c96a4ca1c9899
3
+ metadata.gz: 6b24b683942b6c6f3b13c8708e2c22a2d788a27c7674b33990d6a1fad43de33e
4
+ data.tar.gz: ee990f979a9b601b56647a0d18f510f7999bb4654a9c2a8cf3d1b1c82a5a3e75
5
5
  SHA512:
6
- metadata.gz: eca44980743f794405c218d8c0db625439475cfd3b5c30565fc35c68ccb2075f2cb1ae2237da683d9db50d9bc6d97c6fed316de908fba4473867a203f17c709b
7
- data.tar.gz: 2e36563508bfd58c89bdf99cf4e594967dbd389097d249fdbf052bc5db8f3e9652d65df35db47c5a10d3445b7ec0b534dab6b9de27164dfc77416c854d87cf0c
6
+ metadata.gz: 74c5858a47301a05a52d3edce69c411005470fb0c12634f967f38e91f45b2c4ff75a151a452a2df6e9aa18054b205abf01870215ab79d74ed54b5e93d1c4045c
7
+ data.tar.gz: 287af69ea38002e20c05c184862d6313756427db6fbd03538bb4309c40c8926fc5ea7b3a5c71828058afad2c5e05b9b30f7e72d72230573c293e1a0235b106f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ## 1.1.5
4
8
 
5
9
  * Update rubocop from 1.18.2 to [1.18.3](https://github.com/rubocop-hq/rubocop/releases/tag/v1.18.3)
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (1.1.5)
5
- rubocop (= 1.18.3)
4
+ standard (1.1.6)
5
+ rubocop (= 1.18.4)
6
6
  rubocop-performance (= 1.11.4)
7
7
 
8
8
  GEM
@@ -21,19 +21,19 @@ GEM
21
21
  coderay (~> 1.1)
22
22
  method_source (~> 1.0)
23
23
  rainbow (3.0.0)
24
- rake (13.0.5)
24
+ rake (13.0.6)
25
25
  regexp_parser (2.1.1)
26
26
  rexml (3.2.5)
27
- rubocop (1.18.3)
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
38
  rubocop-performance (1.11.4)
39
39
  rubocop (>= 1.7.0, < 2.0)
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
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("1.1.5")
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.18.3"
22
+ spec.add_dependency "rubocop", "1.18.4"
23
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.5
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-07-08 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,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.18.3
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.18.3
26
+ version: 1.18.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-performance
29
29
  requirement: !ruby/object:Gem::Requirement