Skip to content

Commit

Permalink
back off sass-rails specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Dec 20, 2011
1 parent 47187a2 commit 5c14bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-sass.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails" s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass" s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"


s.add_dependency 'sass-rails', '~> 3.1.0' s.add_dependency 'sass-rails', '~> 3.1'


s.files = Dir["vendor/**/*.css.scss"] + Dir["vendor/**/*.js"] + ["README.md", "LICENSE", "lib/bootstrap-sass.rb"] s.files = Dir["vendor/**/*.css.scss"] + Dir["vendor/**/*.js"] + ["README.md", "LICENSE", "lib/bootstrap-sass.rb"]
end end
Expand Down

0 comments on commit 5c14bb4

Please sign in to comment.