sass 3.2.0.alpha.240 → 3.2.0.alpha.242

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.
Files changed (3) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. metadata +8 -8
data/REVISION CHANGED
@@ -1 +1 @@
1
- e215507545439a84c2b2bc01d454ebab722fe209
1
+ ca12bc5911f02eebd05ec141a2e552a82f0cb3f1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0.alpha.240
1
+ 3.2.0.alpha.242
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: 592302845
4
+ hash: 592302841
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
9
  - 0
10
10
  - alpha
11
- - 240
12
- version: 3.2.0.alpha.240
11
+ - 242
12
+ version: 3.2.0.alpha.242
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/extend_node.rb
140
- - lib/sass/tree/debug_node.rb
141
139
  - lib/sass/tree/media_node.rb
140
+ - lib/sass/tree/debug_node.rb
141
+ - lib/sass/tree/mixin_def_node.rb
142
142
  - lib/sass/tree/each_node.rb
143
- - lib/sass/tree/node.rb
143
+ - lib/sass/tree/extend_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/mixin_def_node.rb
148
+ - lib/sass/tree/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
@@ -159,10 +159,10 @@ files:
159
159
  - lib/sass/tree/visitors/convert.rb
160
160
  - lib/sass/tree/visitors/cssize.rb
161
161
  - lib/sass/tree/visitors/deep_copy.rb
162
+ - lib/sass/tree/visitors/extend.rb
162
163
  - lib/sass/tree/visitors/perform.rb
163
164
  - lib/sass/tree/visitors/set_options.rb
164
165
  - lib/sass/tree/visitors/to_css.rb
165
- - lib/sass/tree/visitors/extend.rb
166
166
  - lib/sass/tree/warn_node.rb
167
167
  - lib/sass/tree/while_node.rb
168
168
  - lib/sass/tree/supports_node.rb