rubocop-extension-generator 0.5.0 → 0.5.1
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/rubocop/extension/generator/version.rb +1 -1
- data/lib/rubocop/extension/generator.rb +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f486118f3c6c7ebf2cc17cd31ae51f01f0f7b528e42a844555d652268366e7a4
|
|
4
|
+
data.tar.gz: aa34e5876840045210ec5ec54f41a6a6374b3a3b4d7477da0fcc324ec8e41aac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4074d69f943e94269f42d5d4f4984628a6778210bb1ee1a89bbafb6a88a14e9199be7f8bfb588ba89f40c0dae962b7bd593aec49a34125ed9e16337b89d364e6
|
|
7
|
+
data.tar.gz: f6e7a99171c6fb8cf570a5c8c1cf43c828de2040336b153edf28e58b651f70b5b6b13a382aa8776115c0209a1bb7e496443d61225b6050d35017264124f6b93e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# master (unreleased)
|
|
2
2
|
|
|
3
|
+
## v0.5.1
|
|
4
|
+
|
|
5
|
+
* [#17](https://github.com/rubocop/rubocop-extension-generator/pull/17): Add missing `require bundler`.
|
|
6
|
+
|
|
3
7
|
## v0.5.0
|
|
4
8
|
|
|
5
9
|
* [#16](https://github.com/rubocop/rubocop-extension-generator/pull/16): Fix CLI error caused by bundler newer than v2.3.9.
|