Skip to content

Commit 632a35b

Browse files
authored
Merge pull request #65 from sandlerr/roman/libsass-3.4.3
bump libsass to v3.4.3
2 parents 1e1949a + 6b0e9c6 commit 632a35b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi
66

77
### libsass Version
88

9-
[3.4.1](https://github.com/sass/libsass/releases/tag/3.4.1)
9+
[3.4.3](https://github.com/sass/libsass/releases/tag/3.4.3)
1010

1111
## Installation
1212

@@ -48,7 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
4848
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).
4949

5050
## Changelog
51-
51+
- **master**
52+
- [Update to libsass 3.4.3](https://github.com/sass/sassc-ruby/pull/65)
5253
- **1.11.1**
5354
- [Update to libsass 3.4.1](https://github.com/sass/sassc-ruby/pull/61)
5455
- **1.11.0**

ext/libsass

Submodule libsass updated 78 files

sassc.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ Gem::Specification.new do |spec|
4343
end
4444
end
4545
end
46-

test/native_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module NativeTest
99

1010
class General < MiniTest::Test
1111
def test_it_reports_the_libsass_version
12-
assert_equal "3.4.1", Native.version
12+
assert_equal "3.4.3", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)