I'm trying to use a compass add-on for css3 animations: https://github.com/ericam/compass-animation I get the following error if I try to use it:
Unable to activate animation-0.1.alpha.0, because compass-0.11.7 conflicts with compass (>= 0.12.alpha.0)
Is there a way to force the Compass module onto the latest release? I see in Compass.php there is $sass_version which I've tried to set to 'latest' but it then gives me the following error:
[User Error] Compass Error:/Library/Ruby/Site/1.8/rubygems/requirement.rb:81:in `parse': Illformed requirement [""] (ArgumentError) from /Library/Ruby/Site/1.8/rubygems/requirement.rb:106:in `initialize' from /Library/Ruby/Site/1.8/rubygems/requirement.rb:106:in `map!' from /Library/Ruby/Site/1.8/rubygems/requirement.rb:106:in `initialize' from /Library/Ruby/Site/1.8/rubygems/requirement.rb:44:in `new' from /Library/Ruby/Site/1.8/rubygems/requirement.rb:44:in `create' from /Library/Ruby/Site/1.8/rubygems/dependency.rb:50:in `initialize' from /Library/Ruby/Site/1.8/rubygems.rb:303:in `new' from /Library/Ruby/Site/1.8/rubygems.rb:303:in `bin_path' from -e:6
Thanks.