ezcater_rubocop 0.57.0.rc3 → 0.57.0

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: 8cf947daab9e46fee44fd58411676fb07d3ece53423fed1aacfcd3d00fa2c594
4
- data.tar.gz: 18a4f8e925a9fd98252e5e806ca4ee43c82f8b48a7988c630fa56901fd3d3c17
3
+ metadata.gz: 8943926de27d2e7dc09368390a4c99a307182ea02fa169bb9d2a99ba86215411
4
+ data.tar.gz: 0f281ac0be4b5091c34807f1a8ea0207a9bd4c397d559f4ca11f21e40943fd7a
5
5
  SHA512:
6
- metadata.gz: 3f042c841a375ff07d13a209f6ffb603c28a5f182e6a7937ebee8f820156bab28e7b0c6d35cf6cc24c1026c066f62e534878b89b303b9c62a8db3b5d7e40cdc7
7
- data.tar.gz: 2ab9a6d62e567b5332ddfcd0fb7437b3be0a137f1d80497a319ad7f1fbfd1e001492cee6f0d6b9c98ea7d2d37aaca6f4a2ce281fbaa0b1b4ebcef3b459ec8567
6
+ metadata.gz: b36ff32b48d9459f6674c0aba02b9a7cb6bd7d43094699005b9361ef125ecd18c857b6a3e81a1afbcb32076209a8d960a193f0dd461e1e9cf117a51beca6a8c8
7
+ data.tar.gz: bb10cfc742a558e85976663c536a1f035e70c8a31d0f3c268e1fd23625478dd9330401e17875a8a292b6f1f0f25697dc9d594000b9edfe07e32f5d16b9822de6
@@ -1,6 +1,6 @@
1
1
  # ezcater_rubocop
2
2
 
3
- ## v0.57.0 (unreleased)
3
+ ## v0.57.0
4
4
  - Update to rubocop v0.57.2 and rubocop-rspec v1.27.0.
5
5
  - Disable new cop `Naming/MemoizedInstanceVariableName` until configuration
6
6
  options are available.
@@ -5,7 +5,7 @@ require "rubocop-rspec"
5
5
 
6
6
  # Because RuboCop doesn't yet support plugins, we have to monkey patch in a
7
7
  # bit of our configuration. Based on approach from rubocop-rspec:
8
- DEFAULT_FILES = File.expand_path("../../config/default.yml", __FILE__)
8
+ DEFAULT_FILES = File.expand_path("../config/default.yml", __dir__)
9
9
 
10
10
  path = File.absolute_path(DEFAULT_FILES)
11
11
  hash = RuboCop::ConfigLoader.send(:load_yaml_configuration, path)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EzcaterRubocop
4
- VERSION = "0.57.0.rc3"
4
+ VERSION = "0.57.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ezcater_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0.rc3
4
+ version: 0.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-21 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -167,9 +167,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  version: '0'
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  requirements:
170
- - - ">"
170
+ - - ">="
171
171
  - !ruby/object:Gem::Version
172
- version: 1.3.1
172
+ version: '0'
173
173
  requirements: []
174
174
  rubyforge_project:
175
175
  rubygems_version: 2.7.6