rubocop_coffeeandcode 0.0.2 → 0.0.3

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: 59e1c314de4af8e56ca0bd66e71b37a3208eb0eff7cde85489b4102d1606fb12
4
- data.tar.gz: 6a6ccdb9eb9e66a84f84d6723a7455a19d9551735f7f22eac9c4c42953d8b057
3
+ metadata.gz: 71679ecbac6ecfb5c18c9e244453f4b01f13930e6fb0a7eb6441c3bff1d05715
4
+ data.tar.gz: f33e0b3f3403b4c3d2ef99fed8cd06ac469d59c29c9fc2c10f508512bd095a41
5
5
  SHA512:
6
- metadata.gz: e0b876f2a0beca8af238eadd2f7483d0779ab79ec80d76a368e5c2e9d5138f5efdcddba89c17735c5167969417737c68bd699ecf29038dd05ea7ca2cd410f4be
7
- data.tar.gz: 006c15bbc31d3c10a384ffc23ec426e37493f10c2c7b2292197dfa7174be6f9b389daa9ef9c271473f6d5412cd7b958636acf84749d8aea18ce9b71f96eb9cc4
6
+ metadata.gz: 989313d8942457afe63d34dfbb9ad046dff89bafdb379fdd13c9a856553b09efb23aa7ecc1405a2ba3f29c649f5fa908eafbfc3820c2328a2f0b7f96113323be
7
+ data.tar.gz: 273ef9a46eea1999fded31dc194bf36d6e7ff2c6b10d4d5b70a9b91e6eb8cbb20fd5efcac57776aa86e286c913e115aa7dda110305eb456fff5db38db770dca6
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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.2...HEAD
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
@@ -7,6 +7,9 @@ AllCops:
7
7
  - node_modules/**/*
8
8
  TargetRubyVersion: 2.4
9
9
 
10
+ Bundler/OrderedGems:
11
+ TreatCommentsAsGroupSeparators: false
12
+
10
13
  Layout/EmptyLinesAroundArguments:
11
14
  Enabled: false # disabled as current implimentation is buggy
12
15
 
@@ -11,7 +11,7 @@ module RuboCopCoffeeAndCode
11
11
  module VERSION
12
12
  MAJOR = 0
13
13
  MINOR = 0
14
- PATCH = 2
14
+ PATCH = 3
15
15
  PRE = nil
16
16
 
17
17
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
@@ -1,4 +1,3 @@
1
-
2
1
  # frozen_string_literal: true
3
2
 
4
3
  lib = File.expand_path('lib', __dir__)
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.2
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: 2018-04-25 00:00:00.000000000 Z
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
- rubyforge_project:
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