From dd98c98307e509e8cb271d24217a5c2eca983577 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 24 May 2019 15:45:12 -0700 Subject: [PATCH 1/2] Update Ruby Sass's status in the Ruby Sass CLI docs --- source/documentation/cli/ruby-sass.html.md.erb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/source/documentation/cli/ruby-sass.html.md.erb b/source/documentation/cli/ruby-sass.html.md.erb index 269762b..ce27d0c 100644 --- a/source/documentation/cli/ruby-sass.html.md.erb +++ b/source/documentation/cli/ruby-sass.html.md.erb @@ -4,11 +4,11 @@ table_of_contents: true --- <% heads_up do %> -[Ruby Sass is deprecated][] and will be totally unmaintained as of 26 March -2019. Please switch to [Dart Sass][] or [LibSass][] at your earliest -convenience. -[Ruby Sass is deprecated]: http://sass.logdown.com/posts/7081811 +[Ruby Sass has reached end of life][] and is now totally unmaintained. Please +switch to [Dart Sass][] or [LibSass][] at your earliest convenience. + +[Ruby Sass has reached end of life]: /blog/posts/7828841-ruby-sass-is-unsupported [Dart Sass]: /dart-sass [LibSass]: /libsass <% end %> @@ -129,11 +129,6 @@ $ sass --require=rails-sass-images style.scss style.css This flag loads the [Compass framework][] and makes its mixins and functions available for use in Sass. -<% heads_up do %> -Compass is no longer maintained. Existing users should migrate to other -frameworks. -<% end %> - [Compass framework]: http://compass-style.org/ ```shellsession From cee35c13469231b52f6c4196a30f7483bd2e7600 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Thu, 30 May 2019 04:50:56 -0700 Subject: [PATCH 2/2] Check /blog URLs against the live Sass blog --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index d5a6ebc..6f82747 100644 --- a/Rakefile +++ b/Rakefile @@ -14,6 +14,7 @@ task :test_without_rebuild do "http://sass.logdown.com/posts/7081811", # This times out occasionally. "#", ], + url_swap: {%r{^/blog/} => "http://sass.logdown.com/"}, assume_extension: true, # Lots of external URLs fail flakily on Travis, so we just don't check them # there.