sass 3.2.0.alpha.268 → 3.2.0.alpha.269

Sign up to get free protection for your applications and to get access to all the features.
data/REVISION CHANGED
@@ -1 +1 @@
1
- bdee97a283eb9a69301f0bd60e8dc28db78517c3
1
+ ce67165e9449e0a708282b04f163a3e8b8a8c370
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0.alpha.268
1
+ 3.2.0.alpha.269
@@ -49,12 +49,12 @@ class Sass::Tree::Visitors::Extend < Sass::Tree::Visitors::Base
49
49
  def self.check_extends_fired!(extends)
50
50
  extends.each_value do |ex|
51
51
  next if ex.result == :succeeded || ex.node.optional?
52
- warn = "\"#{ex.extender}\" failed to @extend \"#{ex.target}\"."
52
+ warn = "\"#{ex.extender}\" failed to @extend \"#{ex.target.join}\"."
53
53
  reason =
54
54
  if ex.result == :not_found
55
- "The selector \"#{ex.target}\" was not found."
55
+ "The selector \"#{ex.target.join}\" was not found."
56
56
  else
57
- "No selectors matching \"#{ex.target}\" could be unified with \"#{ex.extender}\"."
57
+ "No selectors matching \"#{ex.target.join}\" could be unified with \"#{ex.extender}\"."
58
58
  end
59
59
 
60
60
  Sass::Util.sass_warn <<WARN
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 592302341
4
+ hash: 592302343
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
9
  - 0
10
10
  - alpha
11
- - 268
12
- version: 3.2.0.alpha.268
11
+ - 269
12
+ version: 3.2.0.alpha.269
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum
@@ -136,16 +136,16 @@ files:
136
136
  - lib/sass/tree/charset_node.rb
137
137
  - lib/sass/tree/comment_node.rb
138
138
  - lib/sass/tree/directive_node.rb
139
- - lib/sass/tree/media_node.rb
139
+ - lib/sass/tree/extend_node.rb
140
140
  - lib/sass/tree/debug_node.rb
141
- - lib/sass/tree/mixin_def_node.rb
141
+ - lib/sass/tree/media_node.rb
142
142
  - lib/sass/tree/each_node.rb
143
- - lib/sass/tree/extend_node.rb
143
+ - lib/sass/tree/node.rb
144
144
  - lib/sass/tree/for_node.rb
145
145
  - lib/sass/tree/function_node.rb
146
146
  - lib/sass/tree/if_node.rb
147
147
  - lib/sass/tree/import_node.rb
148
- - lib/sass/tree/node.rb
148
+ - lib/sass/tree/mixin_def_node.rb
149
149
  - lib/sass/tree/prop_node.rb
150
150
  - lib/sass/tree/mixin_node.rb
151
151
  - lib/sass/tree/rule_node.rb