rubocop-i18n 3.2.2 → 3.2.3

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: d7a0f12f1f5a4d4bd02777c1b25493ecbeeb22123ab9303972dba417008663d4
4
- data.tar.gz: 03a822da901549b45baba2e0bd736dba254d4185f7475f78b5ca9f40ce373e5b
3
+ metadata.gz: b5ab8167e4ad9c8741f8298d7387d26cf2e080faabffc7aa058744b73f8995c5
4
+ data.tar.gz: 47e30f07c8978b1b0c184cf4dfe442203b6789202d059e5e0c7e20b6dd0ae28c
5
5
  SHA512:
6
- metadata.gz: 6d9d2f449bb553912dd8bb21b2694d759f7538d5ac9dfa52da24e18f13178d267e16c5e3d7d163a3a1fb6a0808744a7bec1140ff62cb3a2f29f889fe012d4785
7
- data.tar.gz: 509e30770b84cc90854ccd8490370a4e7c756c0ae8da5a4c03fab87b939c879f507ea13c918a297be1891c1c17a97c59cdbfd24f6df03381df672fd6f6604beb
6
+ metadata.gz: ec243e630033edd5793dae39b78e88d8abebfb53093148b85f1f3f6ec053fc83aa7770d37bd62d1353abaa139799af97b65d8641dcea21062683239c0d65f6c0
7
+ data.tar.gz: 9d306216cb6c9f48a98e11bd7340df990d6cd0b23342c17d044c17d0685ed88c12ca2a9e5ef2819a040dd9dac1132d87a8f536635a173bac1bf73439dbb3eaf6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Change Log
2
2
 
3
- ### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.2...master)
3
+ ### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.3...master)
4
+
5
+ ### [3.2.3](https://github.com/rubocop/rubocop-i18n/compare/v3.2.2...v3.2.3)
6
+
7
+ * Fix an error when `RuboCop::I18n::Version` is used.
4
8
 
5
9
  ### [3.2.2](https://github.com/rubocop/rubocop-i18n/compare/v3.2.1...v3.2.2)
6
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module I18n
5
- VERSION = '3.2.2'
5
+ VERSION = '3.2.3'
6
6
  end
7
7
  end
data/lib/rubocop-i18n.rb CHANGED
@@ -3,5 +3,6 @@
3
3
  require 'rubocop'
4
4
 
5
5
  require_relative 'rubocop/i18n'
6
+ require_relative 'rubocop/i18n/version'
6
7
  require_relative 'rubocop/i18n/plugin'
7
8
  require_relative 'rubocop/cop/i18n_cops'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet