pieces 0.3.11 → 0.4.0

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
  SHA1:
3
- metadata.gz: eddb5db85e159e5af977b0895e047768989011cb
4
- data.tar.gz: 3d2f34c7ca04bcfb7dca6a1bcb7e55566c4eccf5
3
+ metadata.gz: 41e373bc09582ab8cd1f6570d3dc1ccf4f4b5a9a
4
+ data.tar.gz: a9d90b77069ed8841a53b258b5b5f52aa1a48aa4
5
5
  SHA512:
6
- metadata.gz: bfc223671c1e453023044d9e8100b1b5b146909261284b538c0e650bb43a629bf0663d1915b32ccd52d0eebde264b0e4b97cd2dd43fad430625ebedcf54f28b1
7
- data.tar.gz: 4157e6c9609a815db095b44aeb9b9f2e2fdcda4cdb36082879620459a9d75dea2f4858a1a0249b92ca4af14c2712d82b330e009f41f73337e1f6b7d43d78c521
6
+ metadata.gz: 90cff1166feeddfcb32dcfb5cb808aba8db81a1a8292331392c05641e430561bd530f566304746a31d474e0ecada34b0be8b44ae72b475b94996737ad426213f
7
+ data.tar.gz: 8cdb3e0ff52be0e084bd53455024f77e47b3c1d9b8dc4d36502cfe26c2a00953f3807a1724dcca2a1fb6e672d7b95431162b0e3c57403a1b67e278c332609216
@@ -23,7 +23,7 @@ module Pieces
23
23
 
24
24
  def sass_config
25
25
  if defined? Compass
26
- Compass.sass_engine_options
26
+ { load_paths: Compass.sass_engine_options[:load_paths] }
27
27
  else
28
28
  { load_paths: "#{path}/app/assets/stylesheets/" }
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module Pieces
2
- VERSION = '0.3.11'
2
+ VERSION = '0.4.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pieces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Morton