ezcater_rubocop 0.57.0.rc2 → 0.57.0.rc3

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: 9aaf4bd27092a80ebfe0c357b3556ddc21aad897a7086dda24030291c6566321
4
- data.tar.gz: 80d0bcb18433b0b21919959954d9673a86cc56a772b90096bda8a738ecdf0e85
3
+ metadata.gz: 8cf947daab9e46fee44fd58411676fb07d3ece53423fed1aacfcd3d00fa2c594
4
+ data.tar.gz: 18a4f8e925a9fd98252e5e806ca4ee43c82f8b48a7988c630fa56901fd3d3c17
5
5
  SHA512:
6
- metadata.gz: 31819c1b5919e3d28fec2012679b2de8f41827e0bfc2376ec65c9b8b3d205270608ef6cca4e1e943086ec9725b9297e913d8b2ac48ad73bde47a3674a358b348
7
- data.tar.gz: 0f18124ce066322f9acd18ac29ccc3a00339d20869d9d98a13897e10c4a40451ba2f0efd5f79a7994c0822fb6f12912f9b09436ac5dad7545c37e10b9ec57c36
6
+ metadata.gz: 3f042c841a375ff07d13a209f6ffb603c28a5f182e6a7937ebee8f820156bab28e7b0c6d35cf6cc24c1026c066f62e534878b89b303b9c62a8db3b5d7e40cdc7
7
+ data.tar.gz: 2ab9a6d62e567b5332ddfcd0fb7437b3be0a137f1d80497a319ad7f1fbfd1e001492cee6f0d6b9c98ea7d2d37aaca6f4a2ce281fbaa0b1b4ebcef3b459ec8567
@@ -8,6 +8,7 @@
8
8
  https://github.com/rubocop-hq/rubocop-rspec/issues/655.
9
9
  - Configure `Naming/UncommunicativeMethodParamName` to allow `e, ex, id`
10
10
  param names.
11
+ - Exclude appraisal generated gemfiles for gems.
11
12
 
12
13
  ## v0.52.8
13
14
  - Add new configuration `rubocop_gem` for use with gems.
@@ -5,3 +5,4 @@ AllCops:
5
5
  Exclude:
6
6
  - 'vendor/bundle/**/*'
7
7
  - 'gemfiles/vendor/**/*'
8
+ - 'gemfiles/*.gemfile'
@@ -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", __dir__)
8
+ DEFAULT_FILES = File.expand_path("../../config/default.yml", __FILE__)
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.rc2"
4
+ VERSION = "0.57.0.rc3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ezcater_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0.rc2
4
+ version: 0.57.0.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc