- Removed rubygem-sass-3.1.4-fix-cache_stores-require.patch and rubygem-sass-3.1.4-fix-util-require.patch patches. Not sure what they were good for :/epel9
parent
d641a53316
commit
0ff6737f02
@ -1,2 +1,3 @@
|
|||||||
/sass-3.1.4.gem
|
/sass-3.1.4.gem
|
||||||
/sass-3.1.7.gem
|
/sass-3.1.7.gem
|
||||||
|
/sass-3.1.20.gem
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- lib/sass/plugin/configuration.rb.orig 2011-07-22 11:15:09.637534542 -0400
|
|
||||||
+++ lib/sass/plugin/configuration.rb 2011-07-22 11:15:20.787619673 -0400
|
|
||||||
@@ -2,6 +2,8 @@
|
|
||||||
# so that we can load it independently in Rails 3,
|
|
||||||
# where the full plugin stuff is lazy-loaded.
|
|
||||||
|
|
||||||
+require 'sass/cache_stores'
|
|
||||||
+
|
|
||||||
module Sass
|
|
||||||
module Plugin
|
|
||||||
module Configuration
|
|
@ -1,10 +0,0 @@
|
|||||||
--- lib/sass/plugin/compiler.rb.orig 2011-07-22 11:14:18.908146980 -0400
|
|
||||||
+++ lib/sass/plugin/compiler.rb 2011-07-22 11:14:31.275241499 -0400
|
|
||||||
@@ -1,6 +1,7 @@
|
|
||||||
require 'fileutils'
|
|
||||||
|
|
||||||
require 'sass'
|
|
||||||
+require 'sass/util'
|
|
||||||
# XXX CE: is this still necessary now that we have the compiler class?
|
|
||||||
require 'sass/callbacks'
|
|
||||||
require 'sass/plugin/configuration'
|
|
@ -1,17 +0,0 @@
|
|||||||
--- test/sass/scss/scss_test.rb.orig 2011-09-28 11:19:05.000000000 -0400
|
|
||||||
+++ test/sass/scss/scss_test.rb 2011-09-28 11:19:22.000000000 -0400
|
|
||||||
@@ -118,11 +118,11 @@ SCSS
|
|
||||||
def test_warn_directive
|
|
||||||
expected_warning = <<EXPECTATION
|
|
||||||
WARNING: this is a warning
|
|
||||||
- on line 2 of test_warn_directive_inline.scss
|
|
||||||
+ on line 2 of test_warn_directive_inline.scss
|
|
||||||
|
|
||||||
WARNING: this is a mixin
|
|
||||||
- on line 1 of test_warn_directive_inline.scss, in `foo'
|
|
||||||
- from line 3 of test_warn_directive_inline.scss
|
|
||||||
+ on line 1 of test_warn_directive_inline.scss, in `foo'
|
|
||||||
+ from line 3 of test_warn_directive_inline.scss
|
|
||||||
EXPECTATION
|
|
||||||
assert_warning expected_warning do
|
|
||||||
assert_equal <<CSS, render(<<SCSS)
|
|
Loading…
Reference in new issue