summaryrefslogtreecommitdiff
path: root/dev-ruby/sass/files/sass-3.7.4-use-listen-not-sass-listen.patch
blob: 17d2aa9217c2133910c7d06f382ba0f58f08e3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://src.fedoraproject.org/rpms/rubygem-sass/blob/rawhide/f/rubygem-sass-3.5.6-use-listen.patch
--- a/lib/sass/plugin/compiler.rb
+++ b/lib/sass/plugin/compiler.rb
@@ -377,8 +377,8 @@ module Sass::Plugin
 
     # This is mocked out in compiler_test.rb.
     def create_listener(*args, &block)
-      require 'sass-listen'
-      SassListen.to(*args, &block)
+      require 'listen'
+      Listen.to(*args, &block)
     end
 
     def remove_redundant_directories(directories)