All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.compass-1.0.3.lib.compass.validator.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
begin
  require 'rubygems'
  require 'compass-validator'
rescue LoadError => e
  if e.message =~ /core_ext/
    raise Compass::MissingDependency, <<-ERRORMSG
The Compass CSS Validator is out of date. Please upgrade it:
sudo gem install compass-validator --version ">= 3.0.1"
ERRORMSG
  else
    raise Compass::MissingDependency, <<-ERRORMSG
The Compass CSS Validator could not be loaded. Please install it:
sudo gem install compass-validator
ERRORMSG
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy