Skip to content

Commit

Permalink
Fix a bundler issue with the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed May 3, 2010
1 parent f07cd98 commit c245d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compass.gemspec
@@ -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"
Expand Down

0 comments on commit c245d11

Please sign in to comment.