livingstyleguide 1.2.1 → 1.2.2

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
  SHA1:
3
- metadata.gz: 65018e5396b0375e810fb662b40e65280b564cce
4
- data.tar.gz: a1b7495d7e953e3119c5ed2c87944182bc6d1af4
3
+ metadata.gz: c14ed4cad804b3d20b2ea91b45020b718558f249
4
+ data.tar.gz: d72a837301b3478047973279503c2390f4ab2931
5
5
  SHA512:
6
- metadata.gz: aaaa25dc28df15b0e2c3a4900230bf0ea3c55f94cd047dcd6ecd2ac6ff3e32079f8e853567ad11c17882715bad73650a852989b4636804e94a9824277930ada2
7
- data.tar.gz: 33990136c610b84ecdefe126067a37b63942b08293963bfaf1549ed74c3d4b35215d8d0bd410f31ee710ecf8e0ff3e2bbddb46dce211218594e6b83b8e8e3f70
6
+ metadata.gz: 74445e6a039b45a54fa605492d08ba2e3471f4cb40f06b42cc4902824be2eda1b5c7744e0d3e9ae9ffe171528689a144da3f0f9fccaf15d9018ddc4ee12d9a7b
7
+ data.tar.gz: 88e1a817f0c9c5ed4dc022576b7bb46f249392e05e5db703982954dc9157469a1470810cefa3153fff40cc603a6625c67dd7b382e4979d9c623041afaa0594d4
@@ -1,7 +1,7 @@
1
1
  module LivingStyleGuide::SassExtensions::Functions
2
2
 
3
3
  def list_variables(uri)
4
- Sass::Util.sass_warn '`list-variables()` is depricated and will be removed in v2.0.0.'
4
+ Sass::Util.sass_warn '`list-variables()` is deprecated and will be removed in v2.0.0.'
5
5
  uri = uri.value
6
6
  variables = parse_variables(uri)
7
7
  variables.map! do |name|
@@ -40,7 +40,7 @@ module LivingStyleGuide
40
40
  options[:syntax] = @options[:syntax]
41
41
  options[:sprockets] = { context: @scope }
42
42
  options[:custom] = { sprockets_context: @scope }
43
- if defined?(Sass::Rails)
43
+ if defined?(Sass::Rails::Resolver)
44
44
  options[:custom][:resolver] = Sass::Rails::Resolver.new(@scope)
45
45
  end
46
46
  options
@@ -1,3 +1,3 @@
1
1
  module LivingStyleGuide
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livingstyleguide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Hagenburger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-12 00:00:00.000000000 Z
11
+ date: 2015-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minisyntax