removed require for bigdecimal and updated the deprecated functions in the gem file

This commit is contained in:
Scott Davis 2011-04-17 23:11:25 -04:00
parent 5b9a90f83b
commit 3e013b8bd5
3 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
compass (0.11.beta.7.d845c4d)
compass (0.11.beta.7.5b9a90f)
chunky_png (~> 1.1.0)
sass (>= 3.1.0.alpha.249)

View File

@ -8,9 +8,9 @@ Gem::Specification.new do |gemspec|
gemspec.homepage = "http://compass-style.org"
gemspec.authors = ["Chris Eppstein", "Eric A. Meyer", "Brandon Mathis", "Nico Hagenburger", "Scott Davis"]
gemspec.email = "chris@eppsteins.net"
gemspec.default_executable = "compass"
#gemspec.default_executable = "compass" #deprecated
gemspec.executables = %w(compass)
gemspec.has_rdoc = false
#gemspec.has_rdoc = false #deprecated
gemspec.require_paths = %w(lib)
gemspec.rubygems_version = "1.3.5"
gemspec.summary = %q{A Real Stylesheet Framework}

View File

@ -1,4 +1,3 @@
require 'bigdecimal'
module Compass::SassExtensions::Functions::GradientSupport
GRADIENT_ASPECTS = %w(webkit moz svg pie css2 o owg).freeze