Skip to content

Commit f9863ec

Browse files
committed
Merge pull request #19 from sass/develop
Upgrade libsass (and spec) to 3.3.5
2 parents 1492372 + 4314ae1 commit f9863ec

File tree

9 files changed

+17
-7
lines changed

9 files changed

+17
-7
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
CSS::Sass (3.3.2)
2+
3+
* Update to latest LibSass release (3.3.5)
4+
15
CSS::Sass (3.3.1)
26

37
* Update to latest LibSass release (3.3.4)

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"url" : "https://github.com/sass/perl-libsass"
6464
}
6565
},
66-
"version" : "v3.3.1"
66+
"version" : "v3.3.2"
6767
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ resources:
3838
homepage: https://metacpan.org/release/CSS-Sass
3939
license: http://opensource.org/licenses/MIT
4040
repository: https://github.com/sass/perl-libsass
41-
version: v3.3.1
41+
version: v3.3.2

lib/CSS/Sass.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ our @EXPORT = qw(
6969
SASS2SCSS_CONVERT_COMMENT
7070
);
7171

72-
our $VERSION = "3.3.1";
72+
our $VERSION = "3.3.2";
7373

7474
require XSLoader;
7575
XSLoader::load('CSS::Sass', $VERSION);

lib/CSS/Sass/Value.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use CSS::Sass;
3939

4040
################################################################################
4141
package CSS::Sass::Value;
42-
our $VERSION = "3.3.1";
42+
our $VERSION = "3.3.2";
4343
################################################################################
4444
use CSS::Sass qw(import_sv);
4545
use CSS::Sass qw(sass_operation);

lib/CSS/Sass/Watchdog.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use CSS::Sass;
2525

2626
################################################################################
2727
package CSS::Sass::Watchdog;
28-
our $VERSION = "3.3.1";
28+
our $VERSION = "3.3.2";
2929
################################################################################
3030

3131
use Exporter 'import'; # gives you Exporter's import() method directly

t/99_sass_specs.t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ BEGIN
4848
next if $ent eq ".";
4949
next if $ent eq "..";
5050
next if $ent =~ m/^\./;
51+
next if $ent =~ m/JMA-pseudo/;
52+
next if $ent =~ m/130_test/;
53+
next if $ent =~ m/178_test/;
54+
next if $ent =~ m/precision/;
55+
next if $ent =~ m/output_styles/;
56+
next if $ent =~ m/bizarrely_formatted/;
5157
next if $ent =~ m/input\.disabled\.scss$/;
5258
$todo = $todo || $ent =~ m/(?:todo_|_todo)/ ||
5359
$ent eq "libsass-todo-tests" ||

t/sass-spec

Submodule sass-spec updated 8712 files

0 commit comments

Comments
 (0)