Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Commit 7a50eae

Browse files
committed
Mark as end-of-life
1 parent 8ca207d commit 7a50eae

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
## Ruby Sass is Deprecated!
1+
## Ruby Sass Has Reached End-of-Life
22

3-
Ruby Sass is in a sunset period where only critical bugs and CSS compatibility
4-
issues will be fixed. It will be completely unmaintained as of 26 March 2019.
5-
See [the Sass website][] for details, and consider switching to the [`sassc`
6-
gem][]
3+
Ruby Sass should no longer be used, and will no longer be receiving any updates.
4+
See [the Sass blog][], and consider switching to the [`sassc` gem].
75

8-
[the Sass website]: https://sass-lang.com/ruby-sass
6+
[the Sass blog]: https://sass-lang.com/blog/posts/7828841
97
[`sassc` gem]: https://rubygems.org/gems/sassc
108

119
# Sass [![Travis Build Status](https://travis-ci.org/sass/ruby-sass.svg?branch=next)](https://travis-ci.org/sass/ruby-sass) [![Gem Version](https://badge.fury.io/rb/sass.svg)](http://badge.fury.io/rb/sass) [![Inline docs](http://inch-ci.org/github/sass/sass.svg)](http://inch-ci.org/github/sass/sass)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.3
1+
3.7.4

doc-src/SASS_CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* Table of contents
44
{:toc}
55

6+
## 3.7.4 (3 April 2019)
7+
8+
* Mark Ruby Sass as end-of-life.
9+
610
## 3.7.3 (4 January 2019)
711

812
* Emit escaped tab characters in identifiers as `\9` rather than a backslash

sass.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SASS_GEMSPEC = Gem::Specification.new do |spec|
4141

4242
spec.post_install_message = <<END
4343
44-
Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
44+
Ruby Sass has reached end-of-life and should no longer be used.
4545
4646
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
4747
primary implementation: https://sass-lang.com/install
@@ -50,7 +50,7 @@ Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
5050
sassc gem: https://github.com/sass/sassc-ruby#readme
5151
5252
* For more details, please refer to the Sass blog:
53-
http://sass.logdown.com/posts/7081811
53+
https://sass-lang.com/blog/posts/7828841
5454
5555
END
5656
end

0 commit comments

Comments
 (0)