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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c14ed4cad804b3d20b2ea91b45020b718558f249
|
4
|
+
data.tar.gz: d72a837301b3478047973279503c2390f4ab2931
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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.
|
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:
|
11
|
+
date: 2015-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minisyntax
|