bss_style 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34d0a72d1ec37737dbfc043244910115b8a46f7f9605a39b1ff8151820c56e8b
4
- data.tar.gz: f443988433b47b022105a84edf4644947019f68126f136a472abb35863faf924
3
+ metadata.gz: 6480d17784fa37313601f9458cb89b4accf2cc00139993105df262268c87b538
4
+ data.tar.gz: aa03e43659f3e1c4276506d8d44d64bf5b85e18ae64edf5adfd377c8371fca1d
5
5
  SHA512:
6
- metadata.gz: fbbe4f1dd40567084b35553f3f01720c92218b09b76baa2418320dea3b6293a74afd02f784b5aca350b278360dfd601a1291cbfef251b316a84d470ab555b4ae
7
- data.tar.gz: 481e5fc86e744f44aa572a98b814b45c3049ad3b180892c4099d76e45f93bb3a1dbe8c28b91ac003633d9278c10cc0444ce2b4d8596a938195d801521b360c99
6
+ metadata.gz: 85b1147c9061317245bd5bf2c2348ede22441eda030364e409779ed2dc7842ba83e288a476da732062538f739b9ce6502ec16573d13a342a06a1ce011be96b46
7
+ data.tar.gz: e5aaabb4290d940827bcd1725b508a7282ac2c7e8e670da0193062b363270ab27069b496e836d4506cf5139ceee62d196bf2bf475482d090eecb06ab032e284f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bss_style (1.0.0)
4
+ bss_style (1.0.1)
5
5
  rubocop (~> 0.60.0)
6
6
  scss_lint (~> 0.57.1)
7
7
 
@@ -11,7 +11,7 @@ GEM
11
11
  ast (2.4.0)
12
12
  coderay (1.1.2)
13
13
  ffi (1.9.25)
14
- jaro_winkler (1.5.1)
14
+ jaro_winkler (1.5.1-x86_64-darwin-17)
15
15
  method_source (0.9.0)
16
16
  parallel (1.12.1)
17
17
  parser (2.5.1.2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BssStyle
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
@@ -34,7 +34,5 @@ Layout/MultilineMethodCallIndentation:
34
34
  EnforcedStyle: indented # Preference
35
35
  Style/ConditionalAssignment:
36
36
  EnforcedStyle: assign_inside_condition # Preference
37
- Style/ClassAndModuleChildren:
38
- EnforcedStyle: compact # API controllers have lots of namespacing for versions
39
37
  Rails:
40
38
  Enabled: true # Add some checkers that are Rails-specific
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bss_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Dolan