Skip to content

Commit 3e5faf2

Browse files
authored
Merge pull request #78 from sass/rmb/update_libsass_3_5_4
Rmb/update libsass 3 5 4
2 parents 509b697 + c354c65 commit 3e5faf2

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: ruby
33
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
44
script: "bundle exec rake test"
55
rvm:
6-
- 2.2.0
76
- 2.3.3
8-
- 2.4.0
7+
- 2.4.4
8+
- 2.5.1
99
notifications:
1010
email: false

README.md

Lines changed: 3 additions & 1 deletion
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.3](https://github.com/sass/libsass/releases/tag/3.4.3)
9+
[3.5.4](https://github.com/sass/libsass/releases/tag/3.5.4)
1010

1111
## Installation
1212

@@ -48,6 +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+
- **1.12.0**
52+
- Update Libsass to 3.5.4
5153
- **1.11.4**
5254
- Fix `Value::List` related issue with sass 3.5.0
5355
- **1.11.3**

ext/libsass

Submodule libsass updated 129 files

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.3", Native.version
12+
assert_equal "3.5.4", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)