Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rmb/update libsass 3 5 4 #78

Merged
merged 2 commits into from
Jul 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: ruby
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
script: "bundle exec rake test"
rvm:
- 2.2.0
- 2.3.3
- 2.4.0
- 2.4.4
- 2.5.1
notifications:
email: false
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi

### libsass Version

[3.4.3](https://github.com/sass/libsass/releases/tag/3.4.3)
[3.5.4](https://github.com/sass/libsass/releases/tag/3.5.4)

## Installation

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

## Changelog
- **1.12.0**
- Update Libsass to 3.5.4
- **1.11.4**
- Fix `Value::List` related issue with sass 3.5.0
- **1.11.3**
Expand Down
2 changes: 1 addition & 1 deletion ext/libsass
Submodule libsass updated 129 files
2 changes: 1 addition & 1 deletion test/native_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module NativeTest

class General < MiniTest::Test
def test_it_reports_the_libsass_version
assert_equal "3.4.3", Native.version
assert_equal "3.5.4", Native.version
end
end

Expand Down