1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/bootstrap-sass.gemspec
Thomas McDonald b7edc64a23 Fixed .container incorrectly being a mixin instead of a definition.
.container was incorrectly translated to @container, which skips an
incredibly important @include clearfix.
2011-09-07 00:12:01 +01:00

13 lines
433 B
Ruby

Gem::Specification.new do |s|
s.name = "bootstrap-sass"
s.version = '1.2.1'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
s.add_dependency 'sass-rails'
s.files = Dir["vendor/**/*.css.scss"] + ["README.md", "LICENSE", "lib/bootstrap-sass.rb"]
end