Fix a bundler issue with the gemspec
This commit is contained in:
parent
f07cd98fae
commit
c245d112ec
@ -1,5 +1,5 @@
|
|||||||
$: << "#{File.dirname(__FILE__)}/lib"
|
path = "#{File.dirname(__FILE__)}/lib"
|
||||||
require 'compass/version'
|
require File.join(path, 'compass/version')
|
||||||
|
|
||||||
Gem::Specification.new do |gemspec|
|
Gem::Specification.new do |gemspec|
|
||||||
gemspec.name = "compass"
|
gemspec.name = "compass"
|
||||||
|
Loading…
Reference in New Issue
Block a user