Fix a bundler issue with the gemspec

This commit is contained in:
Chris Eppstein 2010-05-03 01:28:04 -07:00
parent f07cd98fae
commit c245d112ec

View File

@ -1,5 +1,5 @@
$: << "#{File.dirname(__FILE__)}/lib"
require 'compass/version'
path = "#{File.dirname(__FILE__)}/lib"
require File.join(path, 'compass/version')
Gem::Specification.new do |gemspec|
gemspec.name = "compass"