sass 3.1.0.alpha.24 → 3.1.0.alpha.25
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.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- metadata +7 -7
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.0.alpha.
|
|
1
|
+
3.1.0.alpha.25
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.0.alpha.
|
|
1
|
+
3.1.0.alpha.25
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.0.alpha.
|
|
4
|
+
version: 3.1.0.alpha.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -165,16 +165,16 @@ files:
|
|
|
165
165
|
- test/sass/plugin_test.rb
|
|
166
166
|
- test/sass/extend_test.rb
|
|
167
167
|
- test/sass/functions_test.rb
|
|
168
|
-
- test/sass/
|
|
168
|
+
- test/sass/script_test.rb
|
|
169
169
|
- test/sass/less_conversion_test.rb
|
|
170
|
-
- test/sass/
|
|
170
|
+
- test/sass/cache_test.rb
|
|
171
171
|
- test/sass/more_results/more1.css
|
|
172
172
|
- test/sass/more_results/more1_with_line_comments.css
|
|
173
173
|
- test/sass/more_results/more_import.css
|
|
174
174
|
- test/sass/more_templates/_more_partial.sass
|
|
175
175
|
- test/sass/more_templates/more1.sass
|
|
176
176
|
- test/sass/more_templates/more_import.sass
|
|
177
|
-
- test/sass/
|
|
177
|
+
- test/sass/importer_test.rb
|
|
178
178
|
- test/sass/results/alt.css
|
|
179
179
|
- test/sass/results/basic.css
|
|
180
180
|
- test/sass/results/compact.css
|
|
@@ -200,7 +200,7 @@ files:
|
|
|
200
200
|
- test/sass/results/warn.css
|
|
201
201
|
- test/sass/results/warn_imported.css
|
|
202
202
|
- test/sass/script_conversion_test.rb
|
|
203
|
-
- test/sass/
|
|
203
|
+
- test/sass/mock_importer.rb
|
|
204
204
|
- test/sass/scss/css_test.rb
|
|
205
205
|
- test/sass/scss/rx_test.rb
|
|
206
206
|
- test/sass/scss/scss_test.rb
|
|
@@ -296,11 +296,11 @@ test_files:
|
|
|
296
296
|
- test/sass/plugin_test.rb
|
|
297
297
|
- test/sass/extend_test.rb
|
|
298
298
|
- test/sass/functions_test.rb
|
|
299
|
-
- test/sass/
|
|
299
|
+
- test/sass/script_test.rb
|
|
300
300
|
- test/sass/less_conversion_test.rb
|
|
301
|
+
- test/sass/cache_test.rb
|
|
301
302
|
- test/sass/importer_test.rb
|
|
302
303
|
- test/sass/script_conversion_test.rb
|
|
303
|
-
- test/sass/script_test.rb
|
|
304
304
|
- test/sass/scss/css_test.rb
|
|
305
305
|
- test/sass/scss/rx_test.rb
|
|
306
306
|
- test/sass/scss/scss_test.rb
|