rubocop_coffeeandcode 0.0.2 → 0.0.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +8 -1
- data/config/default.yml +3 -0
- data/lib/rubocop_coffeeandcode/version.rb +1 -1
- data/rubocop_coffeeandcode.gemspec +0 -1
- metadata +3 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71679ecbac6ecfb5c18c9e244453f4b01f13930e6fb0a7eb6441c3bff1d05715
|
4
|
+
data.tar.gz: f33e0b3f3403b4c3d2ef99fed8cd06ac469d59c29c9fc2c10f508512bd095a41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 989313d8942457afe63d34dfbb9ad046dff89bafdb379fdd13c9a856553b09efb23aa7ecc1405a2ba3f29c649f5fa908eafbfc3820c2328a2f0b7f96113323be
|
7
|
+
data.tar.gz: 273ef9a46eea1999fded31dc194bf36d6e7ff2c6b10d4d5b70a9b91e6eb8cbb20fd5efcac57776aa86e286c913e115aa7dda110305eb456fff5db38db770dca6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
5
5
|
|
6
6
|
## [unreleased]
|
7
7
|
|
8
|
+
## [0.0.3] - 2019-02-03
|
9
|
+
|
10
|
+
### Changed
|
11
|
+
|
12
|
+
* Do not treat comments in bundler files as group separators
|
13
|
+
|
8
14
|
## [0.0.2] - 2018-04-25
|
9
15
|
|
10
16
|
### Changed
|
@@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
37
43
|
|
38
44
|
* Initial version of the gem.
|
39
45
|
|
40
|
-
[unreleased]: https://github.com/CoffeeAndCode/rubocop_coffeeandcode/compare/v0.0.
|
46
|
+
[unreleased]: https://github.com/CoffeeAndCode/rubocop_coffeeandcode/compare/v0.0.3...HEAD
|
47
|
+
[0.0.3]: https://github.com/CoffeeAndCode/rubocop_method_order/compare/v0.0.2...v0.0.3
|
41
48
|
[0.0.2]: https://github.com/CoffeeAndCode/rubocop_method_order/compare/v0.0.1...v0.0.2
|
42
49
|
[0.0.1]: https://github.com/CoffeeAndCode/rubocop_method_order/compare/v0.0.1.beta1...v0.0.1
|
43
50
|
[0.0.1.beta2]: https://github.com/CoffeeAndCode/rubocop_method_order/compare/v0.0.1.beta1...v0.0.1.beta2
|
data/config/default.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop_coffeeandcode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Knapp
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
34
34
|
XxvXYAfIUSbb6/CHtemZT4zsEprRuk8eADIYUTMyAt9d2roTcsRKgq20m+PZO+b+
|
35
35
|
DVnSbPSTRxaM+9Hds4CAzdoo5hIiLyvSXSqSRGgQEMT0yiFdK+6kRw==
|
36
36
|
-----END CERTIFICATE-----
|
37
|
-
date:
|
37
|
+
date: 2019-02-03 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: rubocop
|
@@ -149,8 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: '0'
|
151
151
|
requirements: []
|
152
|
-
|
153
|
-
rubygems_version: 2.7.3
|
152
|
+
rubygems_version: 3.0.2
|
154
153
|
signing_key:
|
155
154
|
specification_version: 4
|
156
155
|
summary: Base rubocop configuration preferences for Coffee and Code.
|
metadata.gz.sig
CHANGED
Binary file
|