Fix a bundler issue with the gemspec
This commit is contained in:
parent
f07cd98fae
commit
c245d112ec
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user