Sha256: 15dda61495cb2ef57314e61ce9f8f9c956e1b2ef07838f78225c8b51dc734dac

Contents?: true

Size: 1.77 KB

Versions: 1

Compression:

Stored size: 1.77 KB

Contents

## 2.0.0 (2019-06-26)

- [#50](https://github.com/sider/meowcop/pull/50): Follow up of RuboCop v0.72.0 (including a breaking change, see below)

### Breaking Change

Since version 2, MeowCop has stopped supporting Rails Cops. Because RuboCop v0.72 has separated Rails Cops from its core gem to another [`rubocop-rails`](https://github.com/rubocop-hq/rubocop-rails) gem. For details, please see [the v0.72 changelog](https://github.com/rubocop-hq/rubocop/blob/v0.72.0/CHANGELOG.md) and [the related issue](https://github.com/rubocop-hq/rubocop/issues/5976).

If you want to continue using Rails Cops which were disabled by MeowCop v1, please copy the Cops in the following past config file and paste them to your `.rubocop.yml` file:

<https://github.com/sider/meowcop/blob/v1.20.0/config/rubocop.yml#L68-L97>

## 1.20.0 (2019-05-14)

- [#44](https://github.com/sider/meowcop/pull/44): Follow up of RuboCop v0.69.0

## 1.19.0 (2019-05-07)

- [#41](https://github.com/sider/meowcop/pull/41): Rename some cops to follow up of Rubocop v0.68
- [#42](https://github.com/sider/meowcop/pull/42): RuboCop v0.68

## 1.18.0 (2019-04-05)

- [#37](https://github.com/sider/meowcop/pull/37): Fix typo
- [#40](https://github.com/sider/meowcop/pull/40): Follow up of new cops (v0.67)

## 1.17.1 (2018-09-11)

- [#34](https://github.com/sider/meowcop/pull/34): Follow up of new cops (v0.59.0)

## 1.17.0 (2018-06-18)

- [#31](https://github.com/sider/meowcop/pull/31): Follow up of new cops (v0.57.0)

## 1.16.1 (2018-06-18)

- [#28](https://github.com/sider/meowcop/pull/28): Fix unrecognized cops warnings
- [#29](https://github.com/sider/meowcop/pull/29): Follow up of new cops (v0.54.0 ~ v0.56.0)

## 1.16.0 (2018-05-15)

- [#26](https://github.com/sider/meowcop/pull/26): Split Style/MethodMissing to follow RuboCop 0.56.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
meowcop-2.0.0 CHANGELOG.md