Revert "Use the new Sass gem now."

This reverts commit 822f35148b.

Conflicts:

	Gemfile
This commit is contained in:
Chris Eppstein 2010-11-11 21:01:42 -08:00
parent a8cf0beadc
commit 183a67b0c0
3 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ gem "rspec"
gem "rails", "~>3.0.0.rc"
gem "compass-validator", "1.0.0"
gem "css_parser"
gem "sass", :path => "../sass"
gem "sass"
gem "rcov"

View File

@ -15,7 +15,7 @@ Gem::Specification.new do |gemspec|
gemspec.require_paths = %w(lib)
gemspec.rubygems_version = "1.3.5"
gemspec.summary = %q{A Real Stylesheet Framework}
gemspec.add_dependency('sass', '~> 3.1.0')
gemspec.add_dependency('haml', '>= 3.0.4')
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
gemspec.files += Dir.glob("bin/*")
gemspec.files += Dir.glob("examples/**/*.*")

View File

@ -7,7 +7,7 @@ module Compass::Exec
else
unless arguments.include?("-h") || arguments.include?("--help")
Compass::Logger.new.red do
Sass::Util.sass_warn "WARNING: This interface is deprecated. Please use the new subcommand interface.\nSee `compass help` for more information.\n"
Haml::Util.haml_warn "WARNING: This interface is deprecated. Please use the new subcommand interface.\nSee `compass help` for more information.\n"
end
end
SwitchUI