sass 3.2.0.alpha.71 → 3.2.0.alpha.72

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. metadata +4 -4
data/REVISION CHANGED
@@ -1 +1 @@
1
- 11b0709ef5f2e34f361aca48f22b6dae4019c0fb
1
+ 8a93d8c65baabeb6f3251d560095ff83b52308bf
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0.alpha.71
1
+ 3.2.0.alpha.72
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: 592302995
4
+ hash: 592302989
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
9
  - 0
10
10
  - alpha
11
- - 71
12
- version: 3.2.0.alpha.71
11
+ - 72
12
+ version: 3.2.0.alpha.72
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum
@@ -151,6 +151,7 @@ files:
151
151
  - lib/sass/tree/root_node.rb
152
152
  - lib/sass/tree/rule_node.rb
153
153
  - lib/sass/tree/content_node.rb
154
+ - lib/sass/tree/trace_node.rb
154
155
  - lib/sass/tree/variable_node.rb
155
156
  - lib/sass/tree/visitors/base.rb
156
157
  - lib/sass/tree/visitors/check_nesting.rb
@@ -162,7 +163,6 @@ files:
162
163
  - lib/sass/tree/visitors/to_css.rb
163
164
  - lib/sass/tree/warn_node.rb
164
165
  - lib/sass/tree/while_node.rb
165
- - lib/sass/tree/trace_node.rb
166
166
  - lib/sass/util.rb
167
167
  - lib/sass/util/multibyte_string_scanner.rb
168
168
  - lib/sass/util/subset_map.rb